HomeSort by relevance Sort by last modified time
    Searched defs:GetRawY (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/browser/renderer_host/input/
motion_event_web.cc 104 float MotionEventWeb::GetRawY(size_t pointer_index) const {
motion_event_android.cc 301 float MotionEventAndroid::GetRawY(size_t pointer_index) const {
  /external/chromium_org/ui/events/gesture_detection/
motion_event_generic.cc 106 float MotionEventGeneric::GetRawY(size_t pointer_index) const {
motion_event.h 59 virtual float GetRawY(size_t pointer_index) const = 0;
85 float GetRawY() const { return GetRawY(0); }
87 float GetRawOffsetY() const { return GetRawY() - GetY(); }
  /external/chromium_org/ui/events/gestures/
motion_event_aura.cc 144 float MotionEventAura::GetRawY(size_t pointer_index) const {

Completed in 238 milliseconds