Searched refs:commonDeltaY (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputReader.cpp5497 float commonDeltaX = 0, commonDeltaY = 0; local
5511 commonDeltaY = delta.dy;
5514 commonDeltaY = calculateCommonVector(commonDeltaY, delta.dy);
5625 && (commonDeltaX || commonDeltaY)) {
5634 mPointerGesture.referenceTouchY += commonDeltaY;
5637 commonDeltaY *= mPointerYMovementScale;
5639 rotateDelta(mSurfaceOrientation, &commonDeltaX, &commonDeltaY);
5640 mPointerVelocityControl.move(when, &commonDeltaX, &commonDeltaY);
5643 mPointerGesture.referenceGestureY += commonDeltaY;
[all...]

Completed in 79 milliseconds