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

/external/chromium_org/ui/events/gesture_detection/
H A Dscale_gesture_detector.h101 float GetPreviousSpanY() const;
H A Dscale_gesture_detector.cc255 float ScaleGestureDetector::GetPreviousSpanY() const { return prev_span_y_; } function in class:ui::ScaleGestureDetector
H A Dgesture_provider.cc244 (detector.GetCurrentSpanY() - detector.GetPreviousSpanY()) * 0.5f;

Completed in 67 milliseconds