Searched refs:sHardBitmapCache (Results 1 – 1 of 1) sorted by relevance
62 private final static HashMap<String, Bitmap> sHardBitmapCache = field in ImageDownloader153 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()