Home | History | Annotate | Download | only in inputmethodservice

Lines Matching refs:absY

400                     final float absY = Math.abs(velocityY);
409 if (velocityX > mSwipeThreshold && absY < absX && deltaX > travelX) {
416 } else if (velocityX < -mSwipeThreshold && absY < absX && deltaX < -travelX) {
423 } else if (velocityY < -mSwipeThreshold && absX < absY && deltaY < -travelY) {
430 } else if (velocityY > mSwipeThreshold && absX < absY / 2 && deltaY > travelY) {