Searched refs:getFullResIcon (Results 1 – 9 of 9) sorted by relevance
80 public abstract Drawable getFullResIcon(IconCache cache); in getFullResIcon() method in ShortcutConfigActivityInfo130 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon() method in ShortcutConfigActivityInfo.ShortcutConfigActivityInfoVL131 return cache.getFullResIcon(mInfo); in getFullResIcon()151 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon() method in ShortcutConfigActivityInfo.ShortcutConfigActivityInfoVO152 return cache.getFullResIcon(mInfo); in getFullResIcon()
33 Drawable getFullResIcon(IconCache cache); in getFullResIcon() method44 Drawable d = object.getFullResIcon(LauncherAppState.getInstance(context) in loadIcon()
328 public Drawable getFullResIcon(LauncherActivityInfo info) { in getFullResIcon() method in IconCache
240 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon() method in LauncherAppWidgetProviderInfo241 return cache.getFullResIcon(provider.getPackageName(), icon); in getFullResIcon()
505 mIconCache.getFullResIcon(info.provider.getPackageName(), info.icon); in generateWidgetPreview()568 mutateOnMainThread(info.getFullResIcon(mIconCache)), in generateShortcutPreview()
172 Drawable icon = createShortcutInfo.activityInfo.getFullResIcon(app.getIconCache()); in startDrag()
76 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon() method in PinShortcutRequestActivityInfo
196 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon() method in WidgetsTableUtilsTest.TestShortcutConfigActivityInfo
686 return activityInfo.getFullResIcon(appState.getIconCache()); in loadFullDrawableWithoutTheme()