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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java112 private final static Map<String, SoftReference<Bitmap>> sFrameworkBitmapCache = field in class:Bridge
562 SoftReference<Bitmap> ref = sFrameworkBitmapCache.get(value);
588 sFrameworkBitmapCache.put(value, new SoftReference<Bitmap>(bmp));

Completed in 25 milliseconds