Searched defs:mIconCache (Results 1 - 18 of 18) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DAllAppsList.java45 private IconCache mIconCache; field in class:AllAppsList
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);
H A DLauncherApplication.java38 private IconCache mIconCache; field in class:LauncherApplication
55 mIconCache = new IconCache(this);
56 mModel = new LauncherModel(this, mIconCache);
115 return mIconCache;
H A DWidgetPreviewLoader.java135 private IconCache mIconCache; field in class:WidgetPreviewLoader
158 mIconCache = app.getIconCache();
528 icon = mIconCache.getFullResIcon(info.provider.getPackageName(),
634 Drawable icon = mIconCache.getFullResIcon(info, android.os.Process.myUserHandle());
H A DFolder.java74 private final IconCache mIconCache; field in class:Folder
122 mIconCache = ((LauncherApplication)context.getApplicationContext()).getIconCache();
525 new FastBitmapDrawable(item.getIcon(mIconCache)), null, null);
H A DAppsCustomizePagedView.java186 private IconCache mIconCache; field in class:AppsCustomizePagedView
255 mIconCache = ((LauncherApplication) context.getApplicationContext()).getIconCache();
749 Drawable icon = mIconCache.getFullResIcon(createShortcutInfo.shortcutActivityInfo,
H A DLauncherModel.java145 private IconCache mIconCache; field in class:LauncherModel
182 mIconCache = iconCache;
185 mIconCache.getFullResDefaultActivityIcon(), app);
1957 mIconCache, mLabelCache));
2215 icon = mIconCache.getIcon(componentName, lai, labelCache);
2303 mIconCache.getFullResIcon(resources, id, Process.myUserHandle()),
2449 mIconCache.getFullResIcon(resources, id, user),
2501 Bitmap loaded = info.getIcon(mIconCache);
H A DLauncher.java267 private IconCache mIconCache; field in class:Launcher
371 mIconCache = app.getIconCache();
531 mIconCache.flush();
1087 favorite.applyFromShortcutInfo(info, mIconCache);
1940 FolderIcon.fromXml(R.layout.folder_icon, this, layout, folderInfo, mIconCache);
3533 (FolderInfo) item, mIconCache);
H A DWorkspace.java138 private IconCache mIconCache; field in class:Workspace
410 mIconCache = app.getIconCache();
3129 (FolderInfo) info, mIconCache);
3848 info.updateIcon(mIconCache);
3850 shortcut.applyFromShortcutInfo(info, mIconCache);
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DCachingIconLoader.java43 private final WeakHashMap<String, Entry> mIconCache; field in class:CachingIconLoader
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/
H A DAllAppsList.java50 private IconCache mIconCache; field in class:AllAppsList
58 mIconCache = iconCache;
104 add(new AppInfo(context, info, user, mIconCache));
142 mIconCache.updateTitleAndIcon(info);
177 add(new AppInfo(context, info, user, mIconCache));
179 mIconCache.getTitleAndIcon(applicationInfo, info, true /* useLowResIcon */);
191 mIconCache.remove(component, user);
H A DLauncherAppState.java45 private final IconCache mIconCache; field in class:LauncherAppState
99 mIconCache = new IconCache(sContext, mInvariantDeviceProfile);
100 mWidgetCache = new WidgetPreviewLoader(sContext, mIconCache);
104 mModel = new LauncherModel(this, mIconCache, mAppFilter, mDeepShortcutManager);
165 return mIconCache;
H A DWidgetPreviewLoader.java69 private final IconCache mIconCache; field in class:WidgetPreviewLoader
80 mIconCache = iconCache;
391 Drawable icon = mWidgetManager.loadIcon(info, mIconCache);
424 Drawable icon = mutateOnMainThread(mIconCache.getFullResIcon(info));
H A DLauncherModel.java197 private IconCache mIconCache; field in class:LauncherModel
245 mIconCache = iconCache;
349 mIconCache.getTitleAndIcon(si,
354 si.updateIcon(mIconCache);
2286 info.updateIcon(mIconCache, false);
2698 mIconCache.updateDbIcons(packagesToIgnore);
2762 mBgAllAppsList.add(new AppInfo(mContext, app, user, mIconCache, quietMode));
2927 si.updateIcon(mIconCache);
3049 mIconCache.updateIconsForPkg(packages[i], mUser);
3062 mIconCache
[all...]
H A DLauncher.java273 private IconCache mIconCache; field in class:Launcher
406 mIconCache = app.getIconCache();
1467 favorite.applyFromShortcutInfo(info, mIconCache);
2248 FolderIcon.fromXml(R.layout.folder_icon, this, layout, folderInfo, mIconCache);
3688 (FolderInfo) item, mIconCache);
3758 view.updateIcon(mIconCache);
3889 view.updateIcon(mIconCache);
4376 return new AppInfo(this, activityInfo, user, mIconCache);
H A DWorkspace.java167 @Thunk IconCache mIconCache; field in class:Workspace
491 mIconCache = app.getIconCache();
3430 (FolderInfo) info, mIconCache);
4139 shortcut.applyFromShortcutInfo(si, mIconCache,
/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DWidgetsModel.java48 private final IconCache mIconCache; field in class:WidgetsModel
57 mIconCache = iconCache;
72 mIconCache = model.mIconCache;
202 mIconCache.getTitleAndIconForApp(p, true /* userLowResIcon */);
/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DWidgetsContainerView.java65 private IconCache mIconCache; field in class:WidgetsContainerView
93 mIconCache = (LauncherAppState.getInstance()).getIconCache();
243 Drawable icon = mIconCache.getFullResIcon(createShortcutInfo.activityInfo);
/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolderPagedView.java76 private final IconCache mIconCache; field in class:FolderPagedView
110 mIconCache = app.getIconCache();
234 textView.applyFromShortcutInfo(item, mIconCache);

Completed in 834 milliseconds