Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DVelocityTracker.cpp139 return std::make_unique<LeastSquaresVelocityTrackerStrategy>(1); in createStrategy()
142 return std::make_unique<LeastSquaresVelocityTrackerStrategy>(2); in createStrategy()
145 return std::make_unique<LeastSquaresVelocityTrackerStrategy>(3); in createStrategy()
149 LeastSquaresVelocityTrackerStrategy>(2, in createStrategy()
150 LeastSquaresVelocityTrackerStrategy:: in createStrategy()
154 LeastSquaresVelocityTrackerStrategy>(2, in createStrategy()
155 LeastSquaresVelocityTrackerStrategy:: in createStrategy()
159 LeastSquaresVelocityTrackerStrategy>(2, in createStrategy()
160 LeastSquaresVelocityTrackerStrategy:: in createStrategy()
326 LeastSquaresVelocityTrackerStrategy::LeastSquaresVelocityTrackerStrategy( in LeastSquaresVelocityTrackerStrategy() function in android::LeastSquaresVelocityTrackerStrategy
[all …]
/frameworks/native/include/input/
DVelocityTracker.h160 class LeastSquaresVelocityTrackerStrategy : public VelocityTrackerStrategy {
178 LeastSquaresVelocityTrackerStrategy(uint32_t degree, Weighting weighting = WEIGHTING_NONE);
179 virtual ~LeastSquaresVelocityTrackerStrategy();