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