Searched defs:velocityThreshold (Results 1 – 3 of 3) sorted by relevance
77 internal val velocityThreshold: Float in onDrag() constant in com.android.compose.animation.scene.DraggableHandlerImpl480 val velocityThreshold = draggableHandler.velocityThreshold in shouldCommitSwipe() constant
120 val velocityThreshold = draggableHandler.velocityThreshold constant
197 internal var velocityThreshold by mutableStateOf(0f) variable