Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DVelocityTracker.cpp184 return new IntegratingVelocityTrackerStrategy(1); in createStrategy()
190 return new IntegratingVelocityTrackerStrategy(2); in createStrategy()
695 IntegratingVelocityTrackerStrategy::IntegratingVelocityTrackerStrategy(uint32_t degree) : in IntegratingVelocityTrackerStrategy() function in android::IntegratingVelocityTrackerStrategy
699 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 …]
/frameworks/native/include/input/
DVelocityTracker.h197 class IntegratingVelocityTrackerStrategy : public VelocityTrackerStrategy {
200 IntegratingVelocityTrackerStrategy(uint32_t degree);
201 ~IntegratingVelocityTrackerStrategy();