Searched refs:IntegratingVelocityTrackerStrategy (Results 1 – 2 of 2) sorted by relevance
184 return new IntegratingVelocityTrackerStrategy(1); in createStrategy()190 return new IntegratingVelocityTrackerStrategy(2); in createStrategy()695 IntegratingVelocityTrackerStrategy::IntegratingVelocityTrackerStrategy(uint32_t degree) : in IntegratingVelocityTrackerStrategy() function in android::IntegratingVelocityTrackerStrategy699 IntegratingVelocityTrackerStrategy::~IntegratingVelocityTrackerStrategy() { in ~IntegratingVelocityTrackerStrategy()702 void IntegratingVelocityTrackerStrategy::clear() { in clear()706 void IntegratingVelocityTrackerStrategy::clearPointers(BitSet32 idBits) { in clearPointers()710 void IntegratingVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits, in addMovement()727 bool IntegratingVelocityTrackerStrategy::getEstimator(uint32_t id, in getEstimator()740 void IntegratingVelocityTrackerStrategy::initState(State& state, in initState()753 void IntegratingVelocityTrackerStrategy::updateState(State& state, in updateState()[all …]
197 class IntegratingVelocityTrackerStrategy : public VelocityTrackerStrategy {200 IntegratingVelocityTrackerStrategy(uint32_t degree);201 ~IntegratingVelocityTrackerStrategy();