Home
last modified time | relevance | path

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

/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/cache/
DBaseIconCache.java70 private static final int INITIAL_ICON_CACHE_CAPACITY = 50; field in BaseIconCache
109 mCache = new HashMap<>(INITIAL_ICON_CACHE_CAPACITY); in BaseIconCache()