OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mIconCache
(Results
1 - 8
of
8
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
LauncherApplication.java
35
public IconCache
mIconCache
;
50
mIconCache
= new IconCache(this);
51
mModel = new LauncherModel(this,
mIconCache
);
110
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
119
private IconCache
mIconCache
;
149
mIconCache
= iconCache;
152
mIconCache
.getFullResDefaultActivityIcon(), app);
[
all
...]
Folder.java
76
private final IconCache
mIconCache
;
123
mIconCache
= ((LauncherApplication)context.getApplicationContext()).getIconCache();
541
new FastBitmapDrawable(item.getIcon(
mIconCache
)), null, null);
[
all
...]
AppsCustomizePagedView.java
271
private IconCache
mIconCache
;
333
mIconCache
= ((LauncherApplication) context.getApplicationContext()).getIconCache();
783
Drawable icon =
mIconCache
.getFullResIcon(createShortcutInfo.shortcutActivityInfo);
[
all
...]
Launcher.java
245
private IconCache
mIconCache
;
333
mIconCache
= app.getIconCache();
451
mIconCache
.flush();
[
all
...]
Workspace.java
140
private IconCache
mIconCache
;
415
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 624 milliseconds