Searched refs:getFullResIcon (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/compat/ |
D | ShortcutConfigActivityInfo.java | 70 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/ |
D | BaseIconCache.java | 159 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/ |
D | IconCache.java | 230 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
|
D | LauncherActivtiyCachingLogic.java | 52 li.createBadgedIconBitmap(mCache.getFullResIcon(object), in loadIcon()
|
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | PinShortcutRequestActivityInfo.java | 75 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon() method in PinShortcutRequestActivityInfo
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | WidgetPreviewLoader.java | 421 mIconCache.getFullResIcon(info.provider.getPackageName(), info.icon); in generateWidgetPreview() 481 mutateOnMainThread(info.getFullResIcon(mIconCache)), in generateShortcutPreview()
|
D | Utilities.java | 670 .getFullResIcon(activityInfo, flattenDrawable) : null; in getFullDrawable() 676 return activityInfo.getFullResIcon(appState.getIconCache()); in getFullDrawable()
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | PendingItemDragHelper.java | 115 Drawable icon = createShortcutInfo.activityInfo.getFullResIcon(app.getIconCache()); in startDrag()
|