Searched refs:sProject9PatchCache (Results 1 – 1 of 1) sorted by relevance
109 … private final static Map<Object, Map<String, SoftReference<NinePatchChunk>>> sProject9PatchCache = field in Bridge358 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()