Lines Matching refs:LeastSquaresVelocityTrackerStrategy
158 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
370 LeastSquaresVelocityTrackerStrategy::~LeastSquaresVelocityTrackerStrategy() { in ~LeastSquaresVelocityTrackerStrategy()
373 void LeastSquaresVelocityTrackerStrategy::clear() { in clear()
378 void LeastSquaresVelocityTrackerStrategy::clearPointers(BitSet32 idBits) { in clearPointers()
383 void LeastSquaresVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits, in addMovement()
626 bool LeastSquaresVelocityTrackerStrategy::getEstimator(uint32_t id, in getEstimator()
710 float LeastSquaresVelocityTrackerStrategy::chooseWeight(uint32_t index) const { in chooseWeight()