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.java91 static BridgeContext sCurrentContext = null; field in RenderAction
238 if (mContext != sCurrentContext) { in acquireLock()
274 sCurrentContext = mContext; in setUp()
322 return sCurrentContext; in getCurrentContext()
357 if (sCurrentContext != mContext) { in checkLock()
485 if (sCurrentContext != null) { in dispose()
487 HandlerThread_Delegate.cleanUp(sCurrentContext); in dispose()
490 sCurrentContext.getAnimationHandlerThreadLocal().get(); in dispose()
498 sCurrentContext = null; in dispose()
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/impl/
DRenderActionTestUtil.java26 BridgeContext oldContext = RenderAction.sCurrentContext; in setBridgeContext()
27 RenderAction.sCurrentContext = context; in setBridgeContext()