Home
last modified time | relevance | path

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

/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/android/
H A DBridgeContextTest.java21 import com.android.layoutlib.bridge.impl.RenderActionTestUtil;
62 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.java23 public class RenderActionTestUtil { class
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
H A DRenderTests.java32 import com.android.layoutlib.bridge.impl.RenderActionTestUtil;
1041 BridgeContext oldContext = RenderActionTestUtil.setBridgeContext(mContext); in testColorStateList()
1085 RenderActionTestUtil.setBridgeContext(oldContext); in testColorStateList()