Home
last modified time | relevance | path

Searched refs:MutableSceneTransitionLayoutState (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DSceneTransitionLayoutStateTest.kt72 val state = MutableSceneTransitionLayoutState(SceneA) in <lambda>()
78 val state = MutableSceneTransitionLayoutState(SceneA) in <lambda>()
89 val state = MutableSceneTransitionLayoutState(SceneA) in <lambda>()
101 val state = MutableSceneTransitionLayoutState(SceneA) in <lambda>()
113 val state = MutableSceneTransitionLayoutState(SceneA) in <lambda>()
123 val state = MutableSceneTransitionLayoutState(SceneA) in <lambda>()
139 val state = MutableSceneTransitionLayoutState(SceneA) in <lambda>()
157 val parentState = MutableSceneTransitionLayoutState(parentInitialScene) in <lambda>()
165 val childState = MutableSceneTransitionLayoutState(childInitialScene, stateLinks = link) in <lambda>()
190 MutableSceneTransitionLayoutState(SceneB) as BaseSceneTransitionLayoutState in <lambda>()
[all …]
DInterruptionHandlerTest.kt41 MutableSceneTransitionLayoutState( in <lambda>()
64 MutableSceneTransitionLayoutState( in <lambda>()
99 MutableSceneTransitionLayoutState( in <lambda>()
DSwipeToSceneTest.kt74 ): MutableSceneTransitionLayoutState { in <lambda>()
75 return rule.runOnUiThread { MutableSceneTransitionLayoutState(initialScene, transitions) } in <lambda>()
604 MutableSceneTransitionLayoutState( in <lambda>()
DSceneTransitionLayoutTest.kt504 val state = rule.runOnUiThread { MutableSceneTransitionLayoutState(SceneA) } in sceneKeyInScope()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/scene/ui/composable/
DSceneContainer.kt34 import com.android.compose.animation.scene.MutableSceneTransitionLayoutState in <lambda>()
71 val state: MutableSceneTransitionLayoutState = remember { in <lambda>()
72 MutableSceneTransitionLayoutState( in <lambda>()
DSceneTransitionLayoutDataSource.kt21 import com.android.compose.animation.scene.MutableSceneTransitionLayoutState
37 private val state: MutableSceneTransitionLayoutState,
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DSceneTransitionLayoutState.kt89 sealed interface MutableSceneTransitionLayoutState : SceneTransitionLayoutState { interface
139 fun MutableSceneTransitionLayoutState( in setTargetScene() method
145 ): MutableSceneTransitionLayoutState {
776 MutableSceneTransitionLayoutState,
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
DCommunalContainer.kt44 import com.android.compose.animation.scene.MutableSceneTransitionLayoutState in <lambda>()
160 val state: MutableSceneTransitionLayoutState = remember { in CommunalContainer()
161 MutableSceneTransitionLayoutState( in CommunalContainer()
/frameworks/base/packages/SystemUI/compose/scene/tests/utils/src/com/android/compose/animation/scene/
DTestTransition.kt142 MutableSceneTransitionLayoutState( in MotionTestRule()