Searched refs:MAX_VELOCITY (Results 1 – 1 of 1) sorted by relevance
51 private static final int MAX_VELOCITY = 10000; field in LauncherEdgeEffect240 velocity = Math.min(Math.max(MIN_VELOCITY, Math.abs(velocity)), MAX_VELOCITY); in onAbsorb()