Home
last modified time | relevance | path

Searched refs:MAX_VELOCITY (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/util/
DLauncherEdgeEffect.java51 private static final int MAX_VELOCITY = 10000; field in LauncherEdgeEffect
240 velocity = Math.min(Math.max(MIN_VELOCITY, Math.abs(velocity)), MAX_VELOCITY); in onAbsorb()