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

  /packages/apps/DeskClock/src/com/android/deskclock/widget/swipeablelistview/
SwipeHelper.java 55 private static int MAX_DISMISS_VELOCITY;
102 MAX_DISMISS_VELOCITY = res.getInteger(R.integer.max_dismiss_velocity);
427 float maxVelocity = MAX_DISMISS_VELOCITY * mDensityScale;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java 52 private int MAX_DISMISS_VELOCITY = 2000; // dp/sec
369 float maxVelocity = MAX_DISMISS_VELOCITY * mDensityScale;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PhotoView.java 184 private static final int MAX_DISMISS_VELOCITY = 2500; // dp/sec
    [all...]

Completed in 3562 milliseconds