Home
last modified time | relevance | path

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

/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DImageDownloader.java68 sSoftBitmapCache.put(eldest.getKey(), new SoftReference<Bitmap>(eldest.getValue()));
77 private final static ConcurrentHashMap<String, SoftReference<Bitmap>> sSoftBitmapCache = field in ImageDownloader
153 sSoftBitmapCache.clear(); in clearCache()
216 SoftReference<Bitmap> bitmapReference = sSoftBitmapCache.get(url); in getBitmapFromCache()
224 sSoftBitmapCache.remove(url); in getBitmapFromCache()