Home
last modified time | relevance | path

Searched defs:iconCache (Results 1 – 13 of 13) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DWidgetItem.java31 InvariantDeviceProfile idp, IconCache iconCache) { in WidgetItem()
42 public WidgetItem(ShortcutConfigActivityInfo info, IconCache iconCache, PackageManager pm) { in WidgetItem()
H A DCacheDataUpdatedTask.java49 IconCache iconCache = app.getIconCache(); in execute() local
H A DPackageUpdatedTask.java92 final IconCache iconCache = app.getIconCache(); in execute() local
H A DAllAppsList.java84 public AllAppsList(IconCache iconCache, AppFilter appFilter) { in AllAppsList()
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
H A DCacheDataUpdatedTaskTest.java57 IconCache iconCache = LauncherAppState.getInstance(context).getIconCache(); in setup() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
H A DWidgetsDiffReporter.java46 public WidgetsDiffReporter(IconCache iconCache, RecyclerView.Adapter listener) { in WidgetsDiffReporter()
H A DWidgetsListAdapter.java110 IconCache iconCache, IntSupplier emptySpaceHeightProvider, in WidgetsListAdapter()
/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
H A DBitmapInfo.java112 BaseIconCache iconCache, Context context) { in fromByteArray()
H A DThemedIconDrawable.java179 BitmapFactory.Options decodeOptions, UserHandle user, BaseIconCache iconCache, in decode()
/aosp12/packages/apps/Launcher3/src_shortcuts_overrides/com/android/launcher3/model/
H A DWidgetsModel.java185 IconCache iconCache = app.getIconCache(); in setWidgetsAndShortcuts() local
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DGroupedTaskView.java95 TaskIconCache iconCache = model.getIconCache(); in onTaskListVisibilityChanged() local
H A DTaskView.java780 TaskIconCache iconCache = model.getIconCache(); in onTaskListVisibilityChanged() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherModel.java130 LauncherModel(Context context, LauncherAppState app, IconCache iconCache, AppFilter appFilter, in LauncherModel()