Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DEdgeDetector.kt63 val sizePx = with(density) { size.toPx() } in source() constant
65 axisPosition <= sizePx -> topOrLeft in source()
66 axisPosition >= axisSize - sizePx -> bottomOrRight in source()