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

  /frameworks/native/include/input/
VelocityTracker.h 148 // Weight such that points within a certain horizon are weighed more than those
149 // outside of that horizon.
167 // Sample horizon.
170 static const nsecs_t HORIZON = 100 * 1000000; // 100 ms
245 static const nsecs_t HORIZON = 200 * 1000000; // 100 ms
  /frameworks/native/libs/input/
VelocityTracker.cpp 354 const nsecs_t LeastSquaresVelocityTrackerStrategy::HORIZON;
576 if (age > HORIZON) {
811 const nsecs_t LegacyVelocityTrackerStrategy::HORIZON;
856 // Find the oldest sample that contains the pointer and that is not older than HORIZON.
857 nsecs_t minTime = newestMovement.eventTime - HORIZON;
    [all...]

Completed in 856 milliseconds