Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DIconCache.java95 public Drawable getFullResIcon(Resources resources, int iconId, UserHandle user) { in getFullResIcon() method in IconCache
109 public Drawable getFullResIcon(String packageName, int iconId, UserHandle user) { in getFullResIcon() method in IconCache
127 public Drawable getFullResIcon(ResolveInfo info, UserHandle user) { in getFullResIcon() method in IconCache
131 public Drawable getFullResIcon(ActivityInfo info, UserHandle user) { in getFullResIcon() method in IconCache
/packages/apps/Launcher3/src/com/android/launcher3/
DIconCache.java122 private Drawable getFullResIcon(Resources resources, int iconId) { in getFullResIcon() method in IconCache
133 public Drawable getFullResIcon(String packageName, int iconId) { in getFullResIcon() method in IconCache
152 public Drawable getFullResIcon(ActivityInfo info) { in getFullResIcon() method in IconCache