Home | History | Annotate | Download | only in car

Lines Matching refs:absY

462                 final float absY = Math.abs(velocityY);
471 if (velocityX > mSwipeThreshold && absY < absX && deltaX > travelX) {
478 } else if (velocityX < -mSwipeThreshold && absY < absX && deltaX < -travelX) {
485 } else if (velocityY < -mSwipeThreshold && absX < absY && deltaY < -travelY) {
492 } else if (velocityY > mSwipeThreshold && absX < absY / 2 && deltaY > travelY) {