Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java114 … private final static Map<Object, Map<String, SoftReference<NinePatchChunk>>> sProject9PatchCache = field in Bridge
485 sProject9PatchCache.remove(projectKey); in clearCaches()
697 Map<String, SoftReference<NinePatchChunk>> map = sProject9PatchCache.get(projectKey); in getCached9Patch()
723 Map<String, SoftReference<NinePatchChunk>> map = sProject9PatchCache.get(projectKey); in setCached9Patch()
727 sProject9PatchCache.put(projectKey, map); in setCached9Patch()