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

/frameworks/base/core/java/android/view/
H A DVelocityTracker.java212 public boolean getEstimator(int id, Estimator outEstimator) { method in class:VelocityTracker
/frameworks/base/core/jni/
H A Dandroid_view_VelocityTracker.cpp53 bool getEstimator(int32_t id, VelocityTracker::Estimator* outEstimator);
134 bool VelocityTrackerState::getEstimator(int32_t id, VelocityTracker::Estimator* outEstimator) { function in class:android::VelocityTrackerState
135 return mVelocityTracker.getEstimator(id, outEstimator);
198 bool result = state->getEstimator(id, &estimator);
/frameworks/base/libs/androidfw/
H A DVelocityTracker.cpp253 getEstimator(id, &estimator);
338 if (getEstimator(id, &estimator) && estimator.degree >= 1) {
348 bool VelocityTracker::getEstimator(uint32_t id, Estimator* outEstimator) const { function in class:android::VelocityTracker
349 return mStrategy->getEstimator(id, outEstimator);
558 bool LeastSquaresVelocityTrackerStrategy::getEstimator(uint32_t id,
728 bool IntegratingVelocityTrackerStrategy::getEstimator(uint32_t id, function in class:android::IntegratingVelocityTrackerStrategy
848 bool LegacyVelocityTrackerStrategy::getEstimator(uint32_t id, function in class:android::LegacyVelocityTrackerStrategy

Completed in 352 milliseconds