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

/external/chromium_org/ui/events/gesture_detection/
H A Dscale_gesture_detector.h95 float GetFocusY() const;
H A Dgesture_provider.cc220 detector.GetFocusY(),
222 detector.GetFocusY() + e.GetRawOffsetY(),
256 detector.GetFocusY(),
258 detector.GetFocusY() + e.GetRawOffsetY(),
H A Dscale_gesture_detector.cc243 float ScaleGestureDetector::GetFocusY() const { return focus_y_; } function in class:ui::ScaleGestureDetector

Completed in 83 milliseconds