Searched defs:commonDeltaX (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputReader.cpp5662 float commonDeltaX = 0, commonDeltaY = 0; local
5675 commonDeltaX = delta.dx;
5678 commonDeltaX = calculateCommonVector(commonDeltaX, delta.dx);
5790 && (commonDeltaX || commonDeltaY)) {
5798 mPointerGesture.referenceTouchX += commonDeltaX;
5801 commonDeltaX *= mPointerXMovementScale;
5804 rotateDelta(mSurfaceOrientation, &commonDeltaX, &commonDeltaY);
5805 mPointerVelocityControl.move(when, &commonDeltaX, &commonDeltaY);
5807 mPointerGesture.referenceGestureX += commonDeltaX;
[all...]

Completed in 121 milliseconds