Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DVelocityTracker.cpp349 bool VelocityTracker::getEstimator(uint32_t id, Estimator* outEstimator) const { in getEstimator() function in android::VelocityTracker
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/jni/
Dandroid_view_VelocityTracker.cpp135 bool VelocityTrackerState::getEstimator(int32_t id, VelocityTracker::Estimator* outEstimator) { in getEstimator() function in android::VelocityTrackerState