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