Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/compat/
DShortcutConfigActivityInfo.java70 public abstract Drawable getFullResIcon(IconCache cache); in getFullResIcon() method in ShortcutConfigActivityInfo
120 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon() method in ShortcutConfigActivityInfo.ShortcutConfigActivityInfoVL
121 return cache.getFullResIcon(mInfo); in getFullResIcon()
141 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon() method in ShortcutConfigActivityInfo.ShortcutConfigActivityInfoVO
142 return cache.getFullResIcon(mInfo); in getFullResIcon()
/packages/apps/Launcher3/iconloaderlib/src/com/android/launcher3/icons/cache/
DBaseIconCache.java162 private Drawable getFullResIcon(Resources resources, int iconId) { in getFullResIcon() method in BaseIconCache
171 public Drawable getFullResIcon(String packageName, int iconId) { in getFullResIcon() method in BaseIconCache
173 return getFullResIcon(mPackageManager.getResourcesForApplication(packageName), iconId); in getFullResIcon()
178 public Drawable getFullResIcon(ActivityInfo info) { in getFullResIcon() method in BaseIconCache
180 return getFullResIcon(mPackageManager.getResourcesForApplication(info.applicationInfo), in getFullResIcon()
/packages/apps/Launcher3/src/com/android/launcher3/icons/
DIconCache.java230 public Drawable getFullResIcon(LauncherActivityInfo info) { in getFullResIcon() method in IconCache
231 return getFullResIcon(info, true); in getFullResIcon()
234 public Drawable getFullResIcon(LauncherActivityInfo info, boolean flattenDrawable) { in getFullResIcon() method in IconCache
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DPinShortcutRequestActivityInfo.java75 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon() method in PinShortcutRequestActivityInfo
/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java533 .getFullResIcon(activityInfo, flattenDrawable) : null; in getFullDrawable()
539 return activityInfo.getFullResIcon(appState.getIconCache()); in getFullDrawable()
DWidgetPreviewLoader.java418 mIconCache.getFullResIcon(info.provider.getPackageName(), info.icon); in generateWidgetPreview()
478 mutateOnMainThread(info.getFullResIcon(mIconCache)), in generateShortcutPreview()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DPendingItemDragHelper.java115 Drawable icon = createShortcutInfo.activityInfo.getFullResIcon(app.getIconCache()); in startDrag()