Home
last modified time | relevance | path

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

/aosp12/frameworks/native/include/input/
H A DVelocityTracker.h206 float chooseWeight(uint32_t index) const;
/aosp12/frameworks/native/libs/input/
H A DVelocityTracker.cpp619 w.push_back(chooseWeight(index)); in getEstimator()
678 float LeastSquaresVelocityTrackerStrategy::chooseWeight(uint32_t index) const { in chooseWeight() function in android::LeastSquaresVelocityTrackerStrategy