Home
last modified time | relevance | path

Searched refs:populateEstimator (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/include/input/
DVelocityTracker.h246 void populateEstimator(const State& state, VelocityTracker::Estimator* outEstimator) const;
/frameworks/native/libs/input/
DVelocityTracker.cpp787 populateEstimator(state, outEstimator); in getEstimator()
849 void IntegratingVelocityTrackerStrategy::populateEstimator(const State& state, in populateEstimator() function in android::IntegratingVelocityTrackerStrategy