Home
last modified time | relevance | path

Searched refs:commonDeltaRawY (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp3122 int32_t commonDeltaRawX = 0, commonDeltaRawY = 0; in prepareMultiFingerPointerGestures() local
3136 commonDeltaRawY = delta.dy; in prepareMultiFingerPointerGestures()
3139 commonDeltaRawY = calculateCommonVector(commonDeltaRawY, delta.dy); in prepareMultiFingerPointerGestures()
3245 (commonDeltaRawX || commonDeltaRawY)) { in prepareMultiFingerPointerGestures()
3254 mPointerGesture.referenceTouchY += commonDeltaRawY; in prepareMultiFingerPointerGestures()
3257 float commonDeltaY = commonDeltaRawY * mPointerYMovementScale; in prepareMultiFingerPointerGestures()
3291 float yOffset = static_cast<float>(commonDeltaRawY) / in prepareMultiFingerPointerGestures()