/external/chromium_org/ui/events/gestures/ |
D | gesture_provider_aura_unittest.cc | 60 TouchEvent move1(ET_TOUCH_MOVED, gfx::PointF(70, 75), 0, time); in TEST_F() 80 TouchEvent move0_1(ET_TOUCH_MOVED, in TEST_F() 91 TouchEvent move1_1(ET_TOUCH_MOVED, in TEST_F() 103 TouchEvent move0_2(ET_TOUCH_MOVED, in TEST_F() 115 TouchEvent move1_2(ET_TOUCH_MOVED, in TEST_F() 128 TouchEvent move0_3(ET_TOUCH_MOVED, in TEST_F() 141 TouchEvent move0_4(ET_TOUCH_MOVED, in TEST_F()
|
D | motion_event_aura_unittest.cc | 221 TouchWithPosition(ET_TOUCH_MOVED, ids[1], x, y, raw_x, raw_y); in TEST() 234 TouchWithPosition(ET_TOUCH_MOVED, ids[0], x, y, raw_x, raw_y); in TEST() 300 ET_TOUCH_MOVED, ids[1], radius_x, radius_y, rotation_angle, pressure); in TEST() 327 ui::ET_TOUCH_MOVED, ids[0], times_in_ms[2]); in TEST() 357 TouchEvent move0 = TouchWithType(ET_TOUCH_MOVED, ids[0]); in TEST()
|
D | motion_event_aura.cc | 93 case ET_TOUCH_MOVED: in OnTouch() 269 case ET_TOUCH_MOVED: in UpdateCachedAction()
|
D | gesture_provider_aura.cc | 41 if (event.type() == ET_TOUCH_MOVED && in OnTouchEvent()
|
/external/chromium_org/chrome/browser/chromeos/accessibility/ |
D | touch_exploration_controller_browsertest.cc | 95 ui::TouchEvent touch_time_advance(ui::ET_TOUCH_MOVED, in IN_PROC_BROWSER_TEST_F() 117 ui::ET_TOUCH_MOVED, in IN_PROC_BROWSER_TEST_F() 143 ui::TouchEvent touch_time_advance(ui::ET_TOUCH_MOVED, in IN_PROC_BROWSER_TEST_F() 161 ui::ET_TOUCH_MOVED, in IN_PROC_BROWSER_TEST_F() 212 ui::ET_TOUCH_MOVED, in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/ui/aura/gestures/ |
D | gesture_recognizer_unittest.cc | 507 ui::TouchEvent move(ui::ET_TOUCH_MOVED, gfx::PointF(x, y), in SendScrollEvents() 522 ui::TouchEvent move(ui::ET_TOUCH_MOVED, gfx::PointF(x, y), in SendScrollEvent() 549 case ui::ET_TOUCH_MOVED: in OnTouchEvent() 811 ui::TouchEvent move(ui::ET_TOUCH_MOVED, gfx::Point(49, 204), in TEST_F() 867 ui::TouchEvent move(ui::ET_TOUCH_MOVED, gfx::Point(397, 151), in TEST_F() 882 ui::TouchEvent move1(ui::ET_TOUCH_MOVED, gfx::Point(397, 149), in TEST_F() 897 ui::TouchEvent move2(ui::ET_TOUCH_MOVED, gfx::Point(400, 150), in TEST_F() 1038 ui::TouchEvent move(ui::ET_TOUCH_MOVED, gfx::Point(111, 211), in TEST_F() 1152 ui::TouchEvent move(ui::ET_TOUCH_MOVED, gfx::Point(10, 0), in TEST_F() 1203 ui::TouchEvent move(ui::ET_TOUCH_MOVED, gfx::Point(0, 10), in TEST_F() [all …]
|
/external/chromium_org/content/browser/renderer_host/ |
D | ui_events_helper.cc | 50 return ui::ET_TOUCH_MOVED; in WebTouchPointStateToEventType() 67 case ui::ET_TOUCH_MOVED: in TouchPointStateFromEvent() 83 case ui::ET_TOUCH_MOVED: in TouchEventTypeFromEvent() 110 type = ui::ET_TOUCH_MOVED; in MakeUITouchEventsFromWebTouchEvents() 260 case ui::ET_TOUCH_MOVED: { in UpdateWebTouchEventFromUIEvent()
|
/external/chromium_org/ui/chromeos/ |
D | touch_exploration_controller.cc | 110 } else if (type == ui::ET_TOUCH_MOVED) { in RewriteEvent() 266 } else if (type == ui::ET_TOUCH_MOVED) { in InSingleTapPressed() 341 } else if (type == ui::ET_TOUCH_MOVED) { in InSingleTapOrTouchExploreReleased() 354 } else if (type == ui::ET_TOUCH_MOVED) { in InDoubleTapPending() 391 if (type == ui::ET_TOUCH_PRESSED || type == ui::ET_TOUCH_MOVED) { in InTouchReleasePending() 430 } else if (type != ui::ET_TOUCH_MOVED) { in InTouchExploration() 464 if (type == ui::ET_TOUCH_MOVED && in_a_bottom_corner) in InCornerPassthrough() 525 } else if (type == ui::ET_TOUCH_MOVED) { in InTouchExploreSecondPress() 652 if (type == ui::ET_TOUCH_MOVED) { in InTwoFingerTap() 1059 prev_event_->type() == ET_TOUCH_MOVED && in VlogEvent() [all …]
|
D | touch_exploration_controller_unittest.cc | 602 ui::TouchEvent touch_move(ui::ET_TOUCH_MOVED, in TEST_F() 800 EXPECT_EQ(ui::ET_TOUCH_MOVED, captured_events[0]->type()); in TEST_F() 803 EXPECT_EQ(ui::ET_TOUCH_MOVED, captured_events[1]->type()); in TEST_F() 823 EXPECT_EQ(ui::ET_TOUCH_MOVED, captured_events[0]->type()); in TEST_F() 1217 ui::ET_TOUCH_MOVED, first_move_location, 0, Now()); in TEST_F() 1245 ui::ET_TOUCH_MOVED, second_move_location, 1, Now()); in TEST_F() 1402 ui::ET_TOUCH_MOVED, gfx::Point(x++, y++), touch_id, Now())); in TEST_F() 1784 ui::ET_TOUCH_MOVED, in TEST_F() 1789 ui::ET_TOUCH_MOVED, in TEST_F() 1795 ui::ET_TOUCH_MOVED, in TEST_F() [all …]
|
/external/chromium_org/ui/events/ozone/evdev/ |
D | touch_event_converter_evdev_unittest.cc | 227 EXPECT_EQ(ui::ET_TOUCH_MOVED, event->type()); in TEST_F() 241 EXPECT_EQ(ui::ET_TOUCH_MOVED, event->type()); in TEST_F() 329 EXPECT_EQ(ui::ET_TOUCH_MOVED, ev0->type()); in TEST_F() 355 EXPECT_EQ(ui::ET_TOUCH_MOVED, ev1->type()); in TEST_F() 374 EXPECT_EQ(ui::ET_TOUCH_MOVED, ev0->type()); in TEST_F() 401 EXPECT_EQ(ui::ET_TOUCH_MOVED, ev1->type()); in TEST_F()
|
D | touch_event_converter_evdev.cc | 290 events_[i].type_ = ET_TOUCH_MOVED; in ReportEvents()
|
/external/chromium_org/ash/touch/ |
D | touch_observer_hud_unittest.cc | 506 SendTouchEventToInternalHud(ui::ET_TOUCH_MOVED, gfx::Point(10, 20), 1); in TEST_F() 531 SendTouchEventToInternalHud(ui::ET_TOUCH_MOVED, gfx::Point(10, 20), 1); in TEST_F() 558 SendTouchEventToInternalHud(ui::ET_TOUCH_MOVED, gfx::Point(10, 20), 1); in TEST_F() 561 SendTouchEventToInternalHud(ui::ET_TOUCH_MOVED, gfx::Point(20, 20), 2); in TEST_F()
|
/external/chromium_org/ash/host/ |
D | ash_window_tree_host_x11_unittest.cc | 126 EXPECT_EQ(ui::ET_TOUCH_MOVED, handler->last_touch_type()); in TEST_F() 205 EXPECT_EQ(ui::ET_TOUCH_MOVED, handler2->last_touch_type()); in TEST_F() 218 EXPECT_EQ(ui::ET_TOUCH_MOVED, handler2->last_touch_type()); in TEST_F()
|
D | ash_window_tree_host_x11.cc | 199 case ui::ET_TOUCH_MOVED: in CanDispatchEvent()
|
/external/chromium_org/content/browser/web_contents/ |
D | web_contents_view_aura_browsertest.cc | 499 ui::TouchEvent move1(ui::ET_TOUCH_MOVED, in IN_PROC_BROWSER_TEST_F() 511 ui::TouchEvent inc(ui::ET_TOUCH_MOVED, in IN_PROC_BROWSER_TEST_F() 521 ui::TouchEvent inc(ui::ET_TOUCH_MOVED, in IN_PROC_BROWSER_TEST_F() 531 ui::TouchEvent inc(ui::ET_TOUCH_MOVED, in IN_PROC_BROWSER_TEST_F() 1056 ui::TouchEvent inc(ui::ET_TOUCH_MOVED, location, 0, timestamp); in IN_PROC_BROWSER_TEST_F() 1092 ui::TouchEvent inc(ui::ET_TOUCH_MOVED, location, 0, timestamp); in IN_PROC_BROWSER_TEST_F() 1130 ui::TouchEvent inc(ui::ET_TOUCH_MOVED, location, 0, timestamp); in IN_PROC_BROWSER_TEST_F() 1139 ui::TouchEvent inc(ui::ET_TOUCH_MOVED, location, 0, timestamp); in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/ui/events/ |
D | event_constants.h | 25 ET_TOUCH_MOVED, enumerator
|
D | event_utils.cc | 55 case ET_TOUCH_MOVED: in EventFromNative()
|
/external/chromium_org/ui/events/gesture_detection/ |
D | gesture_touch_uma_histogram.cc | 59 case ET_TOUCH_MOVED: in UMAEventTypeFromEvent()
|
/external/chromium_org/mojo/services/native_viewport/ |
D | native_viewport_impl.cc | 27 event->type() == ui::ET_TOUCH_MOVED; in IsRateLimitedEventType()
|
D | platform_viewport_android.cc | 22 return ui::ET_TOUCH_MOVED; in MotionEventActionToEventType()
|
/external/chromium_org/ui/aura/ |
D | window_event_dispatcher_unittest.cc | 540 case ui::ET_TOUCH_MOVED: in EventTypeToString() 760 ui::ET_TOUCH_MOVED, gfx::Point(10, 10), 0, ui::EventTimeForNow()); in TEST_F() 762 ui::ET_TOUCH_MOVED, gfx::Point(11, 10), 0, ui::EventTimeForNow()); in TEST_F() 764 ui::ET_TOUCH_MOVED, gfx::Point(12, 10), 0, ui::EventTimeForNow()); in TEST_F() 887 ui::TouchEvent move(ui::ET_TOUCH_MOVED, in TEST_F() 892 EXPECT_FALSE(recorder.HasReceivedEvent(ui::ET_TOUCH_MOVED)); in TEST_F() 897 EXPECT_FALSE(recorder.HasReceivedEvent(ui::ET_TOUCH_MOVED)); in TEST_F() 899 EXPECT_TRUE(recorder.HasReceivedEvent(ui::ET_TOUCH_MOVED)); in TEST_F() 1716 ui::ET_TOUCH_MOVED, position2, 0, ui::EventTimeForNow()); in TEST_F() 1775 ui::ET_TOUCH_MOVED, position2, 0, ui::EventTimeForNow()); in TEST_F()
|
/external/chromium_org/ui/events/test/ |
D | event_generator.cc | 220 ui::ET_TOUCH_MOVED, GetLocationInCurrentRoot(), touch_id, flags_, in MoveTouchId() 310 ui::TouchEvent move(ui::ET_TOUCH_MOVED, location, kTouchId, timestamp); in GestureScrollSequenceWithCallback() 383 ui::TouchEvent move(ui::ET_TOUCH_MOVED, points[i], i, move_time); in GestureMultiFingerScrollWithDelays()
|
/external/chromium_org/content/browser/web_contents/aura/ |
D | window_slider_unittest.cc | 364 ui::TouchEvent move1(ui::ET_TOUCH_MOVED, in TEST_F() 387 ui::TouchEvent move2(ui::ET_TOUCH_MOVED, in TEST_F() 400 ui::TouchEvent move3(ui::ET_TOUCH_MOVED, in TEST_F()
|
/external/chromium_org/ui/events/x/ |
D | events_x.cc | 256 ui::ET_TOUCH_MOVED; in GetTouchEventType() 274 return ui::ET_TOUCH_MOVED; in GetTouchEventType() 422 return ui::ET_TOUCH_MOVED; in EventTypeFromNative()
|
/external/chromium_org/ui/wm/core/ |
D | compound_event_filter_unittest.cc | 139 ui::TouchEvent move(ui::ET_TOUCH_MOVED, gfx::Point(10, 10), 1, GetTime()); in TEST_F()
|