/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/ |
H A D | WidgetItem.java | 31 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 D | CacheDataUpdatedTask.java | 49 IconCache iconCache = app.getIconCache(); in execute() local 58 iconCache.getTitleAndIcon(si, si.usingLowResIcon()); in execute()
|
H A D | PackageUpdatedTask.java | 92 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 D | AllAppsList.java | 84 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 D | BitmapInfo.java | 112 BaseIconCache iconCache, Context context) { in fromByteArray() argument 128 return ThemedBitmapInfo.decode(data, color, decodeOptions, user, iconCache, context); in fromByteArray()
|
H A D | ThemedIconDrawable.java | 179 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 D | CacheDataUpdatedTaskTest.java | 57 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 D | WidgetsDiffReporter.java | 46 public WidgetsDiffReporter(IconCache iconCache, RecyclerView.Adapter listener) { in WidgetsDiffReporter() argument 47 mIconCache = iconCache; in WidgetsDiffReporter()
|
H A D | WidgetsListAdapter.java | 110 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 D | GroupedTaskView.java | 95 TaskIconCache iconCache = model.getIconCache(); in onTaskListVisibilityChanged() local 105 mIconLoadRequest2 = iconCache.updateIconInBackground(mSecondaryTask, in onTaskListVisibilityChanged()
|
H A D | TaskView.java | 780 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 D | WidgetsModel.java | 185 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 D | LauncherModel.java | 130 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 D | ControlsUiControllerImpl.kt | 84 private val iconCache: CustomIconCache, 528 iconCache.store(componentName, c.controlId, c.customIcon)
|