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

  /packages/apps/Launcher2/src/com/android/launcher2/
IconCache.java 40 private static final int INITIAL_ICON_CACHE_CAPACITY = 50;
51 new HashMap<ComponentName, CacheEntry>(INITIAL_ICON_CACHE_CAPACITY);
  /packages/apps/Launcher3/src/com/android/launcher3/
IconCache.java 42 private static final int INITIAL_ICON_CACHE_CAPACITY = 50;
53 new HashMap<ComponentName, CacheEntry>(INITIAL_ICON_CACHE_CAPACITY);

Completed in 565 milliseconds