Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DVelocityTracker.cpp338 bool VelocityTracker::getEstimator(uint32_t id, Estimator* outEstimator) const { in getEstimator() function in android::VelocityTracker
611 bool LeastSquaresVelocityTrackerStrategy::getEstimator(uint32_t id, in getEstimator() function in android::LeastSquaresVelocityTrackerStrategy
797 bool IntegratingVelocityTrackerStrategy::getEstimator(uint32_t id, in getEstimator() function in android::IntegratingVelocityTrackerStrategy
914 bool LegacyVelocityTrackerStrategy::getEstimator(uint32_t id, in getEstimator() function in android::LegacyVelocityTrackerStrategy
1147 bool ImpulseVelocityTrackerStrategy::getEstimator(uint32_t id, in getEstimator() function in android::ImpulseVelocityTrackerStrategy
/frameworks/base/core/java/android/view/
DVelocityTracker.java413 public boolean getEstimator(int id, Estimator outEstimator) { in getEstimator() method in VelocityTracker
/frameworks/base/core/jni/
Dandroid_view_VelocityTracker.cpp132 bool VelocityTrackerState::getEstimator(int32_t id, VelocityTracker::Estimator* outEstimator) { in getEstimator() function in android::VelocityTrackerState