Searched refs:MINIMUM_SNAP_VELOCITY (Results 1 – 1 of 1) sorted by relevance
3946 private static final int MINIMUM_SNAP_VELOCITY = 2200; local3978 velocity = Math.max(MINIMUM_SNAP_VELOCITY, velocity); in calculateDuration()