Home
last modified time | relevance | path

Searched refs:touch_id (Results 1 – 12 of 12) sorted by relevance

/third_party/weston/libweston-desktop/
Dseat.c184 int touch_id, in weston_desktop_seat_popup_grab_touch_down() argument
187 weston_touch_send_down(grab->touch, time, touch_id, sx, sy); in weston_desktop_seat_popup_grab_touch_down()
193 int touch_id) in weston_desktop_seat_popup_grab_touch_up() argument
195 weston_touch_send_up(grab->touch, time, touch_id); in weston_desktop_seat_popup_grab_touch_up()
201 int touch_id, in weston_desktop_seat_popup_grab_touch_motion() argument
204 weston_touch_send_motion(grab->touch, time, touch_id, sx, sy); in weston_desktop_seat_popup_grab_touch_motion()
/third_party/weston/libweston/
Dbackend.h216 int touch_id,
227 int touch_id, double x, double y, int touch_type) in notify_touch() argument
229 notify_touch_normalized(device, time, touch_id, x, y, NULL, touch_type); in notify_touch()
Dinput.c818 int touch_id, wl_fixed_t x, wl_fixed_t y) in weston_touch_send_down() argument
841 touch_id, sx, sy); in weston_touch_send_down()
847 const struct timespec *time, int touch_id, in default_grab_touch_down() argument
850 weston_touch_send_down(grab->touch, time, touch_id, x, y); in default_grab_touch_down()
865 int touch_id) in weston_touch_send_up() argument
883 wl_touch_send_up(resource, serial, msecs, touch_id); in weston_touch_send_up()
889 const struct timespec *time, int touch_id) in default_grab_touch_up() argument
891 weston_touch_send_up(grab->touch, time, touch_id); in default_grab_touch_up()
908 const struct timespec *time, int touch_id, in weston_touch_send_motion() argument
928 touch_id, sx, sy); in weston_touch_send_motion()
[all …]
Ddata-device.c730 const struct timespec *time, int touch_id, in drag_grab_touch_down() argument
749 const struct timespec *time, int touch_id) in drag_grab_touch_up() argument
755 if (touch_id != touch->grab_touch_id) in drag_grab_touch_up()
783 int touch_id, wl_fixed_t x, wl_fixed_t y) in drag_grab_touch_motion() argument
792 if (touch_id != touch->grab_touch_id) in drag_grab_touch_motion()
/third_party/weston/kiosk-shell/
Dkiosk-shell-grab.c137 int touch_id, wl_fixed_t x, wl_fixed_t y) in touch_move_grab_down() argument
143 const struct timespec *time, int touch_id) in touch_move_grab_up() argument
148 if (touch_id == 0) in touch_move_grab_up()
157 const struct timespec *time, int touch_id, in touch_move_grab_motion() argument
/third_party/wayland-ivi-extension/ivi-input-modules/ivi-input-controller/src/
Divi-input-controller.c736 int touch_id, wl_fixed_t x, wl_fixed_t y) in input_ctrl_touch_set_west_focus() argument
757 weston_touch_send_down(touch, time, touch_id, x, y); in input_ctrl_touch_set_west_focus()
764 weston_touch_send_down(touch, time, touch_id, x, y); in input_ctrl_touch_set_west_focus()
804 int touch_id, wl_fixed_t x, wl_fixed_t y) in touch_grab_down() argument
812 input_ctrl_touch_set_west_focus(seat, grab->touch, time, touch_id, in touch_grab_down()
818 int touch_id) in touch_grab_up() argument
833 weston_touch_send_up(touch, time, touch_id); in touch_grab_up()
838 touch_grab_motion(struct weston_touch_grab *grab, const struct timespec *time, int touch_id, in touch_grab_motion() argument
841 weston_touch_send_motion(grab->touch, time, touch_id, x, y); in touch_grab_motion()
/third_party/weston/include/libweston/
Dlibweston.h431 int touch_id,
436 int touch_id);
439 int touch_id,
694 int touch_id, wl_fixed_t x, wl_fixed_t y);
697 int touch_id);
700 const struct timespec *time, int touch_id,
/third_party/weston/tests/
Dweston-test.c588 int32_t touch_id, wl_fixed_t x, wl_fixed_t y, uint32_t touch_type) in send_touch() argument
598 notify_touch(device, &time, touch_id, wl_fixed_to_double(x), in send_touch()
/third_party/weston/ivi-shell/
Dhmi-controller.c1582 const struct timespec *time, int touch_id, in touch_move_grab_motion() argument
1619 int touch_id, wl_fixed_t sx, wl_fixed_t sy) in touch_nope_grab_down() argument
1626 int touch_id) in touch_move_workspace_grab_up() argument
1630 if (0 == touch_id) in touch_move_workspace_grab_up()
/third_party/weston/clients/
Dwindow.h637 touch_grab(struct input *input, int32_t touch_id);
Dwindow.c2673 touch_grab(struct input *input, int32_t touch_id) in touch_grab() argument
2676 input->touch_grab_id = touch_id; in touch_grab()
/third_party/weston/desktop-shell/
Dshell.c1353 int touch_id, wl_fixed_t x, wl_fixed_t y) in touch_move_grab_down() argument
1359 int touch_id) in touch_move_grab_up() argument
1365 if (touch_id == 0) in touch_move_grab_up()
1376 const struct timespec *time, int touch_id, in touch_move_grab_motion() argument