Searched refs:HARD_CACHE_CAPACITY (Results 1 – 1 of 1) sorted by relevance
58 private static final int HARD_CACHE_CAPACITY = 40; field in ImageDownloader63 new LinkedHashMap<String, Bitmap>(HARD_CACHE_CAPACITY / 2, 0.75f, true) {67 if (size() > HARD_CACHE_CAPACITY) {79 new ConcurrentHashMap<String, SoftReference<Bitmap>>(HARD_CACHE_CAPACITY / 2);