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

1 2 3

  /external/chromium_org/ui/events/gestures/
motion_event_aura_unittest.cc 58 TouchEvent press0 = TouchWithType(ET_TOUCH_PRESSED, ids[0]);
64 TouchEvent press1 = TouchWithType(ET_TOUCH_PRESSED, ids[1]);
71 TouchEvent press2 = TouchWithType(ET_TOUCH_PRESSED, ids[2]);
114 TouchEvent press0 = TouchWithType(ET_TOUCH_PRESSED, ids[0]);
116 TouchEvent press1 = TouchWithType(ET_TOUCH_PRESSED, ids[1]);
118 TouchEvent press2 = TouchWithType(ET_TOUCH_PRESSED, ids[2]);
162 TouchWithPosition(ET_TOUCH_PRESSED, ids[0], x, y, raw_x, raw_y, r, p);
180 TouchWithPosition(ET_TOUCH_PRESSED, ids[1], x, y, raw_x, raw_y, r, p);
243 ui::ET_TOUCH_PRESSED, ids[0], times_in_ms[0]);
248 ui::ET_TOUCH_PRESSED, ids[1], times_in_ms[1])
    [all...]
gesture_provider_aura.cc 34 if (event.type() == ET_TOUCH_PRESSED && pointer_id_is_active) {
37 } else if (event.type() != ET_TOUCH_PRESSED && !pointer_id_is_active) {
motion_event_aura.cc 54 case ET_TOUCH_PRESSED:
225 case ET_TOUCH_PRESSED:
  /external/chromium_org/ui/chromeos/
touch_exploration_controller.cc 93 if (type == ui::ET_TOUCH_PRESSED) {
149 if (type == ui::ET_TOUCH_PRESSED) {
168 if (type == ui::ET_TOUCH_PRESSED) {
201 if (type == ui::ET_TOUCH_PRESSED) {
209 new ui::TouchEvent(ui::ET_TOUCH_PRESSED,
232 if (type == ui::ET_TOUCH_PRESSED) {
258 if (type == ui::ET_TOUCH_PRESSED) {
264 new ui::TouchEvent(ui::ET_TOUCH_PRESSED,
336 if (type == ui::ET_TOUCH_PRESSED) {
488 case ET_TOUCH_PRESSED
    [all...]
touch_exploration_controller_unittest.cc 128 ui::TouchEvent touch_press(ui::ET_TOUCH_PRESSED, tap_location, 0, Now());
353 ui::ET_TOUCH_PRESSED,
366 if ((*it)->type() == ui::ET_TOUCH_PRESSED) {
431 ui::TouchEvent touch3_press(ui::ET_TOUCH_PRESSED,
439 ui::TouchEvent touch4_press(ui::ET_TOUCH_PRESSED,
654 EXPECT_EQ(ui::ET_TOUCH_PRESSED, captured_events[0]->type());
700 EXPECT_EQ(ui::ET_TOUCH_PRESSED, captured_events[0]->type());
754 ui::ET_TOUCH_PRESSED, second_touch_location, 1, Now());
763 EXPECT_EQ(ui::ET_TOUCH_PRESSED, captured_events[0]->type());
793 ui::ET_TOUCH_PRESSED, second_touch_location, 1, Now())
    [all...]
  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 617 case ui::ET_TOUCH_PRESSED:
716 ui::TouchEvent press(ui::ET_TOUCH_PRESSED, gfx::Point(101, 201),
774 ui::TouchEvent press(ui::ET_TOUCH_PRESSED, gfx::Point(101, 201),
817 ui::TouchEvent press(ui::ET_TOUCH_PRESSED, gfx::Point(365, 290),
858 ui::TouchEvent press(ui::ET_TOUCH_PRESSED, gfx::Point(46, 205),
915 ui::TouchEvent press(ui::ET_TOUCH_PRESSED, gfx::Point(400, 150),
1017 ui::TouchEvent press(ui::ET_TOUCH_PRESSED, gfx::Point(101, 201),
    [all...]
  /external/chromium_org/ui/events/
event_constants.h 24 ET_TOUCH_PRESSED,
event_utils.cc 54 case ET_TOUCH_PRESSED:
  /external/chromium_org/ash/shelf/
overflow_bubble.cc 89 if (event->type() == ui::ET_TOUCH_PRESSED)
shelf_widget_unittest.cc 267 ui::TouchEvent touch(ui::ET_TOUCH_PRESSED, event_location, 0,
285 ui::TouchEvent touch(ui::ET_TOUCH_PRESSED, event_location, 0,
  /external/chromium_org/chrome/browser/ui/views/
javascript_app_modal_event_blocker_x11.cc 86 if (event->type() == ui::ET_TOUCH_PRESSED)
  /external/chromium_org/ash/touch/
touch_observer_hud_unittest.cc 503 SendTouchEventToInternalHud(ui::ET_TOUCH_PRESSED, gfx::Point(10, 10), 1);
528 SendTouchEventToInternalHud(ui::ET_TOUCH_PRESSED, gfx::Point(10, 10), 1);
552 SendTouchEventToInternalHud(ui::ET_TOUCH_PRESSED, gfx::Point(10, 10), 1);
555 SendTouchEventToInternalHud(ui::ET_TOUCH_PRESSED, gfx::Point(20, 10), 2);
586 SendTouchEventToInternalHud(ui::ET_TOUCH_PRESSED, gfx::Point(10, 10), 1);
touch_hud_debug.cc 58 case ui::ET_TOUCH_PRESSED:
190 if (touch.type() == ui::ET_TOUCH_PRESSED)
277 if (point.type == ui::ET_TOUCH_PRESSED)
touch_uma.cc 106 case ui::ET_TOUCH_PRESSED:
288 if (event.type() == ui::ET_TOUCH_PRESSED) {
385 if (event.type() == ui::ET_TOUCH_PRESSED) {
touch_hud_projection.cc 153 if (event->type() == ui::ET_TOUCH_PRESSED) {
  /external/chromium_org/content/browser/renderer_host/
ui_events_helper.cc 44 return ui::ET_TOUCH_PRESSED;
60 case ui::ET_TOUCH_PRESSED:
76 case ui::ET_TOUCH_PRESSED:
101 type = ui::ET_TOUCH_PRESSED;
269 case ui::ET_TOUCH_PRESSED:
  /external/chromium_org/ash/host/
ash_window_tree_host_x11_unittest.cc 118 EXPECT_EQ(ui::ET_TOUCH_PRESSED, handler->last_touch_type());
179 EXPECT_EQ(ui::ET_TOUCH_PRESSED, handler2->last_touch_type());
192 EXPECT_EQ(ui::ET_TOUCH_PRESSED, handler2->last_touch_type());
  /external/chromium_org/ash/system/tray/
tray_event_filter.cc 50 if (event->type() == ui::ET_TOUCH_PRESSED && ProcessLocatedEvent(event))
  /external/chromium_org/mojo/examples/sample_app/
gles2_client_impl.cc 54 case ui::ET_TOUCH_PRESSED:
  /external/chromium_org/mojo/services/native_viewport/
native_viewport_android.cc 22 return ui::ET_TOUCH_PRESSED;
native_viewport_service.cc 104 case ui::ET_TOUCH_PRESSED:
  /external/chromium_org/ui/events/ozone/evdev/
touch_event_converter_evdev.cc 231 events_[current_slot_].type_ = ET_TOUCH_PRESSED;
270 events_[current_slot_++].type_ = ET_TOUCH_PRESSED;
  /external/chromium_org/ui/views/corewm/
capture_controller_unittest.cc 162 ui::ET_TOUCH_PRESSED, gfx::Point(), 0, 0, ui::EventTimeForNow(), 1.0f,
  /external/chromium_org/ui/wm/core/
compound_event_filter_unittest.cc 135 ui::ET_TOUCH_PRESSED, gfx::Point(90, 90), 1, GetTime());
156 ui::ET_TOUCH_PRESSED, gfx::Point(90, 90), 1, GetTime());
  /external/chromium_org/ui/aura/test/
event_generator.cc 228 ui::ET_TOUCH_PRESSED, GetLocationInCurrentRoot(), touch_id, flags_,
283 ui::TouchEvent press(ui::ET_TOUCH_PRESSED,
297 ui::TouchEvent press(ui::ET_TOUCH_PRESSED,
325 ui::TouchEvent press(ui::ET_TOUCH_PRESSED, start, kTouchId, timestamp);
396 ui::TouchEvent press(ui::ET_TOUCH_PRESSED,

Completed in 407 milliseconds

1 2 3