Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp222 static float calculateCommonVector(float a, float b) { in calculateCommonVector() function
5965 commonDeltaX = calculateCommonVector(commonDeltaX, delta.dx); in preparePointerGestures()
5966 commonDeltaY = calculateCommonVector(commonDeltaY, delta.dy); in preparePointerGestures()