Searched refs:positionalThreshold (Results 1 – 1 of 1) sorted by relevance
84 internal val positionalThreshold in onDrag() constant in com.android.compose.animation.scene.DraggableHandlerImpl481 val positionalThreshold = draggableHandler.positionalThreshold in shouldCommitSwipe() constant489 (offset <= -positionalThreshold && !wasCommitted) || in shouldCommitSwipe()499 (offset >= positionalThreshold && !wasCommitted) || in shouldCommitSwipe()