Home | History | Annotate | Download | only in widget

Lines Matching refs:rawDeltaY

3079         final int rawDeltaY = y - mMotionY;
3080 final int deltaY = rawDeltaY - mMotionCorrection;
3101 Math.abs(rawDeltaY) > mTouchSlop) {
3155 if (rawDeltaY > 0) {
3161 } else if (rawDeltaY < 0) {
3199 if (rawDeltaY > 0) {
3205 } else if (rawDeltaY < 0) {