Searched refs:MIN_OVERSHOOT_DURATION (Results 1 – 1 of 1) sorted by relevance
213 public static final long MIN_OVERSHOOT_DURATION = 120; field in WindowTransformSwipeHandler983 duration = Utilities.boundToRange(overshoot.duration, MIN_OVERSHOOT_DURATION, in handleNormalGestureEnd()1007 duration = Math.max(MIN_OVERSHOOT_DURATION, duration); in handleNormalGestureEnd()