Searched refs:toAtLeast (Results 1 – 1 of 1) sorted by relevance
320 val toAtLeast = if (startVelocity < 0) flingConfig.min else flingConfig.max in flingThenSpring() constant322 if (flingMustReachMinOrMax && isValidValue(toAtLeast)) { in flingThenSpring()341 val distanceToDestination = toAtLeast - property.getValue(target) in flingThenSpring()361 springConfigCopy.finalPosition = toAtLeast in flingThenSpring()