Searched refs:ET_TOUCH_MOVED (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/ui/events/gestures/
H A Dgesture_provider_aura_unittest.cc60 TouchEvent move1(ET_TOUCH_MOVED, gfx::PointF(70, 75), 0, time);
80 TouchEvent move0_1(ET_TOUCH_MOVED,
91 TouchEvent move1_1(ET_TOUCH_MOVED,
103 TouchEvent move0_2(ET_TOUCH_MOVED,
115 TouchEvent move1_2(ET_TOUCH_MOVED,
128 TouchEvent move0_3(ET_TOUCH_MOVED,
141 TouchEvent move0_4(ET_TOUCH_MOVED,
H A Dgesture_provider_aura.cc41 if (event.type() == ET_TOUCH_MOVED &&
H A Dmotion_event_aura.cc93 case ET_TOUCH_MOVED:
269 case ET_TOUCH_MOVED:
H A Dmotion_event_aura_unittest.cc221 TouchWithPosition(ET_TOUCH_MOVED, ids[1], x, y, raw_x, raw_y);
234 TouchWithPosition(ET_TOUCH_MOVED, ids[0], x, y, raw_x, raw_y);
300 ET_TOUCH_MOVED, ids[1], radius_x, radius_y, rotation_angle, pressure);
327 ui::ET_TOUCH_MOVED, ids[0], times_in_ms[2]);
357 TouchEvent move0 = TouchWithType(ET_TOUCH_MOVED, ids[0]);
/external/chromium_org/chrome/browser/chromeos/accessibility/
H A Dtouch_exploration_controller_browsertest.cc95 ui::TouchEvent touch_time_advance(ui::ET_TOUCH_MOVED,
117 ui::ET_TOUCH_MOVED,
143 ui::TouchEvent touch_time_advance(ui::ET_TOUCH_MOVED,
161 ui::ET_TOUCH_MOVED,
212 ui::ET_TOUCH_MOVED,
/external/chromium_org/ui/events/
H A Devent_constants.h25 ET_TOUCH_MOVED, enumerator in enum:ui::EventType
H A Devent_utils.cc55 case ET_TOUCH_MOVED:
/external/chromium_org/ui/aura/gestures/
H A Dgesture_recognizer_unittest.cc507 ui::TouchEvent move(ui::ET_TOUCH_MOVED, gfx::PointF(x, y),
522 ui::TouchEvent move(ui::ET_TOUCH_MOVED, gfx::PointF(x, y),
549 case ui::ET_TOUCH_MOVED:
708 // Test with no ET_TOUCH_MOVED events.
751 // Test with no ET_TOUCH_MOVED events but different touch points and radii.
792 // Test with a single ET_TOUCH_MOVED event.
811 ui::TouchEvent move(ui::ET_TOUCH_MOVED, gfx::Point(49, 204),
849 // Test with a few ET_TOUCH_MOVED events.
867 ui::TouchEvent move(ui::ET_TOUCH_MOVED, gfx::Point(397, 151),
882 ui::TouchEvent move1(ui::ET_TOUCH_MOVED, gf
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Dui_events_helper.cc50 return ui::ET_TOUCH_MOVED;
67 case ui::ET_TOUCH_MOVED:
83 case ui::ET_TOUCH_MOVED:
110 type = ui::ET_TOUCH_MOVED;
260 case ui::ET_TOUCH_MOVED: {
/external/chromium_org/ui/chromeos/
H A Dtouch_exploration_controller.cc110 } else if (type == ui::ET_TOUCH_MOVED) {
266 } else if (type == ui::ET_TOUCH_MOVED) {
341 } else if (type == ui::ET_TOUCH_MOVED) {
354 } else if (type == ui::ET_TOUCH_MOVED) {
391 if (type == ui::ET_TOUCH_PRESSED || type == ui::ET_TOUCH_MOVED) {
430 } else if (type != ui::ET_TOUCH_MOVED) {
464 if (type == ui::ET_TOUCH_MOVED && in_a_bottom_corner)
525 } else if (type == ui::ET_TOUCH_MOVED) {
652 if (type == ui::ET_TOUCH_MOVED) {
1059 prev_event_->type() == ET_TOUCH_MOVED
[all...]
H A Dtouch_exploration_controller_unittest.cc602 ui::TouchEvent touch_move(ui::ET_TOUCH_MOVED,
800 EXPECT_EQ(ui::ET_TOUCH_MOVED, captured_events[0]->type());
803 EXPECT_EQ(ui::ET_TOUCH_MOVED, captured_events[1]->type());
823 EXPECT_EQ(ui::ET_TOUCH_MOVED, captured_events[0]->type());
1217 ui::ET_TOUCH_MOVED, first_move_location, 0, Now());
1245 ui::ET_TOUCH_MOVED, second_move_location, 1, Now());
1402 ui::ET_TOUCH_MOVED, gfx::Point(x++, y++), touch_id, Now()));
1784 ui::ET_TOUCH_MOVED,
1789 ui::ET_TOUCH_MOVED,
1795 ui::ET_TOUCH_MOVED,
[all...]
/external/chromium_org/ui/events/ozone/evdev/
H A Dtouch_event_converter_evdev_unittest.cc227 EXPECT_EQ(ui::ET_TOUCH_MOVED, event->type());
241 EXPECT_EQ(ui::ET_TOUCH_MOVED, event->type());
329 EXPECT_EQ(ui::ET_TOUCH_MOVED, ev0->type());
355 EXPECT_EQ(ui::ET_TOUCH_MOVED, ev1->type());
374 EXPECT_EQ(ui::ET_TOUCH_MOVED, ev0->type());
401 EXPECT_EQ(ui::ET_TOUCH_MOVED, ev1->type());
H A Dtouch_event_converter_evdev.cc290 events_[i].type_ = ET_TOUCH_MOVED;
/external/chromium_org/ash/host/
H A Dash_window_tree_host_x11_unittest.cc126 EXPECT_EQ(ui::ET_TOUCH_MOVED, handler->last_touch_type());
205 EXPECT_EQ(ui::ET_TOUCH_MOVED, handler2->last_touch_type());
218 EXPECT_EQ(ui::ET_TOUCH_MOVED, handler2->last_touch_type());
H A Dash_window_tree_host_x11.cc199 case ui::ET_TOUCH_MOVED:
/external/chromium_org/ash/touch/
H A Dtouch_observer_hud_unittest.cc506 SendTouchEventToInternalHud(ui::ET_TOUCH_MOVED, gfx::Point(10, 20), 1);
531 SendTouchEventToInternalHud(ui::ET_TOUCH_MOVED, gfx::Point(10, 20), 1);
558 SendTouchEventToInternalHud(ui::ET_TOUCH_MOVED, gfx::Point(10, 20), 1);
561 SendTouchEventToInternalHud(ui::ET_TOUCH_MOVED, gfx::Point(20, 20), 2);
H A Dtouch_uma.cc187 } else if (event.type() == ui::ET_TOUCH_MOVED) {
/external/chromium_org/mojo/services/native_viewport/
H A Dnative_viewport_impl.cc27 event->type() == ui::ET_TOUCH_MOVED;
H A Dplatform_viewport_android.cc22 return ui::ET_TOUCH_MOVED;
/external/chromium_org/ui/events/gesture_detection/
H A Dgesture_touch_uma_histogram.cc59 case ET_TOUCH_MOVED:
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura_browsertest.cc499 ui::TouchEvent move1(ui::ET_TOUCH_MOVED,
511 ui::TouchEvent inc(ui::ET_TOUCH_MOVED,
521 ui::TouchEvent inc(ui::ET_TOUCH_MOVED,
531 ui::TouchEvent inc(ui::ET_TOUCH_MOVED,
1056 ui::TouchEvent inc(ui::ET_TOUCH_MOVED, location, 0, timestamp);
1092 ui::TouchEvent inc(ui::ET_TOUCH_MOVED, location, 0, timestamp);
1130 ui::TouchEvent inc(ui::ET_TOUCH_MOVED, location, 0, timestamp);
1139 ui::TouchEvent inc(ui::ET_TOUCH_MOVED, location, 0, timestamp);
/external/chromium_org/content/browser/web_contents/aura/
H A Dwindow_slider_unittest.cc364 ui::TouchEvent move1(ui::ET_TOUCH_MOVED,
387 ui::TouchEvent move2(ui::ET_TOUCH_MOVED,
400 ui::TouchEvent move3(ui::ET_TOUCH_MOVED,
/external/chromium_org/ui/events/test/
H A Devent_generator.cc220 ui::ET_TOUCH_MOVED, GetLocationInCurrentRoot(), touch_id, flags_,
310 ui::TouchEvent move(ui::ET_TOUCH_MOVED, location, kTouchId, timestamp);
383 ui::TouchEvent move(ui::ET_TOUCH_MOVED, points[i], i, move_time);
/external/chromium_org/ui/aura/
H A Dwindow_event_dispatcher_unittest.cc540 case ui::ET_TOUCH_MOVED:
760 ui::ET_TOUCH_MOVED, gfx::Point(10, 10), 0, ui::EventTimeForNow());
762 ui::ET_TOUCH_MOVED, gfx::Point(11, 10), 0, ui::EventTimeForNow());
764 ui::ET_TOUCH_MOVED, gfx::Point(12, 10), 0, ui::EventTimeForNow());
887 ui::TouchEvent move(ui::ET_TOUCH_MOVED,
892 EXPECT_FALSE(recorder.HasReceivedEvent(ui::ET_TOUCH_MOVED));
897 EXPECT_FALSE(recorder.HasReceivedEvent(ui::ET_TOUCH_MOVED));
899 EXPECT_TRUE(recorder.HasReceivedEvent(ui::ET_TOUCH_MOVED));
1716 ui::ET_TOUCH_MOVED, position2, 0, ui::EventTimeForNow());
1775 ui::ET_TOUCH_MOVED, position
[all...]
/external/chromium_org/ui/platform_window/x11/
H A Dx11_window.cc99 case ET_TOUCH_MOVED:

Completed in 520 milliseconds

12