/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/ |
H A D | PredictionUpdateTask.java | 76 app.getIconCache().getShortcutIcon(itemInfo, si); in execute() 88 app.getIconCache().getTitleAndIcon(ai, false); in execute() 99 app.getIconCache().getTitleAndIcon(ai, lai, false); in execute()
|
H A D | QuickstepModelDelegate.java | 460 mAppState.getIconCache().getTitleAndIcon(info, lai, false); in createInfo() 474 mAppState.getIconCache().getShortcutIcon(wii, si); in createInfo()
|
/aosp12/packages/apps/Launcher3/src_shortcuts_overrides/com/android/launcher3/model/ |
H A D | WidgetsModel.java | 134 launcherWidgetInfo, idp, app.getIconCache())); in update() 141 widgetsAndShortcuts.add(new WidgetItem(info, app.getIconCache(), pm)); in update() 185 IconCache iconCache = app.getIconCache(); in setWidgetsAndShortcuts() 201 items.set(i, new WidgetItem(item.activityInfo, app.getIconCache(), in onPackageIconsUpdated() 205 app.getInvariantDeviceProfile(), app.getIconCache())); in onPackageIconsUpdated()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/icons/ |
H A D | ComponentWithLabelAndIcon.java | 45 .getIconCache()); in loadIcon()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/ |
H A D | CacheDataUpdatedTask.java | 49 IconCache iconCache = app.getIconCache(); in execute()
|
H A D | AddWorkspaceItemsTask.java | 171 wii.bitmap = app.getIconCache().getDefaultIcon(item.user); in execute() 172 app.getIconCache().getTitleAndIcon(wii, in execute()
|
H A D | ItemInstallQueue.java | 301 LauncherAppState.getInstance(context).getIconCache() in getItemInfo() 307 LauncherAppState.getInstance(context).getIconCache() in getItemInfo()
|
H A D | UserLockStateChangedTask.java | 89 app.getIconCache().getShortcutIcon(si, shortcut); in execute()
|
H A D | ShortcutsChangedTask.java | 101 app.getIconCache().getShortcutIcon(workspaceItemInfo, fullDetails); in execute()
|
/aosp12/frameworks/libs/systemui/iconloaderlib/src_full_lib/com/android/launcher3/icons/ |
H A D | SimpleIconCache.java | 95 public static SimpleIconCache getIconCache(Context context) { in getIconCache() method in SimpleIconCache
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
H A D | DatabaseWidgetPreviewLoader.java | 271 Drawable icon = LauncherAppState.getInstance(mContext).getIconCache() in generateWidgetPreview() 321 LauncherAppState.getInstance(mContext).getIconCache())),
|
H A D | PendingItemDragHelper.java | 182 Drawable icon = createShortcutInfo.activityInfo.getFullResIcon(app.getIconCache()); in startDrag()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/ |
H A D | ContentWriter.java | 98 if (mIcon != null && !LauncherAppState.getInstance(context).getIconCache() in getValues()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/notification/ |
H A D | NotificationInfo.java | 88 mIconDrawable = LauncherAppState.getInstance(context).getIconCache() in NotificationInfo()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
H A D | AddItemActivity.java | 254 () -> new WidgetItem(shortcutInfo, mApp.getIconCache(), getPackageManager())); in setupShortcut() 276 applyWidgetItemAsync(() -> new WidgetItem(widgetInfo, mIdp, mApp.getIconCache())); in setupWidget()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/data/ |
H A D | SearchActionItemInfo.java | 178 app.getIconCache().getTitleAndIconForApp(pkgInfo, false); in createWorkspaceItem()
|
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/model/ |
H A D | CacheDataUpdatedTaskTest.java | 57 IconCache iconCache = LauncherAppState.getInstance(context).getIconCache(); in setup()
|
H A D | LoaderCursorTest.java | 160 assertTrue(mApp.getIconCache().isDefaultIcon(info.bitmap, info.user)); in loadSimpleShortcut()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
H A D | PopupPopulator.java | 161 IconCache cache = LauncherAppState.getInstance(context).getIconCache(); in createUpdateRunnable()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
H A D | RecentsModel.java | 86 public TaskIconCache getIconCache() { in getIconCache() method in RecentsModel
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | LauncherModel.java | 491 mApp.getIconCache().updateSessionCache(key, info); in onUpdateSessionDisplay() 603 mApp.getIconCache().getShortcutIcon(si, info); in updateAndBindWorkspaceItem()
|
H A D | LauncherAppState.java | 178 public IconCache getIconCache() { in getIconCache() method in LauncherAppState
|
H A D | Utilities.java | 703 return activityInfo.getFullResIcon(appState.getIconCache()); in loadFullDrawableWithoutTheme() 752 .getIconCache().getShortcutInfoBadge(si).icon; in getBadge()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/ |
H A D | WidgetsListHeader.java | 303 mIconLoadRequest = LauncherAppState.getInstance(getContext()).getIconCache() in verifyHighRes()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
H A D | GroupedTaskView.java | 95 TaskIconCache iconCache = model.getIconCache(); in onTaskListVisibilityChanged()
|