Searched defs:iconCache (Results 1 – 17 of 17) sorted by relevance
| /packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/ |
| D | DashboardAdapterTest.java | 186 final IconCache iconCache = mock(IconCache.class); in onBindTile_internalTile_shouldNotUseGenericBackgroundIcon() local 207 final IconCache iconCache = new IconCache(context); in onBindTile_externalTile_shouldUpdateIcon() local 230 final IconCache iconCache = new IconCache(context); in onBindTile_externalTileWithBackgroundColorHint_shouldUpdateIcon() local 253 final IconCache iconCache = mock(IconCache.class); in onBindTile_externalTile_usingRoundedHomepageIcon_shouldNotUpdateIcon() local
|
| /packages/apps/Launcher2/src/com/android/launcher2/ |
| D | ShortcutInfo.java | 90 public Bitmap getIcon(IconCache iconCache) { in getIcon() 97 public void updateIcon(IconCache iconCache) { in updateIcon()
|
| D | ApplicationInfo.java | 67 public ApplicationInfo(LauncherActivityInfo info, UserHandle user, IconCache iconCache, in ApplicationInfo()
|
| D | AllAppsList.java | 50 public AllAppsList(IconCache iconCache) { in AllAppsList()
|
| D | BubbleTextView.java | 90 public void applyFromShortcutInfo(ShortcutInfo info, IconCache iconCache) { in applyFromShortcutInfo()
|
| D | FolderIcon.java | 124 FolderInfo folderInfo, IconCache iconCache) { in fromXml()
|
| D | LauncherModel.java | 178 LauncherModel(LauncherApplication app, IconCache iconCache) { in LauncherModel()
|
| /packages/apps/Launcher3/src/com/android/launcher3/model/ |
| D | CacheDataUpdatedTask.java | 54 IconCache iconCache = app.getIconCache(); in execute() local
|
| D | WidgetsModel.java | 201 IconCache iconCache = app.getIconCache(); in setWidgetsAndShortcuts() local
|
| D | PackageUpdatedTask.java | 87 final IconCache iconCache = app.getIconCache(); in execute() local
|
| /packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
| D | NormalizedIconLoader.java | 47 public NormalizedIconLoader(Context context, TaskKeyLruCache<Drawable> iconCache, in NormalizedIconLoader()
|
| /packages/apps/Launcher3/src/com/android/launcher3/widget/ |
| D | WidgetsDiffReporter.java | 40 public WidgetsDiffReporter(IconCache iconCache, RecyclerView.Adapter listener) { in WidgetsDiffReporter()
|
| D | WidgetsListAdapter.java | 66 WidgetPreviewLoader widgetPreviewLoader, IconCache iconCache, in WidgetsListAdapter()
|
| /packages/apps/Launcher3/tests/src/com/android/launcher3/model/ |
| D | BaseModelUpdateTaskTestCase.java | 71 public MyIconCache iconCache; field in BaseModelUpdateTaskTestCase
|
| /packages/apps/Launcher3/src/com/android/launcher3/ |
| D | AllAppsList.java | 63 public AllAppsList(IconCache iconCache, AppFilter appFilter) { in AllAppsList()
|
| D | WidgetPreviewLoader.java | 79 public WidgetPreviewLoader(Context context, IconCache iconCache) { in WidgetPreviewLoader()
|
| D | LauncherModel.java | 164 LauncherModel(LauncherAppState app, IconCache iconCache, AppFilter appFilter) { in LauncherModel()
|