Home
last modified time | relevance | path

Searched refs:getIconCache (Results 1 – 25 of 32) sorted by relevance

12

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/
H A DPredictionUpdateTask.java76 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 DQuickstepModelDelegate.java460 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 DWidgetsModel.java134 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 DComponentWithLabelAndIcon.java45 .getIconCache()); in loadIcon()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DCacheDataUpdatedTask.java49 IconCache iconCache = app.getIconCache(); in execute()
H A DAddWorkspaceItemsTask.java171 wii.bitmap = app.getIconCache().getDefaultIcon(item.user); in execute()
172 app.getIconCache().getTitleAndIcon(wii, in execute()
H A DItemInstallQueue.java301 LauncherAppState.getInstance(context).getIconCache() in getItemInfo()
307 LauncherAppState.getInstance(context).getIconCache() in getItemInfo()
H A DUserLockStateChangedTask.java89 app.getIconCache().getShortcutIcon(si, shortcut); in execute()
H A DShortcutsChangedTask.java101 app.getIconCache().getShortcutIcon(workspaceItemInfo, fullDetails); in execute()
/aosp12/frameworks/libs/systemui/iconloaderlib/src_full_lib/com/android/launcher3/icons/
H A DSimpleIconCache.java95 public static SimpleIconCache getIconCache(Context context) { in getIconCache() method in SimpleIconCache
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DDatabaseWidgetPreviewLoader.java271 Drawable icon = LauncherAppState.getInstance(mContext).getIconCache() in generateWidgetPreview()
321 LauncherAppState.getInstance(mContext).getIconCache())),
H A DPendingItemDragHelper.java182 Drawable icon = createShortcutInfo.activityInfo.getFullResIcon(app.getIconCache()); in startDrag()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DContentWriter.java98 if (mIcon != null && !LauncherAppState.getInstance(context).getIconCache() in getValues()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/notification/
H A DNotificationInfo.java88 mIconDrawable = LauncherAppState.getInstance(context).getIconCache() in NotificationInfo()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DAddItemActivity.java254 () -> 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 DSearchActionItemInfo.java178 app.getIconCache().getTitleAndIconForApp(pkgInfo, false); in createWorkspaceItem()
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
H A DCacheDataUpdatedTaskTest.java57 IconCache iconCache = LauncherAppState.getInstance(context).getIconCache(); in setup()
H A DLoaderCursorTest.java160 assertTrue(mApp.getIconCache().isDefaultIcon(info.bitmap, info.user)); in loadSimpleShortcut()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DPopupPopulator.java161 IconCache cache = LauncherAppState.getInstance(context).getIconCache(); in createUpdateRunnable()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DRecentsModel.java86 public TaskIconCache getIconCache() { in getIconCache() method in RecentsModel
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherModel.java491 mApp.getIconCache().updateSessionCache(key, info); in onUpdateSessionDisplay()
603 mApp.getIconCache().getShortcutIcon(si, info); in updateAndBindWorkspaceItem()
H A DLauncherAppState.java178 public IconCache getIconCache() { in getIconCache() method in LauncherAppState
H A DUtilities.java703 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 DWidgetsListHeader.java303 mIconLoadRequest = LauncherAppState.getInstance(getContext()).getIconCache() in verifyHighRes()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DGroupedTaskView.java95 TaskIconCache iconCache = model.getIconCache(); in onTaskListVisibilityChanged()

12