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

/frameworks/base/core/java/android/view/
H A DVelocityTracker.java239 public boolean getEstimator(int id, int degree, int horizonMillis, Estimator outEstimator) { method in class:VelocityTracker
/frameworks/base/core/jni/
H A 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, function in class:android::VelocityTrackerState
133 return mVelocityTracker.getEstimator(id, degree, horizon, outEstimator);
191 bool result = state->getEstimator(id,

Completed in 98 milliseconds