Home
last modified time | relevance | path

Searched refs:mIconFactory (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/display/
DAppGridViewTest.java68 private IconDrawableFactory mIconFactory; field in AppGridViewTest
77 mIconFactory = IconDrawableFactory.newInstance(mContext); in setUp()
85 new AppGridView.ActivityEntry(mInfo, "label", mIconFactory); in appEntry_shouldLoadIcon()
94 new AppGridView.ActivityEntry(mInfo, "label", mIconFactory); in appEntry_compare_shouldCompareIgnoreCase()
96 new AppGridView.ActivityEntry(mInfo, "LABEL", mIconFactory); in appEntry_compare_shouldCompareIgnoreCase()
98 new AppGridView.ActivityEntry(mInfo, "label2", mIconFactory); in appEntry_compare_shouldCompareIgnoreCase()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskIconCache.java74 private BaseIconFactory mIconFactory; field in TaskIconCache
262 if (mIconFactory == null) { in getIconFactory()
263 mIconFactory = new BaseIconFactory(mContext, in getIconFactory()
268 return mIconFactory; in getIconFactory()
273 mIconFactory = null; in resetFactory()
/packages/apps/Settings/src/com/android/settings/display/
DAppGridView.java176 private final IconDrawableFactory mIconFactory; field in AppGridView.ActivityEntry
182 mIconFactory = iconFactory; in ActivityEntry()
197 return mIconFactory.getBadgedIcon( in getIcon()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarController.java139 private final BubbleIconFactory mIconFactory; field in BubbleBarController
201 mIconFactory = new BubbleIconFactory(context, in BubbleBarController()
551 Drawable bubbleDrawable = mIconFactory.getBubbleDrawable(context, shortcutInfo, in populateBubble()
558 BitmapInfo badgeBitmapInfo = mIconFactory.getBadgeBitmap(badgedIcon, isImportantConvo); in populateBubble()
562 bubbleBitmap = mIconFactory.getBubbleBitmap(bubbleDrawable, bubbleBitmapScale); in populateBubble()
629 return mIconFactory.createBadgedIconBitmap(drawable).icon; in createOverflowBitmap()
/packages/apps/Settings/src/com/android/settings/applications/autofill/
DPasswordsPreferenceController.java79 private final IconDrawableFactory mIconFactory; field in PasswordsPreferenceController
87 mIconFactory = IconDrawableFactory.newInstance(mContext); in PasswordsPreferenceController()
138 mIconFactory.getBadgedIcon( in addPasswordPreferences()