Searched refs:SWIPE_ESCAPE_VELOCITY (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/list/
H A DSwipeHelper.java55 private static int SWIPE_ESCAPE_VELOCITY = -1; field in class:SwipeHelper
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/
H A DSwipeHelper.java52 private static int SWIPE_ESCAPE_VELOCITY = -1; field in class:SwipeHelper
91 if (SWIPE_ESCAPE_VELOCITY == -1) {
93 SWIPE_ESCAPE_VELOCITY = res.getInteger(R.integer.swipe_escape_velocity);
405 float escapeVelocity = SWIPE_ESCAPE_VELOCITY * mDensityScale;
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPhotoView.java183 private static final int SWIPE_ESCAPE_VELOCITY = 500; // dp/sec field in class:PhotoView
1108 int escapeVelocity = GalleryUtils.dpToPixel(SWIPE_ESCAPE_VELOCITY);

Completed in 70 milliseconds