Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/scene/
H A DSwipeToScene.kt160 private fun Scene.downOrRight(orientation: Orientation): SceneKey? {
169 return upOrLeft(orientation) != null || downOrRight(orientation) != null
240 val downOrRight = fromScene.downOrRight(orientation) regex
251 offset > 0f && downOrRight != null -> {
252 targetSceneKey = downOrRight
293 } else if (offset >= absoluteDistance && fromScene.downOrRight(orientation) == toScene.key) {