Searched refs:velocityThreshold (Results 1 – 2 of 2) sorted by relevance
67 val velocityThreshold = with(LocalDensity.current) { 125.dp.toPx() } regex85 velocityThreshold,306 velocityThreshold: Float,330 velocityThreshold,386 velocityThreshold: Float,396 return if (offset > 0f || velocity >= velocityThreshold) {399 velocity <= -velocityThreshold ||406 return if (offset < 0f || velocity <= -velocityThreshold) {409 velocity >= velocityThreshold ||
197 internal var velocityThreshold by mutableStateOf(0f)250 velocityThreshold = Float.POSITIVE_INFINITY364 velocityThreshold = velocityThreshold563 velocityThreshold: Dp = VelocityThreshold575 properties["velocityThreshold"] = velocityThreshold596 state.velocityThreshold = velocityThreshold.toPx()754 velocityThreshold: Float765 if (velocity >= velocityThreshold) {773 if (velocity <= -velocityThreshold) {