Searched defs:raw_x (Results 1 - 6 of 6) sorted by last modified time

/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 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 Dmotion_event_generic.h23 float raw_x; member in struct:ui::PointerProperties
/external/chromium_org/ui/events/gestures/
H A Dmotion_event_aura.h62 float raw_x; member in struct:ui::MotionEventAura::PointData
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...]

Completed in 1668 milliseconds