Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DEdgeDetector.kt45 val axisPosition: Int in source() constant
51 axisPosition = position.x in source()
57 axisPosition = position.y in source()
65 axisPosition <= sizePx -> topOrLeft in source()
66 axisPosition >= axisSize - sizePx -> bottomOrRight in source()