Home
last modified time | relevance | path

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

/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderAction.java72 static BridgeContext sCurrentContext = null; field in RenderAction
209 if (mContext != sCurrentContext) { in acquireLock()
245 sCurrentContext = mContext; in setUp()
272 if (sCurrentContext != null) { in tearDown()
274 HandlerThread_Delegate.cleanUp(sCurrentContext); in tearDown()
283 sCurrentContext = null; in tearDown()
295 return sCurrentContext; in getCurrentContext()
330 if (sCurrentContext != mContext) { in checkLock()
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/impl/
H A DRenderActionTestUtil.java26 BridgeContext oldContext = RenderAction.sCurrentContext; in setBridgeContext()
27 RenderAction.sCurrentContext = context; in setBridgeContext()