Home | History | Annotate | Download | only in stack

Lines Matching refs:yDiff

765                 final int yDiff = Math.abs(deltaY);
766 if (!mIsBeingDragged && yDiff > mTouchSlop && yDiff > xDiff) {
1822 final int yDiff = Math.abs(y - mLastMotionY);
1824 if (yDiff > mTouchSlop && yDiff > xDiff) {