Home
last modified time | relevance | path

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

/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()