Searched defs:GetRawY (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/browser/renderer_host/input/
H A Dmotion_event_web.cc104 float MotionEventWeb::GetRawY(size_t pointer_index) const { function in class:content::MotionEventWeb
H A Dmotion_event_android.cc301 float MotionEventAndroid::GetRawY(size_t pointer_index) const { function in class:content::MotionEventAndroid
/external/chromium_org/ui/events/gesture_detection/
H A Dmotion_event.h59 virtual float GetRawY(size_t pointer_index) const = 0;
85 float GetRawY() const { return GetRawY(0); } function in class:ui::MotionEvent
87 float GetRawOffsetY() const { return GetRawY() - GetY(); }
H A Dmotion_event_generic.cc106 float MotionEventGeneric::GetRawY(size_t pointer_index) const { function in class:ui::MotionEventGeneric
/external/chromium_org/ui/events/gestures/
H A Dmotion_event_aura.cc144 float MotionEventAura::GetRawY(size_t pointer_index) const { function in class:ui::MotionEventAura

Completed in 107 milliseconds