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

  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherApplication.java 29 public IconCache mIconCache;
37 mIconCache = new IconCache(this);
38 mModel = new LauncherModel(this, mIconCache);
86 return mIconCache;
ShortcutsAdapter.java 36 private final IconCache mIconCache;
41 mIconCache = ((LauncherApplication)context.getApplicationContext()).getIconCache();
54 new FastBitmapDrawable(info.getIcon(mIconCache)), null, null);
AllAppsList.java 48 private IconCache mIconCache;
54 mIconCache = iconCache;
95 add(new ApplicationInfo(info, mIconCache));
114 mIconCache.flush();
131 mIconCache.remove(component);
146 add(new ApplicationInfo(info, mIconCache));
148 mIconCache.remove(applicationInfo.componentName);
149 mIconCache.getTitleAndIcon(applicationInfo, info);
160 mIconCache.remove(component);
LauncherModel.java 91 private IconCache mIconCache;
116 mIconCache = iconCache;
    [all...]
Workspace.java 99 private IconCache mIconCache;
197 mIconCache = app.getIconCache();
    [all...]
Launcher.java 202 private IconCache mIconCache;
225 mIconCache = app.getIconCache();
304 mIconCache.flush();
846 new FastBitmapDrawable(info.getIcon(mIconCache)),
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
CachingIconLoader.java 37 private final WeakHashMap<String, Drawable.ConstantState> mIconCache;
46 mIconCache = new WeakHashMap<String, Drawable.ConstantState>();
68 Drawable.ConstantState cached = mIconCache.get(drawableId);
78 mIconCache.put(resourceUri, drawable.getConstantState());

Completed in 836 milliseconds