HomeSort by relevance Sort by last modified time
    Searched refs:getTitleAndIcon (Results 1 - 8 of 8) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
ApplicationInfo.java 81 iconCache.getTitleAndIcon(this, info, labelCache);
AllAppsList.java 153 mIconCache.getTitleAndIcon(applicationInfo, info, null);
IconCache.java 181 public void getTitleAndIcon(ApplicationInfo application, LauncherActivityInfo info,
  /packages/apps/Launcher3/src/com/android/launcher3/
AppInfo.java 100 iconCache.getTitleAndIcon(this, info, true /* useLowResIcon */);
IconCache.java 403 getTitleAndIcon((AppInfo) info, null, false);
406 getTitleAndIcon(st,
433 public synchronized void getTitleAndIcon(AppInfo application,
478 public synchronized void getTitleAndIcon(ShortcutInfo shortcutInfo, Intent intent,
490 getTitleAndIcon(shortcutInfo, component, info, user, true, useLowResIcon);
497 public synchronized void getTitleAndIcon(
    [all...]
AllAppsList.java 179 mIconCache.getTitleAndIcon(applicationInfo, info, true /* useLowResIcon */);
ShortcutInfo.java 207 iconCache.getTitleAndIcon(this, promisedIntent != null ? promisedIntent : intent, user,
LauncherModel.java 346 mIconCache.getTitleAndIcon(si,
    [all...]

Completed in 205 milliseconds