Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/pm/
DShortcutConfigActivityInfo.java81 public abstract Drawable getFullResIcon(IconCache cache); in getFullResIcon() method in ShortcutConfigActivityInfo
131 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon() method in ShortcutConfigActivityInfo.ShortcutConfigActivityInfoVL
132 return cache.getFullResIcon(mInfo); in getFullResIcon()
152 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon() method in ShortcutConfigActivityInfo.ShortcutConfigActivityInfoVO
153 return cache.getFullResIcon(mInfo); in getFullResIcon()
/packages/apps/Launcher3/src/com/android/launcher3/icons/
DComponentWithLabelAndIcon.java33 Drawable getFullResIcon(IconCache cache); in getFullResIcon() method
44 Drawable d = object.getFullResIcon(LauncherAppState.getInstance(context) in loadIcon()
DIconCache.java324 public Drawable getFullResIcon(LauncherActivityInfo info) { in getFullResIcon() method in IconCache
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherAppWidgetProviderInfo.java119 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon() method in LauncherAppWidgetProviderInfo
120 return cache.getFullResIcon(provider.getPackageName(), icon); in getFullResIcon()
DWidgetPreviewLoader.java484 mIconCache.getFullResIcon(info.provider.getPackageName(), info.icon); in generateWidgetPreview()
546 mutateOnMainThread(info.getFullResIcon(mIconCache)), in generateShortcutPreview()
DUtilities.java607 return activityInfo.getFullResIcon(appState.getIconCache()); in getFullDrawable()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DPinShortcutRequestActivityInfo.java77 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon() method in PinShortcutRequestActivityInfo
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DPendingItemDragHelper.java119 Drawable icon = createShortcutInfo.activityInfo.getFullResIcon(app.getIconCache()); in startDrag()