Searched refs:mIcons (Results 1 – 2 of 2) sorted by relevance
88 private final TransformedImageDrawable[] mIcons; field in AllAppsBackgroundDrawable98 mIcons = new TransformedImageDrawable[4]; in AllAppsBackgroundDrawable()99 mIcons[0] = new TransformedImageDrawable(res, R.drawable.ic_all_apps_bg_icon_1, in AllAppsBackgroundDrawable()101 mIcons[1] = new TransformedImageDrawable(res, R.drawable.ic_all_apps_bg_icon_2, in AllAppsBackgroundDrawable()103 mIcons[2] = new TransformedImageDrawable(res, R.drawable.ic_all_apps_bg_icon_3, in AllAppsBackgroundDrawable()105 mIcons[3] = new TransformedImageDrawable(res, R.drawable.ic_all_apps_bg_icon_4, in AllAppsBackgroundDrawable()148 for (int i = 0; i < mIcons.length; i++) { in draw()149 mIcons[i].draw(canvas); in draw()157 for (int i = 0; i < mIcons.length; i++) { in onBoundsChange()158 mIcons[i].updateBounds(bounds); in onBoundsChange()[all …]
94 private final Drawable[] mIcons = new Drawable[NUM_ICONS]; field in KeyboardIconsSet119 mIcons[iconId] = icon; in loadIcons()157 return mIcons[iconId]; in getIconDrawable()