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