Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DDraggableHandler.kt84 internal val positionalThreshold in onDrag() constant in com.android.compose.animation.scene.DraggableHandlerImpl
481 val positionalThreshold = draggableHandler.positionalThreshold in shouldCommitSwipe() constant
489 (offset <= -positionalThreshold && !wasCommitted) || in shouldCommitSwipe()
499 (offset >= positionalThreshold && !wasCommitted) || in shouldCommitSwipe()