Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java76 private static WeakHashMap<Resources, LayoutlibCallback> sLayoutlibCallbacks = field in Resources_Delegate
94 sLayoutlibCallbacks.put(resources, Objects.requireNonNull(layoutlibCallback)); in initSystem()
111 assert sLayoutlibCallbacks.containsKey(resources) : in getLayoutlibCallback()
113 return sLayoutlibCallbacks.get(resources); in getLayoutlibCallback()
123 sLayoutlibCallbacks.clear(); in disposeSystem()
138 … (!sContexts.containsKey(resources) || !sLayoutlibCallbacks.containsKey(resources))) { in getResourceInfo()
139 sLayoutlibCallbacks.put(resources, getLayoutlibCallback(Resources.mSystem)); in getResourceInfo()