Home
last modified time | relevance | path

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

/frameworks/native/include/input/
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/
Dandroid_view_VelocityTracker.cpp54 bool getEstimator(int32_t id, VelocityTracker::Estimator* outEstimator);
135 bool VelocityTrackerState::getEstimator(int32_t id, VelocityTracker::Estimator* outEstimator) { in getEstimator() function in android::VelocityTrackerState
136 return mVelocityTracker.getEstimator(id, outEstimator); in getEstimator()
199 bool result = state->getEstimator(id, &estimator); in android_view_VelocityTracker_nativeGetEstimator()
/frameworks/native/libs/input/
DVelocityTracker.cpp254 getEstimator(id, &estimator); in addMovement()
339 if (getEstimator(id, &estimator) && estimator.degree >= 1) { in getVelocity()
349 bool VelocityTracker::getEstimator(uint32_t id, Estimator* outEstimator) const { in getEstimator() function in android::VelocityTracker
350 return mStrategy->getEstimator(id, outEstimator); in getEstimator()
560 bool LeastSquaresVelocityTrackerStrategy::getEstimator(uint32_t id, in getEstimator() function in android::LeastSquaresVelocityTrackerStrategy
730 bool IntegratingVelocityTrackerStrategy::getEstimator(uint32_t id, in getEstimator() function in android::IntegratingVelocityTrackerStrategy
850 bool LegacyVelocityTrackerStrategy::getEstimator(uint32_t id, in getEstimator() function in android::LegacyVelocityTrackerStrategy
/frameworks/base/core/java/android/view/
DVelocityTracker.java212 public boolean getEstimator(int id, Estimator outEstimator) { in getEstimator() method in VelocityTracker
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java609 mVelocity.getEstimator(id, ps.mEstimator); in onPointerEvent()
613 mAltVelocity.getEstimator(id, ps.mAltEstimator); in onPointerEvent()