Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp85 static float calculateCommonVector(float a, float b) { in calculateCommonVector() function
3138 commonDeltaRawX = calculateCommonVector(commonDeltaRawX, delta.dx); in prepareMultiFingerPointerGestures()
3139 commonDeltaRawY = calculateCommonVector(commonDeltaRawY, delta.dy); in prepareMultiFingerPointerGestures()