Searched refs:commonDeltaY (Results 1 – 1 of 1) sorted by relevance
5949 float commonDeltaX = 0, commonDeltaY = 0; in preparePointerGestures() local5963 commonDeltaY = delta.dy; in preparePointerGestures()5966 commonDeltaY = calculateCommonVector(commonDeltaY, delta.dy); in preparePointerGestures()6077 && (commonDeltaX || commonDeltaY)) { in preparePointerGestures()6086 mPointerGesture.referenceTouchY += commonDeltaY; in preparePointerGestures()6089 commonDeltaY *= mPointerYMovementScale; in preparePointerGestures()6091 rotateDelta(mSurfaceOrientation, &commonDeltaX, &commonDeltaY); in preparePointerGestures()6092 mPointerVelocityControl.move(when, &commonDeltaX, &commonDeltaY); in preparePointerGestures()6095 mPointerGesture.referenceGestureY += commonDeltaY; in preparePointerGestures()