Searched defs:iconCache (Results 1 – 13 of 13) sorted by relevance
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/ |
H A D | WidgetItem.java | 31 InvariantDeviceProfile idp, IconCache iconCache) { in WidgetItem() 42 public WidgetItem(ShortcutConfigActivityInfo info, IconCache iconCache, PackageManager pm) { in WidgetItem()
|
H A D | CacheDataUpdatedTask.java | 49 IconCache iconCache = app.getIconCache(); in execute() local
|
H A D | PackageUpdatedTask.java | 92 final IconCache iconCache = app.getIconCache(); in execute() local
|
H A D | AllAppsList.java | 84 public AllAppsList(IconCache iconCache, AppFilter appFilter) { in AllAppsList()
|
/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
|
/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()
|
H A D | WidgetsListAdapter.java | 110 IconCache iconCache, IntSupplier emptySpaceHeightProvider, in WidgetsListAdapter()
|
/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/ |
H A D | BitmapInfo.java | 112 BaseIconCache iconCache, Context context) { in fromByteArray()
|
H A D | ThemedIconDrawable.java | 179 BitmapFactory.Options decodeOptions, UserHandle user, BaseIconCache iconCache, in decode()
|
/aosp12/packages/apps/Launcher3/src_shortcuts_overrides/com/android/launcher3/model/ |
H A D | WidgetsModel.java | 185 IconCache iconCache = app.getIconCache(); in setWidgetsAndShortcuts() local
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
H A D | GroupedTaskView.java | 95 TaskIconCache iconCache = model.getIconCache(); in onTaskListVisibilityChanged() local
|
H A D | TaskView.java | 780 TaskIconCache iconCache = model.getIconCache(); in onTaskListVisibilityChanged() local
|
/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()
|