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

  /packages/apps/Dialer/src/com/android/dialer/list/
SwipeHelper.java 55 private static int SWIPE_ESCAPE_VELOCITY = -1;
102 if (SWIPE_ESCAPE_VELOCITY == -1) {
104 SWIPE_ESCAPE_VELOCITY = res.getInteger(R.integer.swipe_escape_velocity);
400 float escapeVelocity = SWIPE_ESCAPE_VELOCITY * mDensityScale;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SwipeHelper.java 52 private static int SWIPE_ESCAPE_VELOCITY = -1;
91 if (SWIPE_ESCAPE_VELOCITY == -1) {
93 SWIPE_ESCAPE_VELOCITY = res.getInteger(R.integer.swipe_escape_velocity);
405 float escapeVelocity = SWIPE_ESCAPE_VELOCITY * mDensityScale;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
SwipeHelper.java 50 private float SWIPE_ESCAPE_VELOCITY = 100f; // dp/sec
355 float escapeVelocity = SWIPE_ESCAPE_VELOCITY * mDensityScale;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java 52 private float SWIPE_ESCAPE_VELOCITY = 100f; // dp/sec
442 float escapeVelocity = SWIPE_ESCAPE_VELOCITY * mDensityScale;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PhotoView.java 183 private static final int SWIPE_ESCAPE_VELOCITY = 500; // dp/sec
    [all...]

Completed in 310 milliseconds