Home | History | Annotate | Download | only in inputflinger

Lines Matching full:calculatecommonvector

165 static float calculateCommonVector(float a, float b) {
5126 commonDeltaX = calculateCommonVector(commonDeltaX, delta.dx);
5127 commonDeltaY = calculateCommonVector(commonDeltaY, delta.dy);