HomeSort by relevance Sort by last modified time
    Searched refs:IconCache (Results 1 - 12 of 12) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherApplication.java 35 public IconCache mIconCache;
50 mIconCache = new IconCache(this);
109 IconCache getIconCache() {
ShortcutInfo.java 89 public Bitmap getIcon(IconCache iconCache) {
91 updateIcon(iconCache);
102 public void updateIcon(IconCache iconCache) {
103 mIcon = iconCache.getIcon(intent);
104 usingFallbackIcon = iconCache.isDefaultIcon(mIcon);
ApplicationInfo.java 65 public ApplicationInfo(PackageManager pm, ResolveInfo info, IconCache iconCache,
88 iconCache.getTitleAndIcon(this, info, labelCache);
AllAppsList.java 47 private IconCache mIconCache;
52 public AllAppsList(IconCache iconCache) {
53 mIconCache = iconCache;
IconCache.java 36 public class IconCache {
38 private static final String TAG = "Launcher.IconCache";
54 public IconCache(LauncherApplication context) {
BubbleTextView.java 90 public void applyFromShortcutInfo(ShortcutInfo info, IconCache iconCache) {
91 Bitmap b = info.getIcon(iconCache);
FolderIcon.java 124 FolderInfo folderInfo, IconCache iconCache) {
Folder.java 74 private final IconCache mIconCache;
    [all...]
LauncherModel.java 140 private IconCache mIconCache;
167 LauncherModel(LauncherApplication app, IconCache iconCache) {
170 mBgAllAppsList = new AllAppsList(iconCache);
171 mIconCache = iconCache;
    [all...]
AppsCustomizePagedView.java 267 private IconCache mIconCache;
    [all...]
Launcher.java 254 private IconCache mIconCache;
    [all...]
Workspace.java 139 private IconCache mIconCache;
    [all...]

Completed in 152 milliseconds