Searched refs:raw_x (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/ui/events/gesture_detection/
H A Dgesture_event_data.cc17 float raw_x,
28 raw_x(raw_x),
45 raw_x(other.raw_x),
57 raw_x(0),
11 GestureEventData(const GestureEventDetails& details, int motion_event_id, MotionEvent::ToolType primary_tool_type, base::TimeTicks time, float x, float y, float raw_x, float raw_y, size_t touch_point_count, const gfx::RectF& bounding_box, int flags) argument
H A Dgesture_event_data.h25 float raw_x,
40 float raw_x; member in struct:ui::GestureEventData
H A Dmotion_event_generic.cc16 raw_x(0),
29 raw_x(x),
103 return pointers_[pointer_index].raw_x;
H A Dgesture_event_data_packet_unittest.cc39 lhs.raw_x == rhs.raw_x && lhs.raw_y == rhs.raw_y;
H A Dgesture_event_data_packet.cc91 gfx::PointF(gesture.raw_x, gesture.raw_y));
H A Dmotion_event_generic.h23 float raw_x; member in struct:ui::PointerProperties
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);
H A Dgesture_provider.cc496 float raw_x,
507 raw_x,
520 float raw_x,
531 raw_x,
490 CreateGesture(const GestureEventDetails& details, int motion_event_id, MotionEvent::ToolType primary_tool_type, base::TimeTicks time, float x, float y, float raw_x, float raw_y, size_t touch_point_count, const gfx::RectF& bounding_box, int flags) argument
514 CreateGesture(EventType type, int motion_event_id, MotionEvent::ToolType primary_tool_type, base::TimeTicks time, float x, float y, float raw_x, float raw_y, size_t touch_point_count, const gfx::RectF& bounding_box, int flags) argument
H A Dgesture_provider_unittest.cc811 EXPECT_EQ(kFakeCoordX - delta_x + raw_offset_x, gesture.raw_x);
1484 EXPECT_EQ(kFakeCoordX + raw_offset_x, GetMostRecentGestureEvent().raw_x);
1532 GetReceivedGesture(3).raw_x);
1924 EXPECT_EQ(1 + raw_offset_x, GetMostRecentGestureEvent().raw_x);
1941 EXPECT_EQ(2 + raw_offset_x, GetMostRecentGestureEvent().raw_x);
1953 EXPECT_EQ(3 + raw_offset_x, GetMostRecentGestureEvent().raw_x);
1965 EXPECT_EQ(1 + raw_offset_x, GetMostRecentGestureEvent().raw_x);
1977 EXPECT_EQ(4 + raw_offset_x, GetMostRecentGestureEvent().raw_x);
1989 EXPECT_EQ(2 + raw_offset_x, GetMostRecentGestureEvent().raw_x);
2001 EXPECT_EQ(3 + raw_offset_x, GetMostRecentGestureEvent().raw_x);
[all...]
H A Dtouch_disposition_gesture_filter_unittest.cc208 return gfx::PointF(last_sent_gesture_->raw_x, last_sent_gesture_->raw_y);
/external/chromium_org/ui/events/gestures/
H A Dmotion_event_aura_unittest.cc25 float raw_x,
36 event.set_root_location(gfx::PointF(raw_x, raw_y));
173 float raw_x; local
178 raw_x = x + kRawOffsetX;
181 TouchWithPosition(ET_TOUCH_PRESSED, ids[0], x, y, raw_x, raw_y);
187 EXPECT_FLOAT_EQ(raw_x, event.GetRawX(0));
192 raw_x = x + kRawOffsetX;
195 TouchWithPosition(ET_TOUCH_PRESSED, ids[1], x, y, raw_x, raw_y);
201 EXPECT_FLOAT_EQ(raw_x, event.GetRawX(1));
212 EXPECT_FLOAT_EQ(raw_x, raw_clone_aur
21 TouchWithPosition(ui::EventType type, int id, float x, float y, float raw_x, float raw_y) argument
[all...]
H A Dmotion_event_aura.h62 float raw_x; member in struct:ui::MotionEventAura::PointData
H A Dmotion_event_aura.cc45 point_data.raw_x = touch.root_location_f().x();
141 return active_touches_[pointer_index].raw_x;
215 raw_x(0),
/external/chromium_org/ui/events/test/
H A Dmock_motion_event.cc119 p.raw_x += dx;
148 pointer(i).raw_x = pointer(i).x + raw_offset_x;
/external/chromium_org/content/browser/renderer_host/input/
H A Dweb_input_event_util.cc287 gesture.globalX = data.raw_x;

Completed in 1942 milliseconds