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

  /frameworks/base/core/jni/
android_view_VelocityTracker.cpp 193 horizonMillis < 0 ? VelocityTracker::DEFAULT_HORIZON :
  /frameworks/base/libs/ui/
Input.cpp 689 const nsecs_t VelocityTracker::DEFAULT_HORIZON;
792 getEstimator(id, DEFAULT_DEGREE, DEFAULT_HORIZON, &estimator);
1016 if (getEstimator(id, DEFAULT_DEGREE, DEFAULT_HORIZON, &estimator)) {
    [all...]
  /frameworks/base/include/ui/
Input.h 629 static const nsecs_t DEFAULT_HORIZON = 100 * 1000000; // 100 ms

Completed in 129 milliseconds