Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/scene/
H A DSwipeToScene.kt71 val positionalThreshold = with(LocalDensity.current) { 56.dp.toPx() } regex
86 positionalThreshold,
307 positionalThreshold: Float,
331 positionalThreshold,
387 positionalThreshold: Float,
400 (offset <= -positionalThreshold && !wasCommitted) ||
410 (offset >= positionalThreshold && !wasCommitted) ||