Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java114 … private final static Map<Object, Map<String, SoftReference<NinePatchChunk>>> sProject9PatchCache = field in Bridge
367 sProject9PatchCache.clear(); in dispose()
449 sProject9PatchCache.remove(projectKey); in clearCaches()
649 Map<String, SoftReference<NinePatchChunk>> map = sProject9PatchCache.get(projectKey); in getCached9Patch()
676 sProject9PatchCache.computeIfAbsent(projectKey, k -> new HashMap<>()); in setCached9Patch()