Home
last modified time | relevance | path

Searched refs:testTransition (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/transformation/
DAnchoredTranslateTest.kt29 import com.android.compose.animation.scene.testTransition
41 rule.testTransition( in testAnchoredTranslateExit()
65 rule.testTransition( in testAnchoredTranslateEnter()
90 rule.testTransition( in anchorPlacedAfterAnchoredElement()
DTranslateTest.kt29 import com.android.compose.animation.scene.testTransition
40 rule.testTransition( in testTranslateExit()
63 rule.testTransition( in testTranslateEnter()
DScaleSizeTest.kt28 import com.android.compose.animation.scene.testTransition
40 rule.testTransition( in testScaleSize()
DSharedElementTest.kt35 import com.android.compose.animation.scene.testTransition
47 rule.testTransition( in testSharedElement()
104 rule.testTransition( in testSharedElementDisabled()
DEdgeTranslateTest.kt33 import com.android.compose.animation.scene.testTransition
48 rule.testTransition( in testEdgeTranslate()
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/modifiers/
DSizeTest.kt31 import com.android.compose.animation.scene.testTransition
46 rule.testTransition( in noResizeDuringTransitions()
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DElementScenePickerTest.kt40 rule.testTransition( in highestZIndexPicker()
66 rule.testTransition( in lowestZIndexPicker()
DAnimatedSharedAsStateTest.kt130 rule.testTransition( in animateElementValues()
186 rule.testTransition( in movableAnimateSharedValues()
240 rule.testTransition( in animateSceneValues()
294 rule.testTransition( in readingAnimatedStateValueDuringCompositionThrows()
332 rule.testTransition( in readingAnimatedStateValueDuringCompositionIsStillPossible()
DObservableTransitionStateTest.kt65 rule.testTransition( in <lambda>()
DSceneTransitionLayoutTest.kt319 rule.testTransition( in layoutSizeIsAnimated()
/frameworks/base/packages/SystemUI/compose/scene/tests/utils/src/com/android/compose/animation/scene/
DTestTransition.kt88 fun ComposeContentTestRule.testTransition( in onElement() method
97 testTransition( in onElement()
179 fun ComposeContentTestRule.testTransition( in ComposeContentTestRule() method