Searched refs:HORIZON (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/include/input/
H A DVelocityTracker.h170 static const nsecs_t HORIZON = 100 * 1000000; // 100 ms member in class:android::LeastSquaresVelocityTrackerStrategy
245 static const nsecs_t HORIZON = 200 * 1000000; // 100 ms member in class:android::LegacyVelocityTrackerStrategy
/frameworks/native/libs/input/
H A DVelocityTracker.cpp354 const nsecs_t LeastSquaresVelocityTrackerStrategy::HORIZON; member in class:android::LeastSquaresVelocityTrackerStrategy
576 if (age > HORIZON) {
811 const nsecs_t LegacyVelocityTrackerStrategy::HORIZON; member in class:android::LegacyVelocityTrackerStrategy
856 // Find the oldest sample that contains the pointer and that is not older than HORIZON.
857 nsecs_t minTime = newestMovement.eventTime - HORIZON;

Completed in 50 milliseconds