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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java99 private final static Map<Object, Map<String, SoftReference<NinePatchChunk>>> sProject9PatchCache = field in class:Bridge
375 sProject9PatchCache.remove(projectKey);
561 Map<String, SoftReference<NinePatchChunk>> map = sProject9PatchCache.get(projectKey);
587 Map<String, SoftReference<NinePatchChunk>> map = sProject9PatchCache.get(projectKey);
591 sProject9PatchCache.put(projectKey, map);

Completed in 4 milliseconds