Searched refs:GetRawY (Results 1 - 18 of 18) sorted by relevance

/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.cc64 lhs.GetRawY(i) != rhs.GetRawY(rhsi) ||
H A Dgesture_event_data_packet.cc83 gfx::PointF(touch.GetRawX(), touch.GetRawY()));
H A Dmotion_event_buffer.cc97 result.raw_y = event.GetRawY(pointer_index);
125 p.raw_y = Lerp(p.raw_y, event1.GetRawY(event1_pointer_index), alpha);
206 virtual float GetRawY(size_t pointer_index) const OVERRIDE {
207 return latest().GetRawY(pointer_index);
H A Dmotion_event_generic.h50 virtual float GetRawY(size_t pointer_index) const OVERRIDE;
H A Dgesture_provider.cc309 e1.GetRawY(),
399 e1.GetRawY(),
547 event.GetRawY(),
770 event.GetRawY(action_index),
H A Dmotion_event_generic.cc106 float MotionEventGeneric::GetRawY(size_t pointer_index) const { function in class:ui::MotionEventGeneric
H A Dmotion_event_buffer_unittest.cc97 EXPECT_EQ(a.GetRawY(i), b.GetRawY(bi));
H A Dtouch_disposition_gesture_filter_unittest.cc240 touch_event_.GetRawY(0),
/external/chromium_org/content/browser/renderer_host/input/
H A Dmotion_event_web.h28 virtual float GetRawY(size_t pointer_index) const OVERRIDE;
H A Dmotion_event_android_unittest.cc93 EXPECT_FLOAT_EQ((y0 - raw_offset) * kPixToDip, event.GetRawY(0));
95 EXPECT_FLOAT_EQ((y1 - raw_offset) * kPixToDip, event.GetRawY(1));
H A Dmotion_event_android.h63 virtual float GetRawY(size_t pointer_index) const OVERRIDE;
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
H A Dweb_input_event_util.cc196 touch.screenPosition.y = event.GetRawY(pointer_index);
/external/chromium_org/ui/events/gestures/
H A Dmotion_event_aura.h35 virtual float GetRawY(size_t pointer_index) const OVERRIDE;
H A Dmotion_event_aura_unittest.cc188 EXPECT_FLOAT_EQ(raw_y, event.GetRawY(0));
202 EXPECT_FLOAT_EQ(raw_y, event.GetRawY(1));
213 EXPECT_FLOAT_EQ(raw_y, raw_clone_aura->GetRawY(1));
227 EXPECT_FLOAT_EQ(raw_y, event.GetRawY(1));
240 EXPECT_FLOAT_EQ(raw_y, event.GetRawY(0));
H A Dmotion_event_aura.cc144 float MotionEventAura::GetRawY(size_t pointer_index) const { function in class:ui::MotionEventAura

Completed in 3000 milliseconds