Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DIconCache.java91 return getFullResIcon(Resources.getSystem(), in getFullResDefaultActivityIcon()
95 public Drawable getFullResIcon(Resources resources, int iconId, UserHandle user) { in getFullResIcon() method in IconCache
109 public Drawable getFullResIcon(String packageName, int iconId, UserHandle user) { in getFullResIcon() method in IconCache
121 return getFullResIcon(resources, iconId, user); in getFullResIcon()
127 public Drawable getFullResIcon(ResolveInfo info, UserHandle user) { in getFullResIcon() method in IconCache
128 return getFullResIcon(info.activityInfo, user); in getFullResIcon()
131 public Drawable getFullResIcon(ActivityInfo info, UserHandle user) { in getFullResIcon() method in IconCache
142 return getFullResIcon(resources, iconId, user); in getFullResIcon()
DWidgetPreviewLoader.java528 icon = mIconCache.getFullResIcon(info.provider.getPackageName(), in generateWidgetPreview()
634 Drawable icon = mIconCache.getFullResIcon(info, android.os.Process.myUserHandle()); in generateShortcutPreview()
DLauncherModel.java2303 mIconCache.getFullResIcon(resources, id, Process.myUserHandle()), in getShortcutInfo()
2449 mIconCache.getFullResIcon(resources, id, user), in infoFromShortcutIntent()
DAppsCustomizePagedView.java749 Drawable icon = mIconCache.getFullResIcon(createShortcutInfo.shortcutActivityInfo, in beginDraggingWidget()
/packages/apps/Launcher3/src/com/android/launcher3/compat/
DShortcutConfigActivityInfo.java71 public abstract Drawable getFullResIcon(IconCache cache); in getFullResIcon() method in ShortcutConfigActivityInfo
124 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon() method in ShortcutConfigActivityInfo.ShortcutConfigActivityInfoVL
125 return cache.getFullResIcon(mInfo); in getFullResIcon()
145 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon() method in ShortcutConfigActivityInfo.ShortcutConfigActivityInfoVO
146 return cache.getFullResIcon(mInfo); in getFullResIcon()
/packages/apps/Launcher3/src/com/android/launcher3/
DIconCache.java145 return getFullResIcon(Resources.getSystem(), android.R.mipmap.sym_def_app_icon); in getFullResDefaultActivityIcon()
148 private Drawable getFullResIcon(Resources resources, int iconId) { in getFullResIcon() method in IconCache
159 public Drawable getFullResIcon(String packageName, int iconId) { in getFullResIcon() method in IconCache
168 return getFullResIcon(resources, iconId); in getFullResIcon()
174 public Drawable getFullResIcon(ActivityInfo info) { in getFullResIcon() method in IconCache
185 return getFullResIcon(resources, iconId); in getFullResIcon()
192 public Drawable getFullResIcon(LauncherActivityInfo info) { in getFullResIcon() method in IconCache
383 entry.icon = LauncherIcons.createBadgedIconBitmap(getFullResIcon(app), app.getUser(), in addIconToDBAndMemCache()
541 getFullResIcon(info), info.getUser(), mContext, in cacheLocked()
DLauncherAppWidgetProviderInfo.java108 return cache.getFullResIcon(provider.getPackageName(), icon); in getIcon()
DWidgetPreviewLoader.java485 … mutateOnMainThread(info.getFullResIcon(mIconCache)), mContext, Build.VERSION_CODES.O); in generateShortcutPreview()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DPinShortcutRequestActivityInfo.java71 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon() method in PinShortcutRequestActivityInfo
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DPendingItemDragHelper.java118 Drawable icon = createShortcutInfo.activityInfo.getFullResIcon(app.getIconCache()); in startDrag()