Searched refs:minVelocity (Results 1 – 3 of 3) sorted by relevance
405 final float minVelocity = mMinimumFlingVelocity; in isTargetSwipedFastEnough() local408 return (Math.abs(velocityX) > minVelocity) // Fast enough. in isTargetSwipedFastEnough()
431 float minVelocity = mMinimumFlingVelocity; in isTargetSwipedFastEnough() local436 boolean isFastEnough = (Math.abs(velocityX) > minVelocity); in isTargetSwipedFastEnough()
1083 private val minVelocity: Float = 300f, constant in ThresholdBehavior1120 minVelocity, in snapThreshold()