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.java72 static BridgeContext sCurrentContext = null; field in RenderAction
207 if (mContext != sCurrentContext) { in acquireLock()
243 sCurrentContext = mContext; in setUp()
274 if (sCurrentContext != null) { in tearDown()
276 HandlerThread_Delegate.cleanUp(sCurrentContext); in tearDown()
285 sCurrentContext = null; in tearDown()
296 return sCurrentContext; in getCurrentContext()
331 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()