HomeSort by relevance Sort by last modified time
    Searched refs:GetEstimator (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/events/gesture_detection/
velocity_tracker.h 138 bool GetEstimator(uint32_t id, Estimator* out_estimator) const;
velocity_tracker.cc 27 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,
389 return strategy_->GetEstimator(id, out_estimator);
570 bool LeastSquaresVelocityTrackerStrategy::GetEstimator(
732 bool IntegratingVelocityTrackerStrategy::GetEstimator(

Completed in 38 milliseconds