Searched defs:getFullResIcon (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DPinShortcutRequestActivityInfo.java73 public Drawable getFullResIcon(IconCache cache) { method in class:PinShortcutRequestActivityInfo
/packages/apps/Launcher3/src/com/android/launcher3/compat/
H A DShortcutConfigActivityInfo.java69 public abstract Drawable getFullResIcon(IconCache cache); method in class:ShortcutConfigActivityInfo
97 * Returns true if various properties ({@link #getLabel()}, {@link #getFullResIcon}) can
122 public Drawable getFullResIcon(IconCache cache) { method in class:ShortcutConfigActivityInfo.ShortcutConfigActivityInfoVL
123 return cache.getFullResIcon(mInfo);
143 public Drawable getFullResIcon(IconCache cache) { method in class:ShortcutConfigActivityInfo.ShortcutConfigActivityInfoVO
144 return cache.getFullResIcon(mInfo);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DIconCache.java91 return getFullResIcon(Resources.getSystem(),
95 public Drawable getFullResIcon(Resources resources, int iconId, UserHandle user) { method in class:IconCache
109 public Drawable getFullResIcon(String packageName, int iconId, UserHandle user) { method in class:IconCache
121 return getFullResIcon(resources, iconId, user);
127 public Drawable getFullResIcon(ResolveInfo info, UserHandle user) { method in class:IconCache
128 return getFullResIcon(info.activityInfo, user);
131 public Drawable getFullResIcon(ActivityInfo info, UserHandle user) { method in class:IconCache
142 return getFullResIcon(resources, iconId, user);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DIconCache.java126 return getFullResIcon(Resources.getSystem(), Utilities.ATLEAST_OREO ?
130 private Drawable getFullResIcon(Resources resources, int iconId) { method in class:IconCache
141 public Drawable getFullResIcon(String packageName, int iconId) { method in class:IconCache
150 return getFullResIcon(resources, iconId);
156 public Drawable getFullResIcon(ActivityInfo info) { method in class:IconCache
167 return getFullResIcon(resources, iconId);
174 public Drawable getFullResIcon(LauncherActivityInfo info) { method in class:IconCache
175 return getFullResIcon(info, true);
178 public Drawable getFullResIcon(LauncherActivityInfo info, boolean flattenDrawable) { method in class:IconCache
368 entry.icon = LauncherIcons.createBadgedIconBitmap(getFullResIcon(ap
[all...]

Completed in 81 milliseconds