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