Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DVelocityTracker.cpp175 return std::make_unique<LeastSquaresVelocityTrackerStrategy>(1); in createStrategy()
179 return std::make_unique<LeastSquaresVelocityTrackerStrategy>(2); in createStrategy()
182 return std::make_unique<LeastSquaresVelocityTrackerStrategy>(3); in createStrategy()
186 LeastSquaresVelocityTrackerStrategy>(2, in createStrategy()
187 LeastSquaresVelocityTrackerStrategy:: in createStrategy()
191 LeastSquaresVelocityTrackerStrategy>(2, in createStrategy()
192 LeastSquaresVelocityTrackerStrategy:: in createStrategy()
196 LeastSquaresVelocityTrackerStrategy>(2, in createStrategy()
197 LeastSquaresVelocityTrackerStrategy:: in createStrategy()
424 LeastSquaresVelocityTrackerStrategy::LeastSquaresVelocityTrackerStrategy(uint32_t degree, in LeastSquaresVelocityTrackerStrategy() function in android::LeastSquaresVelocityTrackerStrategy
[all …]
/frameworks/native/include/input/
DVelocityTracker.h194 class LeastSquaresVelocityTrackerStrategy : public AccumulatingVelocityTrackerStrategy {
212 LeastSquaresVelocityTrackerStrategy(uint32_t degree, Weighting weighting = Weighting::NONE);
213 ~LeastSquaresVelocityTrackerStrategy() override;