Home
last modified time | relevance | path

Searched refs:getFullResIcon (Results 1 – 8 of 8) 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.java159 private Drawable getFullResIcon(Resources resources, int iconId) { in getFullResIcon() method in BaseIconCache
168 public Drawable getFullResIcon(String packageName, int iconId) { in getFullResIcon() method in BaseIconCache
170 return getFullResIcon(mPackageManager.getResourcesForApplication(packageName), iconId); in getFullResIcon()
175 public Drawable getFullResIcon(ActivityInfo info) { in getFullResIcon() method in BaseIconCache
177 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
DLauncherActivtiyCachingLogic.java52 li.createBadgedIconBitmap(mCache.getFullResIcon(object), in loadIcon()
/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/
DWidgetPreviewLoader.java421 mIconCache.getFullResIcon(info.provider.getPackageName(), info.icon); in generateWidgetPreview()
481 mutateOnMainThread(info.getFullResIcon(mIconCache)), in generateShortcutPreview()
DUtilities.java670 .getFullResIcon(activityInfo, flattenDrawable) : null; in getFullDrawable()
676 return activityInfo.getFullResIcon(appState.getIconCache()); in getFullDrawable()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DPendingItemDragHelper.java115 Drawable icon = createShortcutInfo.activityInfo.getFullResIcon(app.getIconCache()); in startDrag()