ImageButton: use array instead of Collection
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Fri, 5 Feb 2016 04:36:20 +0000 (13:36 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Thu, 11 Feb 2016 06:43:22 +0000 (15:43 +0900)
commit16901c6004c8ad92848417dea759a7d51015b7c1
tree494a09b823b15e6289bb6e09c48735b130b7e696
parenteb8ed434fc4c58addc7750e2aa70683493973cab
ImageButton: use array instead of Collection

We can use array instead of Collection if size is fixed. Generally
array is faster than Collection.

Change-Id: I0419fff348ded41c0ac6c6b6d863571b2ac43eec
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
src/org/tizen/emulator/manager/ui/renewal/widgets/ImageButton.java