Searched refs:escapeVelocity (Results 1 – 1 of 1) sorted by relevance
1107 int escapeVelocity = GalleryUtils.dpToPixel(SWIPE_ESCAPE_VELOCITY); in flingImages() local1111 boolean fastEnough = (Math.abs(vy) > escapeVelocity) in flingImages()