Searched refs:GetCurrentSpan (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/events/gesture_detection/
H A Dscale_gesture_detector.h96 float GetCurrentSpan() const;
H A Dscale_gesture_detector.cc245 float ScaleGestureDetector::GetCurrentSpan() const { return curr_span_; } function in class:ui::ScaleGestureDetector
H A Dgesture_provider.cc228 if (std::abs(detector.GetCurrentSpan() - detector.GetPreviousSpan()) <

Completed in 84 milliseconds