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