HomeSort by relevance Sort by last modified time
    Searched refs:MAX_VELOCITY (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/widget/
EdgeEffect.java 72 private static final int MAX_VELOCITY = 10000;
269 velocity = Math.min(Math.max(MIN_VELOCITY, Math.abs(velocity)), MAX_VELOCITY);
  /packages/apps/Launcher3/src/com/android/launcher3/util/
LauncherEdgeEffect.java 51 private static final int MAX_VELOCITY = 10000;
240 velocity = Math.min(Math.max(MIN_VELOCITY, Math.abs(velocity)), MAX_VELOCITY);

Completed in 39 milliseconds