Searched refs:upOrLeft (Results 1 – 1 of 1) sorted by relevance
111 val (upOrLeft, downOrRight) = swipes.computeSwipesResults(fromScene) in onDrag() constant112 return (upOrLeft != null && in onDrag()113 swipeTransition.isTransitioningBetween(fromScene.key, upOrLeft.toScene)) || in onDrag()195 val upOrLeft = in onDrag() constant219 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.Swipes839 val upOrLeftResult = result(upOrLeft) ?: result(upOrLeftNoSource) in computeSwipesResults()