Home | History | Annotate | Download | only in launcher2

Lines Matching refs:deltaY

699         float deltaY = Math.abs(ev.getY() - mYDown);
703 float slope = deltaY / deltaX;
706 if (deltaX > mTouchSlop || deltaY > mTouchSlop) {