Home
last modified time | relevance | path

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

/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DImageDownloader.java62 private final static HashMap<String, Bitmap> sHardBitmapCache = field in ImageDownloader
153 sHardBitmapCache.clear(); in clearCache()
205 synchronized (sHardBitmapCache) { in getBitmapFromCache()
206 final Bitmap bitmap = sHardBitmapCache.get(url); in getBitmapFromCache()
210 sHardBitmapCache.remove(url); in getBitmapFromCache()
211 sHardBitmapCache.put(url, bitmap); in getBitmapFromCache()
323 synchronized (sHardBitmapCache) { in onPostExecute()
324 sHardBitmapCache.put(url, bitmap); in onPostExecute()