Home
last modified time | relevance | path

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

/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java110 private final static Map<Object, Map<String, SoftReference<Bitmap>>> sProjectBitmapCache = field in Bridge
344 sProjectBitmapCache.clear(); in dispose()
424 sProjectBitmapCache.remove(projectKey); in clearResourceCaches()
588 Map<String, SoftReference<Bitmap>> map = sProjectBitmapCache.get(projectKey); in getCachedBitmap()
614 sProjectBitmapCache.computeIfAbsent(projectKey, k -> new HashMap<>()); in setCachedBitmap()