Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DVelocityTracker.cpp357 bool VelocityTracker::getEstimator(uint32_t id, Estimator* outEstimator) const { in getEstimator() function in android::VelocityTracker
626 bool LeastSquaresVelocityTrackerStrategy::getEstimator(uint32_t id, in getEstimator() function in android::LeastSquaresVelocityTrackerStrategy
812 bool IntegratingVelocityTrackerStrategy::getEstimator(uint32_t id, in getEstimator() function in android::IntegratingVelocityTrackerStrategy
928 bool LegacyVelocityTrackerStrategy::getEstimator(uint32_t id, in getEstimator() function in android::LegacyVelocityTrackerStrategy
1160 bool ImpulseVelocityTrackerStrategy::getEstimator(uint32_t id, in getEstimator() function in android::ImpulseVelocityTrackerStrategy
/frameworks/base/core/java/android/view/
DVelocityTracker.java214 public boolean getEstimator(int id, Estimator outEstimator) { in getEstimator() method in VelocityTracker
/frameworks/base/core/jni/
Dandroid_view_VelocityTracker.cpp135 bool VelocityTrackerState::getEstimator(int32_t id, VelocityTracker::Estimator* outEstimator) { in getEstimator() function in android::VelocityTrackerState