Searched refs:INITIAL_ICON_CACHE_CAPACITY (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DIconCache.java43 private static final int INITIAL_ICON_CACHE_CAPACITY = 50; field in class:IconCache
76 new HashMap<CacheKey, CacheEntry>(INITIAL_ICON_CACHE_CAPACITY);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DIconCache.java75 private static final int INITIAL_ICON_CACHE_CAPACITY = 50; field in class:IconCache
103 new HashMap<ComponentKey, CacheEntry>(INITIAL_ICON_CACHE_CAPACITY);

Completed in 87 milliseconds