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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DSwipeHelper.java55 private static int MAX_DISMISS_VELOCITY; field in class:SwipeHelper
96 MAX_DISMISS_VELOCITY = res.getInteger(R.integer.max_dismiss_velocity);
403 float maxVelocity = MAX_DISMISS_VELOCITY * mDensityScale;
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPhotoView.java183 private static final int MAX_DISMISS_VELOCITY = 2500; // dp/sec field in class:PhotoView
1106 int maxVelocity = GalleryUtils.dpToPixel(MAX_DISMISS_VELOCITY);

Completed in 161 milliseconds