Home
last modified time | relevance | path

Searched refs:horizon (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/jni/
Dandroid_view_VelocityTracker.cpp50 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/
DInput.h686 bool getEstimator(uint32_t id, uint32_t degree, nsecs_t horizon,
/frameworks/base/libs/ui/
DInput.cpp1028 bool VelocityTracker::getEstimator(uint32_t id, uint32_t degree, nsecs_t horizon, in getEstimator() argument
1046 if (age > horizon) { in getEstimator()