Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DDraggableHandler.kt100 val swipeTransition = dragController.swipeTransition in onDrag() constant
103 if (swipeTransition.isFinishing) { in onDrag()
109 val fromScene = swipeTransition._currentScene in onDrag()
113 swipeTransition.isTransitioningBetween(fromScene.key, upOrLeft.toScene)) || in onDrag()
115 swipeTransition.isTransitioningBetween(fromScene.key, downOrRight.toScene)) in onDrag()
132 oldDragController.swipeTransition.cancelOffsetAnimation() in onDrag()
137 swipes.updateSwipesResults(oldDragController.swipeTransition._fromScene) in onDrag()
141 val swipeTransition = SwipeTransition(oldDragController.swipeTransition) in onDrag() constant
142 swipes.updateSwipesResults(fromScene = swipeTransition._fromScene) in onDrag()
143 return updateDragController(swipes, swipeTransition) in onDrag()
[all …]