Searched refs:getEstimator (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/include/input/
H A DVelocityTracker.h96 bool getEstimator(uint32_t id, Estimator* outEstimator) const;
132 virtual bool getEstimator(uint32_t id, VelocityTracker::Estimator* outEstimator) const = 0;
164 virtual bool getEstimator(uint32_t id, VelocityTracker::Estimator* outEstimator) const;
207 virtual bool getEstimator(uint32_t id, VelocityTracker::Estimator* outEstimator) const;
241 virtual bool getEstimator(uint32_t id, VelocityTracker::Estimator* outEstimator) const;
/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/core/java/android/view/
H A DVelocityTracker.java212 public boolean getEstimator(int id, Estimator outEstimator) { method in class:VelocityTracker
/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
/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java609 mVelocity.getEstimator(id, ps.mEstimator);
613 mAltVelocity.getEstimator(id, ps.mAltEstimator);

Completed in 175 milliseconds