Searched refs:mIconFactory (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Settings/tests/robotests/src/com/android/settings/display/ |
D | AppGridViewTest.java | 68 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/ |
D | TaskIconCache.java | 74 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/ |
D | AppGridView.java | 176 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/ |
D | BubbleBarController.java | 139 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/ |
D | PasswordsPreferenceController.java | 79 private final IconDrawableFactory mIconFactory; field in PasswordsPreferenceController 87 mIconFactory = IconDrawableFactory.newInstance(mContext); in PasswordsPreferenceController() 138 mIconFactory.getBadgedIcon( in addPasswordPreferences()
|