/packages/apps/Launcher3/src/com/android/launcher3/icons/ |
D | ComponentWithLabelAndIcon.java | 34 Drawable getFullResIcon(IconCache cache); in getFullResIcon() method 46 Drawable d = object.getFullResIcon(LauncherAppState.getInstance(context) in loadIcon()
|
D | IconCache.java | 623 public Drawable getFullResIcon(LauncherActivityInfo info) { in getFullResIcon() method in IconCache
|
/packages/apps/Launcher3/src/com/android/launcher3/pm/ |
D | ShortcutConfigActivityInfo.java | 82 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/ |
D | BaseIconCache.java | 155 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/ |
D | LauncherAppWidgetProviderInfo.java | 232 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon() method in LauncherAppWidgetProviderInfo 233 return cache.getFullResIcon(provider.getPackageName(), icon); in getFullResIcon()
|
D | DatabaseWidgetPreviewLoader.java | 222 .getFullResIcon(info.provider.getPackageName(), info.icon); in generateWidgetPreview() 268 mutateOnMainThread(info.getFullResIcon(
|
D | PendingItemDragHelper.java | 177 .getFullResIcon(app.getIconCache()); in startDrag()
|
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | PinShortcutRequestActivityInfo.java | 89 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon() method in PinShortcutRequestActivityInfo
|
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/widget/picker/util/ |
D | WidgetsTableUtilsTest.java | 303 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon() method in WidgetsTableUtilsTest.TestShortcutConfigActivityInfo
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Utilities.java | 604 mainIcon = activityInfo.getFullResIcon(appState.getIconCache()); in getFullDrawable()
|