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

/external/chromium_org/content/browser/renderer_host/input/
H A Dmotion_event_web.cc94 float MotionEventWeb::GetY(size_t pointer_index) const { function in class:content::MotionEventWeb
H A Dmotion_event_android.cc289 float MotionEventAndroid::GetY(size_t pointer_index) const { function in class:content::MotionEventAndroid
302 return GetY(pointer_index) + cached_raw_position_offset_.y();
/external/chromium_org/ui/events/gesture_detection/
H A Dmotion_event.h57 virtual float GetY(size_t pointer_index) const = 0;
83 float GetY() const { return GetY(0); } function in class:ui::MotionEvent
87 float GetRawOffsetY() const { return GetRawY() - GetY(); }
H A Dmotion_event_generic.cc96 float MotionEventGeneric::GetY(size_t pointer_index) const { function in class:ui::MotionEventGeneric
/external/chromium_org/ui/events/gestures/
H A Dmotion_event_aura.cc134 float MotionEventAura::GetY(size_t pointer_index) const { function in class:ui::MotionEventAura

Completed in 1289 milliseconds