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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp180 static float calculateCommonVector(float a, float b) { function in namespace:android
5670 commonDeltaX = calculateCommonVector(commonDeltaX, delta.dx);
5671 commonDeltaY = calculateCommonVector(commonDeltaY, delta.dy);

Completed in 67 milliseconds