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