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

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

Completed in 125 milliseconds