Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DDraggableHandler.kt111 val (upOrLeft, downOrRight) = swipes.computeSwipesResults(fromScene) in onDrag() constant
112 return (upOrLeft != null && in onDrag()
113 swipeTransition.isTransitioningBetween(fromScene.key, upOrLeft.toScene)) || in onDrag()
195 val upOrLeft = in onDrag() constant
219 upOrLeft = null, in onDrag()
221 upOrLeftNoSource = upOrLeft, in onDrag()
226 upOrLeft = upOrLeft, in onDrag()
228 upOrLeftNoSource = upOrLeft.copy(fromSource = null), in onDrag()
824 val upOrLeft: Swipe?, constant in com.android.compose.animation.scene.Swipes
839 val upOrLeftResult = result(upOrLeft) ?: result(upOrLeftNoSource) in computeSwipesResults()