/aosp12/packages/apps/Launcher3/src/com/android/launcher3/pm/ |
H A D | ShortcutConfigActivityInfo.java | 80 public abstract Drawable getFullResIcon(IconCache cache); in getFullResIcon() method in ShortcutConfigActivityInfo 130 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon() method in ShortcutConfigActivityInfo.ShortcutConfigActivityInfoVL 131 return cache.getFullResIcon(mInfo); in getFullResIcon() 151 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon() method in ShortcutConfigActivityInfo.ShortcutConfigActivityInfoVO 152 return cache.getFullResIcon(mInfo); in getFullResIcon()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/icons/ |
H A D | ComponentWithLabelAndIcon.java | 33 Drawable getFullResIcon(IconCache cache); in getFullResIcon() method 44 Drawable d = object.getFullResIcon(LauncherAppState.getInstance(context) in loadIcon()
|
H A D | IconCache.java | 430 public Drawable getFullResIcon(LauncherActivityInfo info) { in getFullResIcon() method in IconCache
|
/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/cache/ |
H A D | BaseIconCache.java | 156 private Drawable getFullResIcon(Resources resources, int iconId) { in getFullResIcon() method in BaseIconCache 165 public Drawable getFullResIcon(String packageName, int iconId) { in getFullResIcon() method in BaseIconCache 167 return getFullResIcon(mPackageManager.getResourcesForApplication(packageName), iconId); in getFullResIcon() 172 public Drawable getFullResIcon(ActivityInfo info) { in getFullResIcon() method in BaseIconCache 174 return getFullResIcon(mPackageManager.getResourcesForApplication(info.applicationInfo), in getFullResIcon()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
H A D | LauncherAppWidgetProviderInfo.java | 240 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon() method in LauncherAppWidgetProviderInfo 241 return cache.getFullResIcon(provider.getPackageName(), icon); in getFullResIcon()
|
H A D | DatabaseWidgetPreviewLoader.java | 272 .getFullResIcon(info.provider.getPackageName(), info.icon); in generateWidgetPreview() 320 mutateOnMainThread(info.getFullResIcon(
|
H A D | PendingItemDragHelper.java | 182 Drawable icon = createShortcutInfo.activityInfo.getFullResIcon(app.getIconCache()); in startDrag()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
H A D | PinShortcutRequestActivityInfo.java | 76 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon() method in PinShortcutRequestActivityInfo
|
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/widget/picker/util/ |
H A D | WidgetsTableUtilsTest.java | 218 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon() method in WidgetsTableUtilsTest.TestShortcutConfigActivityInfo
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | Utilities.java | 703 return activityInfo.getFullResIcon(appState.getIconCache()); in loadFullDrawableWithoutTheme()
|