Searched refs:absYVelocity (Results 1 – 1 of 1) sorted by relevance
1233 final float absYVelocity = Math.abs(yVelocity); in checkVerticalSwipe() local1235 && absYVelocity >= mCallback.getSwipeEscapeVelocity(mSwipeEscapeVelocity) in checkVerticalSwipe()1236 && absYVelocity > Math.abs(xVelocity)) { in checkVerticalSwipe()