Searched defs:GetEstimator (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/events/gesture_detection/
H A Dvelocity_tracker.cc27 virtual bool GetEstimator(uint32_t id, Estimator* out_estimator) const = 0;
129 virtual bool GetEstimator(uint32_t id,
168 virtual bool GetEstimator(uint32_t id,
360 if (GetEstimator(id, &estimator) && estimator.degree >= 1) {
387 bool VelocityTracker::GetEstimator(uint32_t id, function in class:VelocityTracker
389 return strategy_->GetEstimator(id, out_estimator);
570 bool LeastSquaresVelocityTrackerStrategy::GetEstimator(
732 bool IntegratingVelocityTrackerStrategy::GetEstimator( function in class:IntegratingVelocityTrackerStrategy

Completed in 401 milliseconds