Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/content/res/
DResources_Theme_Delegate.java59 BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().obtainStyledAttributes(attrs); in obtainStyledAttributes()
71 BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().obtainStyledAttributes(resid, in obtainStyledAttributes()
83 BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().obtainStyledAttributes(set, in obtainStyledAttributes()
96 boolean found = RenderSessionImpl.getCurrentContext().resolveThemeAttribute(resid, in resolveAttribute()
122 RenderSessionImpl.getCurrentContext().getRenderResources().applyStyle( in setupResources()
133 RenderSessionImpl.getCurrentContext().getRenderResources().clearStyles(); in restoreResources()
142 BridgeContext context = RenderSessionImpl.getCurrentContext(); in resolveStyle()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DAndroidLocale.java63 BridgeContext context = RenderAction.getCurrentContext(); in getDefault()
/frameworks/layoutlib/bridge/src/android/os/
DHandlerThread_Delegate.java58 BridgeContext context = RenderAction.getCurrentContext(); in run()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
DAdapterHelper.java47 BridgeContext context = RenderAction.getCurrentContext(); in getView()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderAction.java295 public static BridgeContext getCurrentContext() { in getCurrentContext() method in RenderAction
/frameworks/layoutlib/bridge/src/android/graphics/
DBitmap_Delegate.java130 BridgeContext currentContext = RenderAction.getCurrentContext(); in createBitmap()