Home
last modified time | relevance | path

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

/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.java623 public Drawable getFullResIcon(LauncherActivityInfo info) { in getFullResIcon() method in IconCache
/packages/apps/Launcher3/src/com/android/launcher3/pm/
DShortcutConfigActivityInfo.java82 public abstract Drawable getFullResIcon(IconCache cache); in getFullResIcon() method in ShortcutConfigActivityInfo
133 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon() method in ShortcutConfigActivityInfo.ShortcutConfigActivityInfoVO
134 return cache.getFullResIcon(mInfo); in getFullResIcon()
/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/cache/
DBaseIconCache.java155 private Drawable getFullResIcon(Resources resources, int iconId) { in getFullResIcon() method in BaseIconCache
164 public Drawable getFullResIcon(String packageName, int iconId) { in getFullResIcon() method in BaseIconCache
166 return getFullResIcon(mPackageManager.getResourcesForApplication(packageName), iconId); in getFullResIcon()
171 public Drawable getFullResIcon(ActivityInfo info) { in getFullResIcon() method in BaseIconCache
173 return getFullResIcon(mPackageManager.getResourcesForApplication(info.applicationInfo), in getFullResIcon()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DLauncherAppWidgetProviderInfo.java232 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon() method in LauncherAppWidgetProviderInfo
233 return cache.getFullResIcon(provider.getPackageName(), icon); in getFullResIcon()
DDatabaseWidgetPreviewLoader.java222 .getFullResIcon(info.provider.getPackageName(), info.icon); in generateWidgetPreview()
268 mutateOnMainThread(info.getFullResIcon(
DPendingItemDragHelper.java177 .getFullResIcon(app.getIconCache()); in startDrag()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DPinShortcutRequestActivityInfo.java89 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon() method in PinShortcutRequestActivityInfo
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/widget/picker/util/
DWidgetsTableUtilsTest.java303 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon() method in WidgetsTableUtilsTest.TestShortcutConfigActivityInfo
/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java604 mainIcon = activityInfo.getFullResIcon(appState.getIconCache()); in getFullDrawable()