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