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 43 private static final int INITIAL_ICON_CACHE_CAPACITY = 50;
76 new HashMap<CacheKey, CacheEntry>(INITIAL_ICON_CACHE_CAPACITY);
  /packages/apps/Launcher3/src/com/android/launcher3/
IconCache.java 75 private static final int INITIAL_ICON_CACHE_CAPACITY = 50;
103 new HashMap<ComponentKey, CacheEntry>(INITIAL_ICON_CACHE_CAPACITY);
    [all...]

Completed in 115 milliseconds