Home | History | Annotate | Download | only in inputmethodservice

Lines Matching refs:absY

376                 final float absY = Math.abs(velocityY);
385 if (velocityX > mSwipeThreshold && absY < absX && deltaX > travelX) {
392 } else if (velocityX < -mSwipeThreshold && absY < absX && deltaX < -travelX) {
399 } else if (velocityY < -mSwipeThreshold && absX < absY && deltaY < -travelY) {
406 } else if (velocityY > mSwipeThreshold && absX < absY / 2 && deltaY > travelY) {