Home
last modified time | relevance | path

Searched refs:WL_TOUCH_DOWN (Results 1 – 7 of 7) sorted by relevance

/third_party/weston/tests/
Dtouch-test.c79 send_touch(client, &t1, WL_TOUCH_DOWN); in TEST()
101 send_touch(client, &t1, WL_TOUCH_DOWN); in TEST()
119 send_touch(client, &t1, WL_TOUCH_DOWN); in TEST()
/third_party/weston/libweston/
Dtouch-calibration.c108 if (touch_type == WL_TOUCH_DOWN) in notify_touch_calibrator()
144 case WL_TOUCH_DOWN: in notify_touch_calibrator()
Dbindings.c388 if (touch->num_tp != 1 || touch_type != WL_TOUCH_DOWN) in weston_compositor_run_touch_binding()
Dlibinput-device.c462 handle_touch_with_coords(device, touch_event, WL_TOUCH_DOWN); in handle_touch_down()
Dinput.c2392 case WL_TOUCH_DOWN: in process_touch_normal()
2580 case WL_TOUCH_DOWN: in notify_touch_normalized()
/third_party/wayland_standard/tests/data/
Dexample-server.h3776 #define WL_TOUCH_DOWN 0 macro
3832 wl_resource_post_event(resource_, WL_TOUCH_DOWN, serial, time, surface, id, x, y); in wl_touch_send_down()
/third_party/weston/libweston/backend-wayland/
Dwayland.c2166 notify_touch(input->touch_device, &ts, id, x, y, WL_TOUCH_DOWN); in input_handle_touch_down()