Searched refs:MINIMUM_SNAP_VELOCITY (Results 1 – 1 of 1) sorted by relevance
3610 velocity = Math.max(MINIMUM_SNAP_VELOCITY.toFloat(), velocity) in calculateDuration()3875 private const val MINIMUM_SNAP_VELOCITY = 2200 constant