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

  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherApplication.java 114 IconCache getIconCache() {
Folder.java 122 mIconCache = ((LauncherApplication)context.getApplicationContext()).getIconCache();
    [all...]
WidgetPreviewLoader.java 158 mIconCache = app.getIconCache();
AppsCustomizePagedView.java 255 mIconCache = ((LauncherApplication) context.getApplicationContext()).getIconCache();
    [all...]
Launcher.java 366 mIconCache = app.getIconCache();
    [all...]
Workspace.java 410 mIconCache = app.getIconCache();
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/compat/
PackageInstallerCompatVL.java 48 mCache = LauncherAppState.getInstance().getIconCache();
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppState.java 164 public IconCache getIconCache() {
WidgetPreviewLoader.java 159 mIconCache = app.getIconCache();
Folder.java 147 mIconCache = app.getIconCache();
    [all...]
LauncherBackupHelper.java     [all...]
AppsCustomizePagedView.java 220 mIconCache = (LauncherAppState.getInstance()).getIconCache();
    [all...]
Launcher.java 437 mIconCache = app.getIconCache();
    [all...]
Workspace.java 447 mIconCache = app.getIconCache();
    [all...]

Completed in 433 milliseconds