Searched refs:setTargetScene (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/ |
D | InterruptionHandlerTest.kt | 46 state.setTargetScene(SceneB, coroutineScope = this) in <lambda>() 47 state.setTargetScene(SceneC, coroutineScope = this) in <lambda>() 83 state.setTargetScene(SceneB, coroutineScope = this) in <lambda>() 84 state.setTargetScene(SceneC, coroutineScope = this) in <lambda>() 126 state.setTargetScene(SceneB, coroutineScope = this) in <lambda>() 129 state.setTargetScene(SceneC, coroutineScope = this) in <lambda>() 167 val bToA = checkNotNull(state.setTargetScene(SceneA, coroutineScope = this)) in <lambda>() 193 val bToA = checkNotNull(state.setTargetScene(SceneB, coroutineScope = this)) in <lambda>()
|
D | SceneTransitionLayoutStateTest.kt | 73 assertThat(state.setTargetScene(SceneA, coroutineScope = this)).isNull() in <lambda>() 79 val transition = state.setTargetScene(SceneB, coroutineScope = this) in <lambda>() 91 val transition = state.setTargetScene(SceneB, coroutineScope = this) in <lambda>() 93 assertThat(state.setTargetScene(SceneB, coroutineScope = this)).isNull() in <lambda>() 103 assertThat(state.setTargetScene(SceneB, coroutineScope = this)).isNotNull() in <lambda>() 104 val transition = state.setTargetScene(SceneC, coroutineScope = this) in <lambda>() 114 assertThat(state.setTargetScene(SceneB, coroutineScope = this)).isNotNull() in <lambda>() 117 assertThat(state.setTargetScene(SceneA, coroutineScope = this)).isNull() in <lambda>() 128 transition = state.setTargetScene(SceneB, coroutineScope = this)!! in <lambda>() 140 val transition = state.setTargetScene(SceneB, coroutineScope = this) in <lambda>() [all …]
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/scene/ui/composable/ |
D | SceneTransitionLayoutDataSource.kt | 59 state.setTargetScene( in changeScene()
|
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/ |
D | SceneTransitionLayoutState.kt | 117 fun setTargetScene( in setTargetScene() method 778 override fun setTargetScene( in setTargetScene() method 795 setTargetScene(scene, coroutineScope = this) in canChangeScene()
|
/frameworks/base/packages/SystemUI/compose/scene/tests/utils/src/com/android/compose/animation/scene/ |
D | TestTransition.kt | 152 state.setTargetScene(toScene, coroutineScope = this) in MotionTestRule()
|