Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderAction.java70 static BridgeContext sCurrentContext = null; field in RenderAction
205 if (mContext != sCurrentContext) { in acquireLock()
241 sCurrentContext = mContext; in setUp()
268 if (sCurrentContext != null) { in tearDown()
270 HandlerThread_Delegate.cleanUp(sCurrentContext); in tearDown()
279 sCurrentContext = null; in tearDown()
291 return sCurrentContext; in getCurrentContext()
326 if (sCurrentContext != mContext) { in checkLock()
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/impl/
DRenderActionTestUtil.java26 BridgeContext oldContext = RenderAction.sCurrentContext; in setBridgeContext()
27 RenderAction.sCurrentContext = context; in setBridgeContext()