Searched defs:weighting (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/input/
H A DVelocityTracker.cpp164 // 2nd order weighted least squares, delta weighting. Quality: EXPERIMENTAL
169 // 2nd order weighted least squares, central weighting. Quality: EXPERIMENTAL
174 // 2nd order weighted least squares, recent weighting. Quality: EXPERIMENTAL
358 uint32_t degree, Weighting weighting) :
359 mDegree(degree), mWeighting(weighting) {
357 LeastSquaresVelocityTrackerStrategy( uint32_t degree, Weighting weighting) argument

Completed in 808 milliseconds