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

  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherApplication.java 111 IconCache getIconCache() {
Folder.java 122 mIconCache = ((LauncherApplication)context.getApplicationContext()).getIconCache();
    [all...]
WidgetPreviewLoader.java 149 mIconCache = app.getIconCache();
AppsCustomizePagedView.java 252 mIconCache = ((LauncherApplication) context.getApplicationContext()).getIconCache();
    [all...]
Launcher.java 366 mIconCache = app.getIconCache();
    [all...]
Workspace.java 409 mIconCache = app.getIconCache();
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppState.java 157 IconCache getIconCache() {
WidgetPreviewLoader.java 149 mIconCache = app.getIconCache();
Folder.java 145 mIconCache = app.getIconCache();
    [all...]
LauncherBackupHelper.java     [all...]
AppsCustomizePagedView.java 250 mIconCache = (LauncherAppState.getInstance()).getIconCache();
    [all...]
Launcher.java 418 mIconCache = app.getIconCache();
    [all...]
Workspace.java 423 mIconCache = app.getIconCache();
    [all...]

Completed in 502 milliseconds