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

/frameworks/base/services/input/
H A DInputReader.cpp4930 float commonDeltaX = 0, commonDeltaY = 0; local
4944 commonDeltaY = delta.dy;
4947 commonDeltaY = calculateCommonVector(commonDeltaY, delta.dy);
5056 && (commonDeltaX || commonDeltaY)) {
5065 mPointerGesture.referenceTouchY += commonDeltaY;
5068 commonDeltaY *= mPointerYMovementScale;
5070 rotateDelta(mSurfaceOrientation, &commonDeltaX, &commonDeltaY);
5071 mPointerVelocityControl.move(when, &commonDeltaX, &commonDeltaY);
5074 mPointerGesture.referenceGestureY += commonDeltaY;
[all...]

Completed in 191 milliseconds