Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DSwipeHelper.java405 float escapeVelocity = SWIPE_ESCAPE_VELOCITY * mDensityScale; in onTouchEvent() local
419 boolean childSwipedFastEnough = (Math.abs(velocity) > escapeVelocity) in onTouchEvent()
424 LogUtils.v(TAG, "Swipe/Dismiss: " + velocity + "/" + escapeVelocity + "/" in onTouchEvent()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DPhotoView.java1107 int escapeVelocity = GalleryUtils.dpToPixel(SWIPE_ESCAPE_VELOCITY); in flingImages() local
1111 boolean fastEnough = (Math.abs(vy) > escapeVelocity) in flingImages()