Searched refs:absXVelocity (Results 1 – 1 of 1) sorted by relevance
1206 final float absXVelocity = Math.abs(xVelocity); in checkHorizontalSwipe() local1208 && absXVelocity >= mCallback.getSwipeEscapeVelocity(mSwipeEscapeVelocity) in checkHorizontalSwipe()1209 && absXVelocity > Math.abs(yVelocity)) { in checkHorizontalSwipe()