Home
last modified time | relevance | path

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

/aosp12/frameworks/layoutlib/bridge/src/android/content/res/
H A DResources_Delegate.java75 private static WeakHashMap<Resources, LayoutlibCallback> sLayoutlibCallbacks = field in Resources_Delegate
93 sLayoutlibCallbacks.put(resources, Objects.requireNonNull(layoutlibCallback)); in initSystem()
110 assert sLayoutlibCallbacks.containsKey(resources) : in getLayoutlibCallback()
112 return sLayoutlibCallbacks.get(resources); in getLayoutlibCallback()
122 sLayoutlibCallbacks.clear(); in disposeSystem()
138 … (!sContexts.containsKey(resources) || !sLayoutlibCallbacks.containsKey(resources))) { in getResourceInfo()
139 sLayoutlibCallbacks.put(resources, getLayoutlibCallback(Resources.mSystem)); in getResourceInfo()