Searched refs:IntegratingVelocityTrackerStrategy (Results 1 – 2 of 2) sorted by relevance
194 return new IntegratingVelocityTrackerStrategy(1); in createStrategy()200 return new IntegratingVelocityTrackerStrategy(2); in createStrategy()780 IntegratingVelocityTrackerStrategy::IntegratingVelocityTrackerStrategy(uint32_t degree) : in IntegratingVelocityTrackerStrategy() function in android::IntegratingVelocityTrackerStrategy784 IntegratingVelocityTrackerStrategy::~IntegratingVelocityTrackerStrategy() { in ~IntegratingVelocityTrackerStrategy()787 void IntegratingVelocityTrackerStrategy::clear() { in clear()791 void IntegratingVelocityTrackerStrategy::clearPointers(BitSet32 idBits) { in clearPointers()795 void IntegratingVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits, in addMovement()812 bool IntegratingVelocityTrackerStrategy::getEstimator(uint32_t id, in getEstimator()825 void IntegratingVelocityTrackerStrategy::initState(State& state, in initState()838 void IntegratingVelocityTrackerStrategy::updateState(State& state, in updateState()[all …]
197 class IntegratingVelocityTrackerStrategy : public VelocityTrackerStrategy {200 IntegratingVelocityTrackerStrategy(uint32_t degree);201 ~IntegratingVelocityTrackerStrategy();