Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DVelocityTracker.cpp158 return new LeastSquaresVelocityTrackerStrategy(1); in createStrategy()
165 return new LeastSquaresVelocityTrackerStrategy(2); in createStrategy()
171 return new LeastSquaresVelocityTrackerStrategy(3); in createStrategy()
175 return new LeastSquaresVelocityTrackerStrategy(2, in createStrategy()
176 LeastSquaresVelocityTrackerStrategy::WEIGHTING_DELTA); in createStrategy()
180 return new LeastSquaresVelocityTrackerStrategy(2, in createStrategy()
181 LeastSquaresVelocityTrackerStrategy::WEIGHTING_CENTRAL); in createStrategy()
185 return new LeastSquaresVelocityTrackerStrategy(2, in createStrategy()
186 LeastSquaresVelocityTrackerStrategy::WEIGHTING_RECENT); in createStrategy()
364 LeastSquaresVelocityTrackerStrategy::LeastSquaresVelocityTrackerStrategy( in LeastSquaresVelocityTrackerStrategy() function in android::LeastSquaresVelocityTrackerStrategy
[all …]
/frameworks/native/include/input/
DVelocityTracker.h139 class LeastSquaresVelocityTrackerStrategy : public VelocityTrackerStrategy {
157 LeastSquaresVelocityTrackerStrategy(uint32_t degree, Weighting weighting = WEIGHTING_NONE);
158 virtual ~LeastSquaresVelocityTrackerStrategy();