Home
last modified time | relevance | path

Searched refs:transitionSpec (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DTransitionDslTest.kt182 .transitionSpec(from = TestScenes.SceneB, to = TestScenes.SceneA, key = null) in defaultReversed()
212 .transitionSpec(from = TestScenes.SceneA, to = TestScenes.SceneB, key = null) in springSpec()
221 .transitionSpec(from = TestScenes.SceneA, to = TestScenes.SceneC, key = null) in springSpec()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/mediaoutput/ui/composable/
DMediaOutputComponent.kt146 transitionSpec = { in <lambda>()
173 transitionSpec = { in <lambda>()
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DSceneTransitions.kt57 internal fun transitionSpec( in <lambda>() method in com.android.compose.animation.scene.SceneTransitions
DSceneTransitionLayoutState.kt475 .transitionSpec(fromScene, toScene, key = transition.key) in startTransition()