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

  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherApplication.java 35 private IconCache mIconCache;
52 mIconCache = new IconCache(this);
53 mModel = new LauncherModel(this, mIconCache);
112 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);
WidgetPreviewLoader.java 130 private IconCache mIconCache;
149 mIconCache = app.getIconCache();
502 icon = mIconCache.getFullResIcon(packageName, iconId);
571 Drawable icon = mIconCache.getFullResIcon(info);
LauncherModel.java 142 private IconCache mIconCache;
175 mIconCache = iconCache;
178 mIconCache.getFullResDefaultActivityIcon(), app);
    [all...]
Folder.java 74 private final IconCache mIconCache;
122 mIconCache = ((LauncherApplication)context.getApplicationContext()).getIconCache();
525 new FastBitmapDrawable(item.getIcon(mIconCache)), null, null);
    [all...]
AppsCustomizePagedView.java 183 private IconCache mIconCache;
252 mIconCache = ((LauncherApplication) context.getApplicationContext()).getIconCache();
755 Drawable icon = mIconCache.getFullResIcon(createShortcutInfo.shortcutActivityInfo);
    [all...]
Launcher.java 265 private IconCache mIconCache;
366 mIconCache = app.getIconCache();
505 mIconCache.flush();
    [all...]
Workspace.java 137 private IconCache mIconCache;
409 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);
  /packages/apps/Launcher3/src/com/android/launcher3/
AllAppsList.java 47 private IconCache mIconCache;
55 mIconCache = iconCache;
100 add(new AppInfo(context.getPackageManager(), info, mIconCache, null));
119 mIconCache.flush();
136 mIconCache.remove(component);
151 add(new AppInfo(context.getPackageManager(), info, mIconCache, null));
153 mIconCache.remove(applicationInfo.componentName);
154 mIconCache.getTitleAndIcon(applicationInfo, info, null);
165 mIconCache.remove(component);
LauncherAppState.java 36 private IconCache mIconCache;
88 mIconCache = new IconCache(sContext);
91 mModel = new LauncherModel(this, mIconCache, mAppFilter);
150 return mIconCache;
WidgetPreviewLoader.java 125 private IconCache mIconCache;
146 mIconCache = app.getIconCache();
497 icon = mIconCache.getFullResIcon(packageName, iconId);
566 Drawable icon = mIconCache.getFullResIcon(info);
Folder.java 81 private final IconCache mIconCache;
143 mIconCache = app.getIconCache();
536 Utilities.createIconDrawable(item.getIcon(mIconCache)), null, null);
    [all...]
Launcher.java 270 private IconCache mIconCache;
404 mIconCache = app.getIconCache();
405 mIconCache.flushInvalidIcons(grid);
580 mIconCache.flush();
    [all...]
LauncherModel.java 145 private IconCache mIconCache;
187 mIconCache = iconCache;
190 mIconCache.getFullResDefaultActivityIcon(), context);
    [all...]
AppsCustomizePagedView.java 181 private IconCache mIconCache;
251 mIconCache = (LauncherAppState.getInstance()).getIconCache();
742 Drawable icon = mIconCache.getFullResIcon(createShortcutInfo.shortcutActivityInfo);
    [all...]
Workspace.java 166 private IconCache mIconCache;
409 mIconCache = app.getIconCache();
    [all...]

Completed in 90 milliseconds