Home
last modified time | relevance | path

Searched refs:setBridgeContext (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/android/
H A DBridgeContextTest.java62 BridgeContext oldContext = RenderActionTestUtil.setBridgeContext(context); in basic()
78 RenderActionTestUtil.setBridgeContext(oldContext); in basic()
109 BridgeContext oldContext = RenderActionTestUtil.setBridgeContext(context); in checkNoErrorWhenUsingDefaults()
119 RenderActionTestUtil.setBridgeContext(oldContext); in checkNoErrorWhenUsingDefaults()
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/impl/
H A DRenderActionTestUtil.java25 public static BridgeContext setBridgeContext(@Nullable BridgeContext context) { in setBridgeContext() method in RenderActionTestUtil
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
H A DRenderTests.java1041 BridgeContext oldContext = RenderActionTestUtil.setBridgeContext(mContext); in testColorStateList()
1085 RenderActionTestUtil.setBridgeContext(oldContext); in testColorStateList()