Searched refs:commonDeltaRawX (Results 1 – 1 of 1) sorted by relevance
3122 int32_t commonDeltaRawX = 0, commonDeltaRawY = 0; in prepareMultiFingerPointerGestures() local3135 commonDeltaRawX = delta.dx; in prepareMultiFingerPointerGestures()3138 commonDeltaRawX = calculateCommonVector(commonDeltaRawX, delta.dx); in prepareMultiFingerPointerGestures()3245 (commonDeltaRawX || commonDeltaRawY)) { in prepareMultiFingerPointerGestures()3253 mPointerGesture.referenceTouchX += commonDeltaRawX; in prepareMultiFingerPointerGestures()3256 float commonDeltaX = commonDeltaRawX * mPointerXMovementScale; in prepareMultiFingerPointerGestures()3289 float xOffset = static_cast<float>(commonDeltaRawX) / in prepareMultiFingerPointerGestures()