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.java79 public abstract Drawable getFullResIcon(IconCache cache); in getFullResIcon() method in ShortcutConfigActivityInfo
130 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon() method in ShortcutConfigActivityInfo.ShortcutConfigActivityInfoVO
131 return cache.getFullResIcon(mInfo); in getFullResIcon()
/packages/apps/Launcher3/src/com/android/launcher3/icons/
DComponentWithLabelAndIcon.java34 Drawable getFullResIcon(IconCache cache); in getFullResIcon() method
46 Drawable d = object.getFullResIcon(LauncherAppState.getInstance(context) in loadIcon()
DIconCache.java539 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.java217 .getFullResIcon(info.provider.getPackageName(), info.icon); in generateWidgetPreview()
265 mutateOnMainThread(info.getFullResIcon(
DPendingItemDragHelper.java184 .getFullResIcon(app.getIconCache()); in startDrag()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DPinShortcutRequestActivityInfo.java82 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon() method in PinShortcutRequestActivityInfo
/packages/apps/Launcher3/tests/src/com/android/launcher3/widget/picker/util/
DWidgetsTableUtilsTest.java256 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon() method in WidgetsTableUtilsTest.TestShortcutConfigActivityInfo
/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java592 return activityInfo.getFullResIcon(appState.getIconCache()); in loadFullDrawableWithoutTheme()