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

  /frameworks/base/core/java/android/widget/
EdgeEffect.java 70 private static final int MIN_VELOCITY = 100;
269 velocity = Math.min(Math.max(MIN_VELOCITY, Math.abs(velocity)), MAX_VELOCITY);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
EdgeEffect.java 80 private static final int MIN_VELOCITY = 100;
266 velocity = Math.max(MIN_VELOCITY, Math.abs(velocity));
  /packages/apps/Browser/src/com/android/browser/
NavTabScroller.java 62 private static final float MIN_VELOCITY = 1500;
100 * MIN_VELOCITY;

Completed in 677 milliseconds