Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderAction.java98 private static final Set<BridgeContext> sContexts = field in RenderAction
163 sContexts.add(mContext); in init()
465 for (BridgeContext c : RenderAction.sContexts) { in findContextFor()
482 sContexts.remove(mContext); in dispose()
/frameworks/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java75 private static WeakHashMap<Resources, BridgeContext> sContexts = new WeakHashMap<>(); field in Resources_Delegate
92 sContexts.put(resources, Objects.requireNonNull(context)); in initSystem()
101 assert sContexts.containsKey(resources) : in getContext()
103 return sContexts.get(resources); in getContext()
121 sContexts.clear(); in disposeSystem()
138 … (!sContexts.containsKey(resources) || !sLayoutlibCallbacks.containsKey(resources))) { in getResourceInfo()
140 sContexts.put(resources, getContext(Resources.mSystem)); in getResourceInfo()