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 65 public ApplicationInfo(PackageManager pm, ResolveInfo info, IconCache iconCache,
88 iconCache.getTitleAndIcon(this, info, labelCache);
  /packages/apps/Launcher3/src/com/android/launcher3/
AppInfo.java 70 public AppInfo(PackageManager pm, ResolveInfo info, IconCache iconCache,
87 iconCache.getTitleAndIcon(this, info, labelCache);
LauncherBackupHelper.java 424 final IconCache iconCache = appState.getIconCache();
463 Bitmap icon = iconCache.getIcon(intent);
465 if (icon != null && !iconCache.isDefaultIcon(icon)) {
543 final IconCache iconCache = appState.getIconCache();
586 byte[] blob = packWidget(dpi, previewLoader, iconCache, provider);
    [all...]

Completed in 45 milliseconds