Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DDraggableHandler.kt328 val toScene = swipeTransition._toScene in computeFromSceneConsideringAcceleratedSwipe()
388 val toScene = swipeTransition._toScene in onStop()
529 _toScene = layoutImpl.scene(result.toScene), in SwipeTransition()
543 _toScene = old._toScene, in SwipeTransition()
560 val _toScene: Scene, constant in com.android.compose.animation.scene.SwipeTransition
565 TransitionState.Transition(_fromScene.key, _toScene.key),