Searched defs:toScene (Results 1 – 8 of 8) sorted by relevance
33 val toScene: SceneKey, constant in com.android.systemui.scene.shared.model.ObservableTransitionState.Transition
43 val toScene: SceneKey, constant in com.android.compose.animation.scene.ObservableTransitionState.Transition
63 val toScene: SceneKey constant
102 override val toScene: SceneKey constant278 val toScene = transition._toScene in maybeHandleAcceleratedSwipe() constant
208 val toScene = state.toScene in Modifier() constant394 val toScene = state.toScene in computeValue() constant
140 override val toScene: SceneKey, constant in com.android.compose.animation.scene.OneOffTransition
329 Scene toScene = (toId < 0) ? null : Scene.getSceneForLayout(sceneRoot, toId, mContext); in loadTransition() local
137 public void setTransition(Scene fromScene, Scene toScene, Transition transition) { in setTransition()