Home
last modified time | relevance | path

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

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