Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DShortcutInfo.java90 public Bitmap getIcon(IconCache iconCache) { in getIcon()
97 public void updateIcon(IconCache iconCache) { in updateIcon()
DApplicationInfo.java67 public ApplicationInfo(LauncherActivityInfo info, UserHandle user, IconCache iconCache, in ApplicationInfo()
DAllAppsList.java50 public AllAppsList(IconCache iconCache) { in AllAppsList()
DBubbleTextView.java90 public void applyFromShortcutInfo(ShortcutInfo info, IconCache iconCache) { in applyFromShortcutInfo()
DFolderIcon.java124 FolderInfo folderInfo, IconCache iconCache) { in fromXml()
DLauncherModel.java178 LauncherModel(LauncherApplication app, IconCache iconCache) { in LauncherModel()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DCacheDataUpdatedTask.java55 IconCache iconCache = app.getIconCache(); in execute() local
DWidgetsModel.java46 public WidgetsModel(IconCache iconCache, AppFilter appFilter) { in WidgetsModel()
DPackageUpdatedTask.java86 final IconCache iconCache = app.getIconCache(); in execute() local
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DBaseModelUpdateTaskTestCase.java60 public MyIconCache iconCache; field in BaseModelUpdateTaskTestCase
/packages/apps/Launcher3/src/com/android/launcher3/
DAllAppsList.java57 public AllAppsList(IconCache iconCache, AppFilter appFilter) { in AllAppsList()
DWidgetPreviewLoader.java81 public WidgetPreviewLoader(Context context, IconCache iconCache) { in WidgetPreviewLoader()
DLauncherModel.java212 LauncherModel(LauncherAppState app, IconCache iconCache, AppFilter appFilter) { in LauncherModel()