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/native/libs/input/
H A DVelocityTracker.cpp252 getEstimator(id, &estimator);
337 if (getEstimator(id, &estimator) && estimator.degree >= 1) {
347 bool VelocityTracker::getEstimator(uint32_t id, Estimator* outEstimator) const { function in class:android::VelocityTracker
348 return mStrategy->getEstimator(id, outEstimator);
557 bool LeastSquaresVelocityTrackerStrategy::getEstimator(uint32_t id,
727 bool IntegratingVelocityTrackerStrategy::getEstimator(uint32_t id, function in class:android::IntegratingVelocityTrackerStrategy
847 bool LegacyVelocityTrackerStrategy::getEstimator(uint32_t id, function in class:android::LegacyVelocityTrackerStrategy

Completed in 128 milliseconds