Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DVelocityTracker.h229 std::optional<float> solveUnweightedLeastSquaresDeg2(
/frameworks/native/libs/input/
DVelocityTracker.cpp603 std::optional<float> LeastSquaresVelocityTrackerStrategy::solveUnweightedLeastSquaresDeg2( in solveUnweightedLeastSquaresDeg2() function in android::LeastSquaresVelocityTrackerStrategy
671 return solveUnweightedLeastSquaresDeg2(movements); in getVelocity()