Home
last modified time | relevance | path

Searched refs:sFrameworkBitmapCache (Results 1 – 1 of 1) sorted by relevance

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java112 private final static Map<String, SoftReference<Bitmap>> sFrameworkBitmapCache = new HashMap<>(); field in Bridge
601 SoftReference<Bitmap> ref = sFrameworkBitmapCache.get(value); in getCachedBitmap()
623 sFrameworkBitmapCache.put(value, new SoftReference<>(bmp)); in setCachedBitmap()