Home | History | Annotate | Download | only in openwnn

Lines Matching refs:deltaY

389                 float deltaY = me2.getY() - me1.getY();
410 } else if (velocityY < -mSwipeThreshold && absX < absY && deltaY < -travelY) {
417 } else if (velocityY > mSwipeThreshold && absX < absY / 2 && deltaY > travelY) {