Searched refs:sFrameworkBitmapCache (Results 1 – 1 of 1) sorted by relevance
112 private final static Map<String, SoftReference<Bitmap>> sFrameworkBitmapCache = new HashMap<>(); field in Bridge601 SoftReference<Bitmap> ref = sFrameworkBitmapCache.get(value); in getCachedBitmap()623 sFrameworkBitmapCache.put(value, new SoftReference<>(bmp)); in setCachedBitmap()