Home
last modified time | relevance | path

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

/packages/apps/Launcher3/iconloaderlib/src/com/android/launcher3/icons/cache/
DBaseIconCache.java67 private static final int INITIAL_ICON_CACHE_CAPACITY = 50; field in BaseIconCache
102 mCache = new HashMap<>(INITIAL_ICON_CACHE_CAPACITY); in BaseIconCache()