Home | History | Annotate | Download | only in input

Lines Matching refs:LeastSquaresVelocityTrackerStrategy

156         return new LeastSquaresVelocityTrackerStrategy(1);
163 return new LeastSquaresVelocityTrackerStrategy(2);
169 return new LeastSquaresVelocityTrackerStrategy(3);
173 return new LeastSquaresVelocityTrackerStrategy(2,
174 LeastSquaresVelocityTrackerStrategy::WEIGHTING_DELTA);
178 return new LeastSquaresVelocityTrackerStrategy(2,
179 LeastSquaresVelocityTrackerStrategy::WEIGHTING_CENTRAL);
183 return new LeastSquaresVelocityTrackerStrategy(2,
184 LeastSquaresVelocityTrackerStrategy::WEIGHTING_RECENT);
360 // --- LeastSquaresVelocityTrackerStrategy ---
362 LeastSquaresVelocityTrackerStrategy::LeastSquaresVelocityTrackerStrategy(
368 LeastSquaresVelocityTrackerStrategy::~LeastSquaresVelocityTrackerStrategy() {
371 void LeastSquaresVelocityTrackerStrategy::clear() {
376 void LeastSquaresVelocityTrackerStrategy::clearPointers(BitSet32 idBits) {
381 void LeastSquaresVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits,
603 bool LeastSquaresVelocityTrackerStrategy::getEstimator(uint32_t id,
684 float LeastSquaresVelocityTrackerStrategy::chooseWeight(uint32_t index) const {