Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java112 private final static Map<Object, Map<String, SoftReference<Bitmap>>> sProjectBitmapCache = field in Bridge
484 sProjectBitmapCache.remove(projectKey); in clearCaches()
650 Map<String, SoftReference<Bitmap>> map = sProjectBitmapCache.get(projectKey); in getCachedBitmap()
675 Map<String, SoftReference<Bitmap>> map = sProjectBitmapCache.get(projectKey); in setCachedBitmap()
679 sProjectBitmapCache.put(projectKey, map); in setCachedBitmap()