Searched refs:INITIAL_ICON_CACHE_CAPACITY (Results 1 – 1 of 1) sorted by relevance
69 private static final int INITIAL_ICON_CACHE_CAPACITY = 50; field in BaseIconCache105 mCache = new HashMap<>(INITIAL_ICON_CACHE_CAPACITY); in BaseIconCache()