Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/pm/
DShortcutConfigActivityInfo.java80 public abstract Drawable getFullResIcon(IconCache cache); in getFullResIcon() method in ShortcutConfigActivityInfo
130 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon() method in ShortcutConfigActivityInfo.ShortcutConfigActivityInfoVL
131 return cache.getFullResIcon(mInfo); in getFullResIcon()
151 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon() method in ShortcutConfigActivityInfo.ShortcutConfigActivityInfoVO
152 return cache.getFullResIcon(mInfo); in getFullResIcon()
/packages/apps/Launcher3/src/com/android/launcher3/icons/
DComponentWithLabelAndIcon.java33 Drawable getFullResIcon(IconCache cache); in getFullResIcon() method
44 Drawable d = object.getFullResIcon(LauncherAppState.getInstance(context) in loadIcon()
DIconCache.java328 public Drawable getFullResIcon(LauncherActivityInfo info) { in getFullResIcon() method in IconCache
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DLauncherAppWidgetProviderInfo.java240 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon() method in LauncherAppWidgetProviderInfo
241 return cache.getFullResIcon(provider.getPackageName(), icon); in getFullResIcon()
DDatabaseWidgetPreviewLoader.java505 mIconCache.getFullResIcon(info.provider.getPackageName(), info.icon); in generateWidgetPreview()
568 mutateOnMainThread(info.getFullResIcon(mIconCache)), in generateShortcutPreview()
DPendingItemDragHelper.java172 Drawable icon = createShortcutInfo.activityInfo.getFullResIcon(app.getIconCache()); in startDrag()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DPinShortcutRequestActivityInfo.java76 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon() method in PinShortcutRequestActivityInfo
/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/widget/picker/util/
DWidgetsTableUtilsTest.java196 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon() method in WidgetsTableUtilsTest.TestShortcutConfigActivityInfo
/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java686 return activityInfo.getFullResIcon(appState.getIconCache()); in loadFullDrawableWithoutTheme()