Searched refs:weston_touch_grab (Results 1 – 8 of 8) sorted by relevance
/third_party/weston/kiosk-shell/ |
D | kiosk-shell-grab.c | 34 struct weston_touch_grab touch_grab; 135 touch_move_grab_down(struct weston_touch_grab *grab, in touch_move_grab_down() 142 touch_move_grab_up(struct weston_touch_grab *touch_grab, in touch_move_grab_up() 156 touch_move_grab_motion(struct weston_touch_grab *touch_grab, in touch_move_grab_motion() 181 touch_move_grab_frame(struct weston_touch_grab *grab) in touch_move_grab_frame() 186 touch_move_grab_cancel(struct weston_touch_grab *touch_grab) in touch_move_grab_cancel()
|
/third_party/weston/libweston-desktop/ |
D | seat.c | 46 struct weston_touch_grab touch; 182 weston_desktop_seat_popup_grab_touch_down(struct weston_touch_grab *grab, in weston_desktop_seat_popup_grab_touch_down() 191 weston_desktop_seat_popup_grab_touch_up(struct weston_touch_grab *grab, in weston_desktop_seat_popup_grab_touch_up() 199 weston_desktop_seat_popup_grab_touch_motion(struct weston_touch_grab *grab, in weston_desktop_seat_popup_grab_touch_motion() 208 weston_desktop_seat_popup_grab_touch_frame(struct weston_touch_grab *grab) in weston_desktop_seat_popup_grab_touch_frame() 214 weston_desktop_seat_popup_grab_touch_cancel(struct weston_touch_grab *grab) in weston_desktop_seat_popup_grab_touch_cancel()
|
/third_party/weston/include/libweston/ |
D | libweston.h | 427 struct weston_touch_grab; 429 void (*down)(struct weston_touch_grab *grab, 434 void (*up)(struct weston_touch_grab *grab, 437 void (*motion)(struct weston_touch_grab *grab, 442 void (*frame)(struct weston_touch_grab *grab); 443 void (*cancel)(struct weston_touch_grab *grab); 446 struct weston_touch_grab { struct 608 struct weston_touch_grab *grab; 609 struct weston_touch_grab default_grab; 688 struct weston_touch_grab *grab);
|
/third_party/weston/libweston/ |
D | data-device.c | 60 struct weston_touch_grab grab; 729 drag_grab_touch_down(struct weston_touch_grab *grab, in drag_grab_touch_down() 748 drag_grab_touch_up(struct weston_touch_grab *grab, in drag_grab_touch_up() 781 drag_grab_touch_motion(struct weston_touch_grab *grab, in drag_grab_touch_motion() 814 drag_grab_touch_frame(struct weston_touch_grab *grab) in drag_grab_touch_frame() 819 drag_grab_touch_cancel(struct weston_touch_grab *grab) in drag_grab_touch_cancel()
|
D | input.c | 846 default_grab_touch_down(struct weston_touch_grab *grab, in default_grab_touch_down() 888 default_grab_touch_up(struct weston_touch_grab *grab, in default_grab_touch_up() 933 default_grab_touch_motion(struct weston_touch_grab *grab, in default_grab_touch_motion() 962 default_grab_touch_frame(struct weston_touch_grab *grab) in default_grab_touch_frame() 968 default_grab_touch_cancel(struct weston_touch_grab *grab) in default_grab_touch_cancel() 1635 weston_touch_start_grab(struct weston_touch *touch, struct weston_touch_grab *grab) in weston_touch_start_grab() 2378 struct weston_touch_grab *grab = device->aggregate->grab; in process_touch_normal() 2620 struct weston_touch_grab *grab; in notify_touch_frame() 2640 struct weston_touch_grab *grab; in notify_touch_cancel()
|
/third_party/wayland-ivi-extension/ivi-input-modules/ivi-input-controller/src/ |
D | ivi-input-controller.c | 44 struct weston_touch_grab touch_grab; 803 touch_grab_down(struct weston_touch_grab *grab, const struct timespec *time, in touch_grab_down() 817 touch_grab_up(struct weston_touch_grab *grab, const struct timespec *time, in touch_grab_up() 838 touch_grab_motion(struct weston_touch_grab *grab, const struct timespec *time, int touch_id, in touch_grab_motion() 845 touch_grab_frame(struct weston_touch_grab *grab) in touch_grab_frame() 851 touch_grab_cancel(struct weston_touch_grab *grab) in touch_grab_cancel()
|
/third_party/weston/ivi-shell/ |
D | hmi-controller.c | 1332 struct weston_touch_grab grab; 1581 touch_move_grab_motion(struct weston_touch_grab *grab, in touch_move_grab_motion() 1617 touch_nope_grab_down(struct weston_touch_grab *grab, in touch_nope_grab_down() 1624 touch_move_workspace_grab_up(struct weston_touch_grab *grab, in touch_move_workspace_grab_up() 1649 touch_move_workspace_grab_frame(struct weston_touch_grab *grab) in touch_move_workspace_grab_frame() 1654 touch_move_workspace_grab_cancel(struct weston_touch_grab *grab) in touch_move_workspace_grab_cancel()
|
/third_party/weston/desktop-shell/ |
D | shell.c | 156 struct weston_touch_grab grab; 1351 touch_move_grab_down(struct weston_touch_grab *grab, in touch_move_grab_down() 1358 touch_move_grab_up(struct weston_touch_grab *grab, const struct timespec *time, in touch_move_grab_up() 1375 touch_move_grab_motion(struct weston_touch_grab *grab, in touch_move_grab_motion() 1396 touch_move_grab_frame(struct weston_touch_grab *grab) in touch_move_grab_frame() 1401 touch_move_grab_cancel(struct weston_touch_grab *grab) in touch_move_grab_cancel()
|