Home
last modified time | relevance | path

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

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