Home
last modified time | relevance | path

Searched defs:testTransition (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/base/packages/SystemUI/compose/scene/tests/utils/src/com/android/compose/animation/scene/
H A DTestTransition.kt115 fun ComposeContentTestRule.testTransition( in ComposeContentTestRule() method
295 fun ComposeContentTestRule.testTransition( in ComposeContentTestRule() method
316 fun ComposeContentTestRule.testTransition( in ComposeContentTestRule() method
/aosp_15_r20/build/blueprint/
H A Dtransition_test.go57 func testTransition(bp string) (*Context, []error) { func