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

/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.java182 private static final int SWIPE_ESCAPE_VELOCITY = 500; // dp/sec field in class:PhotoView
1107 int escapeVelocity = GalleryUtils.dpToPixel(SWIPE_ESCAPE_VELOCITY);

Completed in 72 milliseconds