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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DIconCache.java37 private static final int INITIAL_ICON_CACHE_CAPACITY = 50; field in class:IconCache
48 new HashMap<ComponentName, CacheEntry>(INITIAL_ICON_CACHE_CAPACITY);

Completed in 184 milliseconds