HomeSort by relevance Sort by last modified time
    Searched refs:VelocityTrackerStrategy (Results 1 - 2 of 2) sorted by null

  /frameworks/native/include/input/
VelocityTracker.h 26 class VelocityTrackerStrategy;
110 VelocityTrackerStrategy* mStrategy;
114 static VelocityTrackerStrategy* createStrategy(const char* strategy);
121 class VelocityTrackerStrategy {
123 VelocityTrackerStrategy() { }
126 virtual ~VelocityTrackerStrategy() { }
139 class LeastSquaresVelocityTrackerStrategy : public VelocityTrackerStrategy {
197 class IntegratingVelocityTrackerStrategy : public VelocityTrackerStrategy {
232 class LegacyVelocityTrackerStrategy : public VelocityTrackerStrategy {
267 class ImpulseVelocityTrackerStrategy : public VelocityTrackerStrategy {
    [all...]
  /frameworks/native/libs/input/
VelocityTracker.cpp 145 VelocityTrackerStrategy* VelocityTracker::createStrategy(const char* strategy) {
    [all...]

Completed in 511 milliseconds