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

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

Completed in 108 milliseconds