HomeSort by relevance Sort by last modified time
    Searched refs:ET_TOUCH_MOVED (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium_org/ui/events/
event_constants.h 25 ET_TOUCH_MOVED,
event_utils.cc 55 case ET_TOUCH_MOVED:
  /external/chromium_org/ui/chromeos/
touch_exploration_controller.cc 106 } else if (type == ui::ET_TOUCH_MOVED) {
178 } else if (type == ui::ET_TOUCH_MOVED) {
248 } else if (type == ui::ET_TOUCH_MOVED) {
275 } else if (type != ui::ET_TOUCH_MOVED) {
303 new ui::TouchEvent(ui::ET_TOUCH_MOVED,
338 } else if (type == ui::ET_TOUCH_MOVED) {
490 case ET_TOUCH_MOVED:
491 return "ET_TOUCH_MOVED";
touch_exploration_controller_unittest.cc 303 ui::TouchEvent touch_move(ui::ET_TOUCH_MOVED,
374 ui::ET_TOUCH_MOVED,
435 ui::TouchEvent touch3_move1(ui::ET_TOUCH_MOVED,
443 ui::TouchEvent touch3_move2(ui::ET_TOUCH_MOVED,
447 ui::TouchEvent touch4_move(ui::ET_TOUCH_MOVED,
477 EXPECT_EQ(ui::ET_TOUCH_MOVED, captured_events[5]->type());
504 EXPECT_EQ(ui::ET_TOUCH_MOVED, captured_events[0]->type());
540 EXPECT_EQ(ui::ET_TOUCH_MOVED, captured_events[0]->type());
549 EXPECT_EQ(ui::ET_TOUCH_MOVED, captured_events[0]->type());
    [all...]
  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 577 ui::TouchEvent move(ui::ET_TOUCH_MOVED, gfx::PointF(x, y),
592 ui::TouchEvent move(ui::ET_TOUCH_MOVED, gfx::PointF(x, y),
620 case ui::ET_TOUCH_MOVED:
771 // Test with no ET_TOUCH_MOVED events.
814 // Test with no ET_TOUCH_MOVED events but different touch points and radii.
855 // Test with a single ET_TOUCH_MOVED event.
874 ui::TouchEvent move(ui::ET_TOUCH_MOVED, gfx::Point(49, 204),
912 // Test with a few ET_TOUCH_MOVED events.
930 ui::TouchEvent move(ui::ET_TOUCH_MOVED, gfx::Point(397, 151),
945 ui::TouchEvent move1(ui::ET_TOUCH_MOVED, gfx::Point(397, 149)
    [all...]
  /external/chromium_org/content/browser/renderer_host/
ui_events_helper.cc 47 return ui::ET_TOUCH_MOVED;
64 case ui::ET_TOUCH_MOVED:
80 case ui::ET_TOUCH_MOVED:
107 type = ui::ET_TOUCH_MOVED;
278 case ui::ET_TOUCH_MOVED: {
  /external/chromium_org/ui/events/ozone/evdev/
touch_event_converter_evdev_unittest.cc 225 EXPECT_EQ(ui::ET_TOUCH_MOVED, event->type());
239 EXPECT_EQ(ui::ET_TOUCH_MOVED, event->type());
327 EXPECT_EQ(ui::ET_TOUCH_MOVED, ev0->type());
353 EXPECT_EQ(ui::ET_TOUCH_MOVED, ev1->type());
372 EXPECT_EQ(ui::ET_TOUCH_MOVED, ev0->type());
399 EXPECT_EQ(ui::ET_TOUCH_MOVED, ev1->type());
touch_event_converter_evdev.cc 301 events_[i].type_ = ET_TOUCH_MOVED;
  /external/chromium_org/ash/host/
ash_window_tree_host_x11_unittest.cc 126 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());
ash_window_tree_host_x11.cc 199 case ui::ET_TOUCH_MOVED:
  /external/chromium_org/ash/touch/
touch_observer_hud_unittest.cc 506 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);
touch_uma.cc 108 case ui::ET_TOUCH_MOVED:
347 } else if (event.type() == ui::ET_TOUCH_MOVED) {
touch_hud_debug.cc 60 case ui::ET_TOUCH_MOVED:
  /external/chromium_org/mojo/examples/sample_app/
gles2_client_impl.cc 63 case ui::ET_TOUCH_MOVED:
  /external/chromium_org/mojo/services/native_viewport/
native_viewport_android.cc 24 return ui::ET_TOUCH_MOVED;
native_viewport_service.cc 26 event->type() == ui::ET_TOUCH_MOVED;
  /external/chromium_org/ui/events/gestures/
motion_event_aura_unittest.cc 208 TouchWithPosition(ET_TOUCH_MOVED, ids[1], x, y, raw_x, raw_y, r, p);
225 TouchWithPosition(ET_TOUCH_MOVED, ids[0], x, y, raw_x, raw_y, r, p);
253 ui::ET_TOUCH_MOVED, ids[0], times_in_ms[2]);
283 TouchEvent move0 = TouchWithType(ET_TOUCH_MOVED, ids[0]);
gesture_point.cc 57 if (event.type() == ui::ET_TOUCH_MOVED) {
116 return event.type() == ui::ET_TOUCH_MOVED &&
motion_event_aura.cc 64 case ET_TOUCH_MOVED:
247 case ET_TOUCH_MOVED:
  /external/chromium_org/content/browser/web_contents/aura/
window_slider_unittest.cc 367 ui::TouchEvent move1(ui::ET_TOUCH_MOVED,
390 ui::TouchEvent move2(ui::ET_TOUCH_MOVED,
403 ui::TouchEvent move3(ui::ET_TOUCH_MOVED,
  /external/chromium_org/ui/events/x/
events_x.cc 228 ui::ET_TOUCH_MOVED;
246 return ui::ET_TOUCH_MOVED;
320 return ui::ET_TOUCH_MOVED;
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura_browsertest.cc 332 ui::TouchEvent move1(ui::ET_TOUCH_MOVED,
344 ui::TouchEvent inc(ui::ET_TOUCH_MOVED,
354 ui::TouchEvent inc(ui::ET_TOUCH_MOVED,
364 ui::TouchEvent inc(ui::ET_TOUCH_MOVED,
  /external/chromium_org/ui/aura/
window_event_dispatcher_unittest.cc 532 case ui::ET_TOUCH_MOVED:
746 ui::ET_TOUCH_MOVED, touch_location, 0, ui::EventTimeForNow());
871 ui::TouchEvent move(ui::ET_TOUCH_MOVED,
876 EXPECT_FALSE(recorder.HasReceivedEvent(ui::ET_TOUCH_MOVED));
881 EXPECT_FALSE(recorder.HasReceivedEvent(ui::ET_TOUCH_MOVED));
883 EXPECT_TRUE(recorder.HasReceivedEvent(ui::ET_TOUCH_MOVED));
    [all...]
  /external/chromium_org/ui/wm/core/
compound_event_filter_unittest.cc 139 ui::TouchEvent move(ui::ET_TOUCH_MOVED, gfx::Point(10, 10), 1, GetTime());
  /external/chromium_org/ui/aura/test/
event_generator.cc 240 ui::ET_TOUCH_MOVED, GetLocationInCurrentRoot(), touch_id, flags_,
336 ui::TouchEvent move(ui::ET_TOUCH_MOVED, location, kTouchId, timestamp);
409 ui::TouchEvent move(ui::ET_TOUCH_MOVED, points[i], i, move_time);

Completed in 2754 milliseconds

1 2