Home
last modified time | relevance | path

Searched refs:iconCache (Results 1 – 14 of 14) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DWidgetItem.java31 InvariantDeviceProfile idp, IconCache iconCache) { in WidgetItem() argument
34 label = iconCache.getTitleNoCache(info); in WidgetItem()
42 public WidgetItem(ShortcutConfigActivityInfo info, IconCache iconCache, PackageManager pm) { in WidgetItem() argument
44 label = info.isPersistable() ? iconCache.getTitleNoCache(info) : in WidgetItem()
H A DCacheDataUpdatedTask.java49 IconCache iconCache = app.getIconCache(); in execute() local
58 iconCache.getTitleAndIcon(si, si.usingLowResIcon()); in execute()
H A DPackageUpdatedTask.java92 final IconCache iconCache = app.getIconCache(); in execute() local
108 iconCache.updateIconsForPkg(packages[i], mUser); in execute()
123 iconCache.updateIconsForPkg(packages[i], mUser); in execute()
142 iconCache.removeIconsForPkg(packages[i], mUser); in execute()
273 iconCache.getTitleAndIcon(si, si.usingLowResIcon()); in execute()
H A DAllAppsList.java84 public AllAppsList(IconCache iconCache, AppFilter appFilter) { in AllAppsList() argument
85 mIconCache = iconCache; in AllAppsList()
/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
H A DBitmapInfo.java112 BaseIconCache iconCache, Context context) { in fromByteArray() argument
128 return ThemedBitmapInfo.decode(data, color, decodeOptions, user, iconCache, context); in fromByteArray()
H A DThemedIconDrawable.java179 BitmapFactory.Options decodeOptions, UserHandle user, BaseIconCache iconCache, in decode() argument
194 try (BaseIconFactory iconFactory = iconCache.getIconFactory()) { in decode()
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
H A DCacheDataUpdatedTaskTest.java57 IconCache iconCache = LauncherAppState.getInstance(context).getIconCache(); in setup() local
83 iconCache.addIconToDBAndMemCache(info, placeholderLogic, new PackageInfo(), in setup()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
H A DWidgetsDiffReporter.java46 public WidgetsDiffReporter(IconCache iconCache, RecyclerView.Adapter listener) { in WidgetsDiffReporter() argument
47 mIconCache = iconCache; in WidgetsDiffReporter()
H A DWidgetsListAdapter.java110 IconCache iconCache, IntSupplier emptySpaceHeightProvider, in WidgetsListAdapter() argument
113 mDiffReporter = new WidgetsDiffReporter(iconCache, this); in WidgetsListAdapter()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DGroupedTaskView.java95 TaskIconCache iconCache = model.getIconCache(); in onTaskListVisibilityChanged() local
105 mIconLoadRequest2 = iconCache.updateIconInBackground(mSecondaryTask, in onTaskListVisibilityChanged()
H A DTaskView.java780 TaskIconCache iconCache = model.getIconCache(); in onTaskListVisibilityChanged() local
789 mIconLoadRequest = iconCache.updateIconInBackground(mTask, in onTaskListVisibilityChanged()
/aosp12/packages/apps/Launcher3/src_shortcuts_overrides/com/android/launcher3/model/
H A DWidgetsModel.java185 IconCache iconCache = app.getIconCache(); in setWidgetsAndShortcuts() local
187 iconCache.getTitleAndIconForApp(p, true /* userLowResIcon */); in setWidgetsAndShortcuts()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherModel.java130 LauncherModel(Context context, LauncherAppState app, IconCache iconCache, AppFilter appFilter, in LauncherModel() argument
133 mBgAllAppsList = new AllAppsList(iconCache, appFilter); in LauncherModel()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DControlsUiControllerImpl.kt84 private val iconCache: CustomIconCache,
528 iconCache.store(componentName, c.controlId, c.customIcon)