Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java117 private final static Map<String, SoftReference<Bitmap>> sFrameworkBitmapCache = field in Bridge
658 SoftReference<Bitmap> ref = sFrameworkBitmapCache.get(value); in getCachedBitmap()
684 sFrameworkBitmapCache.put(value, new SoftReference<Bitmap>(bmp)); in setCachedBitmap()