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

  /packages/apps/Launcher2/src/com/android/launcher2/
AllAppsList.java 45 private IconCache mIconCache;
51 mIconCache = iconCache;
94 add(new ApplicationInfo(info, user, mIconCache, null));
112 mIconCache.flush();
133 mIconCache.remove(component, user);
150 mIconCache, null));
152 mIconCache.remove(applicationInfo.componentName, user);
153 mIconCache.getTitleAndIcon(applicationInfo, info, null);
165 mIconCache.remove(component, user);
LauncherApplication.java 38 private IconCache mIconCache;
55 mIconCache = new IconCache(this);
56 mModel = new LauncherModel(this, mIconCache);
115 return mIconCache;
WidgetPreviewLoader.java 135 private IconCache mIconCache;
158 mIconCache = app.getIconCache();
528 icon = mIconCache.getFullResIcon(info.provider.getPackageName(),
634 Drawable icon = mIconCache.getFullResIcon(info, android.os.Process.myUserHandle());
LauncherModel.java 145 private IconCache mIconCache;
182 mIconCache = iconCache;
185 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 186 private IconCache mIconCache;
255 mIconCache = ((LauncherApplication) context.getApplicationContext()).getIconCache();
749 Drawable icon = mIconCache.getFullResIcon(createShortcutInfo.shortcutActivityInfo,
    [all...]
Launcher.java 267 private IconCache mIconCache;
371 mIconCache = app.getIconCache();
531 mIconCache.flush();
    [all...]
Workspace.java 138 private IconCache mIconCache;
410 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/
LauncherAppState.java 38 private final IconCache mIconCache;
86 mIconCache = new IconCache(sContext, mInvariantDeviceProfile);
87 mWidgetCache = new WidgetPreviewLoader(sContext, mIconCache);
91 mModel = new LauncherModel(this, mIconCache, mAppFilter);
139 return mIconCache;
AllAppsList.java 48 private IconCache mIconCache;
56 mIconCache = iconCache;
102 add(new AppInfo(context, info, user, mIconCache));
125 mIconCache.updateTitleAndIcon(info);
160 add(new AppInfo(context, info, user, mIconCache));
162 mIconCache.getTitleAndIcon(applicationInfo, info, true /* useLowResIcon */);
174 mIconCache.remove(component, user);
LauncherBackupHelper.java 149 private IconCache mIconCache;
213 mIconCache = app.getIconCache();
316 mIconCache = new IconCache(mContext, mIdp);
559 Bitmap icon = mIconCache.getIcon(intent, myUserHandle);
560 if (icon != null && !mIconCache.isDefaultIcon(icon, myUserHandle)) {
606 mIconCache.preloadIcon(ComponentName.unflattenFromString(key.name), icon, res.dpi,
687 mIconCache.preloadIcon(ComponentName.unflattenFromString(widget.provider),
    [all...]
LauncherModel.java 177 @Thunk IconCache mIconCache;
241 mIconCache = iconCache;
361 mIconCache.getTitleAndIcon(si,
366 si.updateIcon(mIconCache);
    [all...]
FolderPagedView.java 67 private final IconCache mIconCache;
96 mIconCache = app.getIconCache();
213 textView.applyFromShortcutInfo(item, mIconCache);
WidgetPreviewLoader.java 66 private final IconCache mIconCache;
77 mIconCache = iconCache;
440 Drawable icon = mutateOnMainThread(mManager.loadIcon(info, mIconCache));
470 Drawable icon = mutateOnMainThread(mIconCache.getFullResIcon(info.activityInfo));
Launcher.java 301 private IconCache mIconCache;
451 mIconCache = app.getIconCache();
    [all...]
Workspace.java 162 @Thunk IconCache mIconCache;
420 mIconCache = app.getIconCache();
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/model/
WidgetsModel.java 44 private final IconCache mIconCache;
52 mIconCache = iconCache;
64 mIconCache = model.mIconCache;
145 mIconCache.getTitleAndIconForApp(packageName, userHandle,
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetsContainerView.java 66 private IconCache mIconCache;
94 mIconCache = (LauncherAppState.getInstance()).getIconCache();
244 Drawable icon = mIconCache.getFullResIcon(createShortcutInfo.activityInfo);

Completed in 1099 milliseconds