Home
last modified time | relevance | path

Searched refs:getFullResIcon (Results 1 – 10 of 10) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/pm/
H A DShortcutConfigActivityInfo.java80 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 DComponentWithLabelAndIcon.java33 Drawable getFullResIcon(IconCache cache); in getFullResIcon() method
44 Drawable d = object.getFullResIcon(LauncherAppState.getInstance(context) in loadIcon()
H A DIconCache.java430 public Drawable getFullResIcon(LauncherActivityInfo info) { in getFullResIcon() method in IconCache
/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/cache/
H A DBaseIconCache.java156 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 DLauncherAppWidgetProviderInfo.java240 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon() method in LauncherAppWidgetProviderInfo
241 return cache.getFullResIcon(provider.getPackageName(), icon); in getFullResIcon()
H A DDatabaseWidgetPreviewLoader.java272 .getFullResIcon(info.provider.getPackageName(), info.icon); in generateWidgetPreview()
320 mutateOnMainThread(info.getFullResIcon(
H A DPendingItemDragHelper.java182 Drawable icon = createShortcutInfo.activityInfo.getFullResIcon(app.getIconCache()); in startDrag()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DPinShortcutRequestActivityInfo.java76 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon() method in PinShortcutRequestActivityInfo
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/widget/picker/util/
H A DWidgetsTableUtilsTest.java218 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon() method in WidgetsTableUtilsTest.TestShortcutConfigActivityInfo
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DUtilities.java703 return activityInfo.getFullResIcon(appState.getIconCache()); in loadFullDrawableWithoutTheme()