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

/external/chromium_org/ui/events/gesture_detection/
H A Dmotion_event.h58 virtual float GetRawX(size_t pointer_index) const = 0;
84 float GetRawX() const { return GetRawX(0); } function in class:ui::MotionEvent
86 float GetRawOffsetX() const { return GetRawX() - GetX(); }
H A Dmotion_event.cc63 lhs.GetRawX(i) != rhs.GetRawX(rhsi) ||
H A Dgesture_event_data_packet.cc83 gfx::PointF(touch.GetRawX(), touch.GetRawY()));
H A Dmotion_event_buffer.cc96 result.raw_x = event.GetRawX(pointer_index);
124 p.raw_x = Lerp(p.raw_x, event1.GetRawX(event1_pointer_index), alpha);
202 virtual float GetRawX(size_t pointer_index) const OVERRIDE {
203 return latest().GetRawX(pointer_index);
H A Dmotion_event_generic.h49 virtual float GetRawX(size_t pointer_index) const OVERRIDE;
H A Dgesture_provider.cc308 e1.GetRawX(),
398 e1.GetRawX(),
546 event.GetRawX(),
769 event.GetRawX(action_index),
H A Dmotion_event_generic.cc101 float MotionEventGeneric::GetRawX(size_t pointer_index) const { function in class:ui::MotionEventGeneric
H A Dmotion_event_buffer_unittest.cc96 EXPECT_EQ(a.GetRawX(i), b.GetRawX(bi));
H A Dtouch_disposition_gesture_filter_unittest.cc239 touch_event_.GetRawX(0),
/external/chromium_org/content/browser/renderer_host/input/
H A Dmotion_event_web.h27 virtual float GetRawX(size_t pointer_index) const OVERRIDE;
H A Dmotion_event_android_unittest.cc92 EXPECT_FLOAT_EQ((x0 + raw_offset) * kPixToDip, event.GetRawX(0));
94 EXPECT_FLOAT_EQ((x1 + raw_offset) * kPixToDip, event.GetRawX(1));
H A Dmotion_event_android.h62 virtual float GetRawX(size_t pointer_index) const OVERRIDE;
H A Dmotion_event_web.cc99 float MotionEventWeb::GetRawX(size_t pointer_index) const { function in class:content::MotionEventWeb
H A Dmotion_event_android.cc297 float MotionEventAndroid::GetRawX(size_t pointer_index) const { function in class:content::MotionEventAndroid
H A Dweb_input_event_util.cc195 touch.screenPosition.x = event.GetRawX(pointer_index);
/external/chromium_org/ui/events/gestures/
H A Dmotion_event_aura.h34 virtual float GetRawX(size_t pointer_index) const OVERRIDE;
H A Dmotion_event_aura_unittest.cc187 EXPECT_FLOAT_EQ(raw_x, event.GetRawX(0));
201 EXPECT_FLOAT_EQ(raw_x, event.GetRawX(1));
212 EXPECT_FLOAT_EQ(raw_x, raw_clone_aura->GetRawX(1));
226 EXPECT_FLOAT_EQ(raw_x, event.GetRawX(1));
239 EXPECT_FLOAT_EQ(raw_x, event.GetRawX(0));
H A Dmotion_event_aura.cc139 float MotionEventAura::GetRawX(size_t pointer_index) const { function in class:ui::MotionEventAura

Completed in 174 milliseconds