HomeSort by relevance Sort by last modified time
    Searched defs:iconCache (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
ApplicationInfo.java 67 public ApplicationInfo(LauncherActivityInfo info, UserHandle user, IconCache iconCache,
81 iconCache.getTitleAndIcon(this, info, labelCache);
  /packages/apps/Launcher3/src/com/android/launcher3/
AppInfo.java 82 IconCache iconCache) {
88 iconCache.getTitleAndIcon(this, info, true /* useLowResIcon */);
ShortcutInfo.java 194 public Bitmap getIcon(IconCache iconCache) {
196 updateIcon(iconCache);
201 public void updateIcon(IconCache iconCache) {
203 iconCache.getTitleAndIcon(this, promisedIntent != null ? promisedIntent : intent, user,

Completed in 579 milliseconds