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

/packages/apps/Dialer/src/com/android/dialer/list/
H A DSwipeHelper.java58 private static int MAX_DISMISS_VELOCITY; field in class:SwipeHelper
107 MAX_DISMISS_VELOCITY = res.getInteger(R.integer.max_dismiss_velocity);
398 float maxVelocity = MAX_DISMISS_VELOCITY * mDensityScale;
/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.java184 private static final int MAX_DISMISS_VELOCITY = 2500; // dp/sec field in class:PhotoView
1107 int maxVelocity = GalleryUtils.dpToPixel(MAX_DISMISS_VELOCITY);

Completed in 49 milliseconds