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.java109 … private final static Map<Object, Map<String, SoftReference<NinePatchChunk>>> sProject9PatchCache = field in Bridge
358 sProject9PatchCache.clear(); in dispose()
440 sProject9PatchCache.remove(projectKey); in clearCaches()
638 Map<String, SoftReference<NinePatchChunk>> map = sProject9PatchCache.get(projectKey); in getCached9Patch()
665 sProject9PatchCache.computeIfAbsent(projectKey, k -> new HashMap<>()); in setCached9Patch()