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

/frameworks/base/include/androidfw/
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/base/libs/androidfw/
H A DVelocityTracker.cpp355 const nsecs_t LeastSquaresVelocityTrackerStrategy::HORIZON; member in class:android::LeastSquaresVelocityTrackerStrategy
577 if (age > HORIZON) {
812 const nsecs_t LegacyVelocityTrackerStrategy::HORIZON; member in class:android::LegacyVelocityTrackerStrategy
857 // Find the oldest sample that contains the pointer and that is not older than HORIZON.
858 nsecs_t minTime = newestMovement.eventTime - HORIZON;

Completed in 60 milliseconds