Home
last modified time | relevance | path

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

/aosp12/frameworks/layoutlib/bridge/src/android/content/res/
H A DResources_Theme_Delegate.java59 BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().internalObtainStyledAttributes( in obtainStyledAttributes()
72 BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().internalObtainStyledAttributes( in obtainStyledAttributes()
84 … BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().internalObtainStyledAttributes(set, in obtainStyledAttributes()
97 boolean found = RenderSessionImpl.getCurrentContext().resolveThemeAttribute(resid, in resolveAttribute()
123 RenderSessionImpl.getCurrentContext().getRenderResources().applyStyle( in setupResources()
134 RenderSessionImpl.getCurrentContext().getRenderResources().clearStyles(); in restoreResources()
143 BridgeContext context = RenderSessionImpl.getCurrentContext(); in resolveStyle()
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DAndroidLocale.java51 BridgeContext context = RenderAction.getCurrentContext(); in getDefault()
/aosp12/frameworks/layoutlib/bridge/src/android/os/
H A DHandlerThread_Delegate.java58 BridgeContext context = RenderAction.getCurrentContext(); in run()
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DAdapterHelper.java46 BridgeContext context = RenderAction.getCurrentContext(); in getView()
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderAction.java294 public static BridgeContext getCurrentContext() { in getCurrentContext() method in RenderAction
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DTypeface_Delegate.java291 return Typeface_Delegate.createFromDisk(RenderAction.getCurrentContext(), familyName, in create()
H A DBitmap_Delegate.java128 BridgeContext currentContext = RenderAction.getCurrentContext(); in createBitmap()