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.java69 sSoftBitmapCache.put(eldest.getKey(), new SoftReference<Bitmap>(eldest.getValue()));
78 private final static ConcurrentHashMap<String, SoftReference<Bitmap>> sSoftBitmapCache = field in ImageDownloader
154 sSoftBitmapCache.clear(); in clearCache()
217 SoftReference<Bitmap> bitmapReference = sSoftBitmapCache.get(url); in getBitmapFromCache()
225 sSoftBitmapCache.remove(url); in getBitmapFromCache()