Searched refs:horizon (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/jni/ |
D | android_view_VelocityTracker.cpp | 50 bool getEstimator(int32_t id, uint32_t degree, nsecs_t horizon, 131 bool VelocityTrackerState::getEstimator(int32_t id, uint32_t degree, nsecs_t horizon, in getEstimator() argument 133 return mVelocityTracker.getEstimator(id, degree, horizon, outEstimator); in getEstimator()
|
/frameworks/base/include/ui/ |
D | Input.h | 686 bool getEstimator(uint32_t id, uint32_t degree, nsecs_t horizon,
|
/frameworks/base/libs/ui/ |
D | Input.cpp | 1028 bool VelocityTracker::getEstimator(uint32_t id, uint32_t degree, nsecs_t horizon, in getEstimator() argument 1046 if (age > horizon) { in getEstimator()
|