Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DVelocityTracker.cpp164 return std::make_unique<IntegratingVelocityTrackerStrategy>(1); in createStrategy()
167 return std::make_unique<IntegratingVelocityTrackerStrategy>(2); in createStrategy()
748 IntegratingVelocityTrackerStrategy::IntegratingVelocityTrackerStrategy(uint32_t degree) : in IntegratingVelocityTrackerStrategy() function in android::IntegratingVelocityTrackerStrategy
752 IntegratingVelocityTrackerStrategy::~IntegratingVelocityTrackerStrategy() { in ~IntegratingVelocityTrackerStrategy()
755 void IntegratingVelocityTrackerStrategy::clear() { in clear()
759 void IntegratingVelocityTrackerStrategy::clearPointers(BitSet32 idBits) { in clearPointers()
763 void IntegratingVelocityTrackerStrategy::addMovement( in addMovement()
781 bool IntegratingVelocityTrackerStrategy::getEstimator(uint32_t id, in getEstimator()
794 void IntegratingVelocityTrackerStrategy::initState(State& state, in initState()
807 void IntegratingVelocityTrackerStrategy::updateState(State& state, in updateState()
[all …]
/frameworks/native/include/input/
DVelocityTracker.h218 class IntegratingVelocityTrackerStrategy : public VelocityTrackerStrategy {
221 IntegratingVelocityTrackerStrategy(uint32_t degree);
222 ~IntegratingVelocityTrackerStrategy();