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

  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherApplication.java 33 public IconCache mIconCache;
48 mIconCache = new IconCache(this);
49 mModel = new LauncherModel(this, mIconCache);
105 return mIconCache;
AllAppsList.java 47 private IconCache mIconCache;
53 mIconCache = iconCache;
94 add(new ApplicationInfo(context.getPackageManager(), info, mIconCache, null));
113 mIconCache.flush();
130 mIconCache.remove(component);
145 add(new ApplicationInfo(context.getPackageManager(), info, mIconCache, null));
147 mIconCache.remove(applicationInfo.componentName);
148 mIconCache.getTitleAndIcon(applicationInfo, info, null);
159 mIconCache.remove(component);
LauncherModel.java 118 private IconCache mIconCache;
147 mIconCache = iconCache;
150 mIconCache.getFullResDefaultActivityIcon(), app);
    [all...]
Folder.java 73 private final IconCache mIconCache;
122 mIconCache = ((LauncherApplication)context.getApplicationContext()).getIconCache();
500 new FastBitmapDrawable(item.getIcon(mIconCache)), null, null);
    [all...]
AppsCustomizePagedView.java 202 private IconCache mIconCache;
236 mIconCache = ((LauncherApplication) context.getApplicationContext()).getIconCache();
    [all...]
Launcher.java 212 private IconCache mIconCache;
272 mIconCache = app.getIconCache();
388 mIconCache.flush();
800 favorite.applyFromShortcutInfo(info, mIconCache);
    [all...]
Workspace.java 135 private IconCache mIconCache;
347 mIconCache = app.getIconCache();
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
CachingIconLoader.java 43 private final WeakHashMap<String, Entry> mIconCache;
52 mIconCache = new WeakHashMap<String, Entry>();
87 NowOrLater<Drawable.ConstantState> cached = mIconCache.get(drawableId);
96 mIconCache.put(resourceUri, drawable);

Completed in 212 milliseconds