Searched refs:escapeVelocity (Results 1 – 2 of 2) sorted by relevance
405 float escapeVelocity = SWIPE_ESCAPE_VELOCITY * mDensityScale; in onTouchEvent() local419 boolean childSwipedFastEnough = (Math.abs(velocity) > escapeVelocity) in onTouchEvent()424 LogUtils.v(TAG, "Swipe/Dismiss: " + velocity + "/" + escapeVelocity + "/" in onTouchEvent()
1107 int escapeVelocity = GalleryUtils.dpToPixel(SWIPE_ESCAPE_VELOCITY); in flingImages() local1111 boolean fastEnough = (Math.abs(vy) > escapeVelocity) in flingImages()