Searched defs:getFullResIcon (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DIconCache.java91 return getFullResIcon(Resources.getSystem(),
95 public Drawable getFullResIcon(Resources resources, int iconId, UserHandle user) { method in class:IconCache
109 public Drawable getFullResIcon(String packageName, int iconId, UserHandle user) { method in class:IconCache
121 return getFullResIcon(resources, iconId, user);
127 public Drawable getFullResIcon(ResolveInfo info, UserHandle user) { method in class:IconCache
128 return getFullResIcon(info.activityInfo, user);
131 public Drawable getFullResIcon(ActivityInfo info, UserHandle user) { method in class:IconCache
142 return getFullResIcon(resources, iconId, user);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DIconCache.java133 return getFullResIcon(Resources.getSystem(), android.R.mipmap.sym_def_app_icon);
136 private Drawable getFullResIcon(Resources resources, int iconId) { method in class:IconCache
147 public Drawable getFullResIcon(String packageName, int iconId) { method in class:IconCache
156 return getFullResIcon(resources, iconId);
162 public Drawable getFullResIcon(ActivityInfo info) { method in class:IconCache
173 return getFullResIcon(resources, iconId);

Completed in 73 milliseconds