Searched refs:sSoftBitmapCache (Results 1 – 1 of 1) sorted by relevance
68 sSoftBitmapCache.put(eldest.getKey(), new SoftReference<Bitmap>(eldest.getValue()));77 private final static ConcurrentHashMap<String, SoftReference<Bitmap>> sSoftBitmapCache = field in ImageDownloader153 sSoftBitmapCache.clear(); in clearCache()216 SoftReference<Bitmap> bitmapReference = sSoftBitmapCache.get(url); in getBitmapFromCache()224 sSoftBitmapCache.remove(url); in getBitmapFromCache()