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() {
WidgetPreviewLoader.java 147 mIconCache = app.getIconCache();
Folder.java 122 mIconCache = ((LauncherApplication)context.getApplicationContext()).getIconCache();
    [all...]
AppsCustomizePagedView.java 252 mIconCache = ((LauncherApplication) context.getApplicationContext()).getIconCache();
    [all...]
Launcher.java 363 mIconCache = app.getIconCache();
    [all...]
Workspace.java 409 mIconCache = app.getIconCache();
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppState.java 149 IconCache getIconCache() {
WidgetPreviewLoader.java 146 mIconCache = app.getIconCache();
LauncherBackupHelper.java 424 final IconCache iconCache = appState.getIconCache();
543 final IconCache iconCache = appState.getIconCache();
    [all...]
Folder.java 143 mIconCache = app.getIconCache();
    [all...]
AppsCustomizePagedView.java 251 mIconCache = (LauncherAppState.getInstance()).getIconCache();
    [all...]
Launcher.java 404 mIconCache = app.getIconCache();
    [all...]
Workspace.java 409 mIconCache = app.getIconCache();
    [all...]

Completed in 891 milliseconds