Searched refs:getFullResIcon (Results 1 – 7 of 7) sorted by relevance
70 public abstract Drawable getFullResIcon(IconCache cache); in getFullResIcon() method in ShortcutConfigActivityInfo120 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon() method in ShortcutConfigActivityInfo.ShortcutConfigActivityInfoVL121 return cache.getFullResIcon(mInfo); in getFullResIcon()141 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon() method in ShortcutConfigActivityInfo.ShortcutConfigActivityInfoVO142 return cache.getFullResIcon(mInfo); in getFullResIcon()
162 private Drawable getFullResIcon(Resources resources, int iconId) { in getFullResIcon() method in BaseIconCache171 public Drawable getFullResIcon(String packageName, int iconId) { in getFullResIcon() method in BaseIconCache173 return getFullResIcon(mPackageManager.getResourcesForApplication(packageName), iconId); in getFullResIcon()178 public Drawable getFullResIcon(ActivityInfo info) { in getFullResIcon() method in BaseIconCache180 return getFullResIcon(mPackageManager.getResourcesForApplication(info.applicationInfo), in getFullResIcon()
230 public Drawable getFullResIcon(LauncherActivityInfo info) { in getFullResIcon() method in IconCache231 return getFullResIcon(info, true); in getFullResIcon()234 public Drawable getFullResIcon(LauncherActivityInfo info, boolean flattenDrawable) { in getFullResIcon() method in IconCache
75 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon() method in PinShortcutRequestActivityInfo
533 .getFullResIcon(activityInfo, flattenDrawable) : null; in getFullDrawable()539 return activityInfo.getFullResIcon(appState.getIconCache()); in getFullDrawable()
418 mIconCache.getFullResIcon(info.provider.getPackageName(), info.icon); in generateWidgetPreview()478 mutateOnMainThread(info.getFullResIcon(mIconCache)), in generateShortcutPreview()
115 Drawable icon = createShortcutInfo.activityInfo.getFullResIcon(app.getIconCache()); in startDrag()