Searched refs:pointer_grab (Results 1 – 3 of 3) sorted by relevance
/third_party/weston/kiosk-shell/ |
D | kiosk-shell-grab.c | 33 struct weston_pointer_grab pointer_grab; member 70 pointer_move_grab_motion(struct weston_pointer_grab *pointer_grab, in pointer_move_grab_motion() argument 75 container_of(pointer_grab, struct kiosk_shell_grab, pointer_grab); in pointer_move_grab_motion() 76 struct weston_pointer *pointer = pointer_grab->pointer; in pointer_move_grab_motion() 97 pointer_move_grab_button(struct weston_pointer_grab *pointer_grab, in pointer_move_grab_button() argument 102 container_of(pointer_grab, struct kiosk_shell_grab, pointer_grab); in pointer_move_grab_button() 103 struct weston_pointer *pointer = pointer_grab->pointer; in pointer_move_grab_button() 112 pointer_move_grab_cancel(struct weston_pointer_grab *pointer_grab) in pointer_move_grab_cancel() argument 115 container_of(pointer_grab, struct kiosk_shell_grab, pointer_grab); in pointer_move_grab_cancel() 262 shgrab->pointer_grab.interface = &pointer_move_grab_interface; in kiosk_shell_grab_start_for_pointer_move() [all …]
|
/third_party/wayland-ivi-extension/ivi-input-modules/ivi-input-controller/src/ |
D | ivi-input-controller.c | 43 struct weston_pointer_grab pointer_grab; member 595 return (NULL == ctx_seat->pointer_grab.pointer->focus); in input_ctrl_ptr_is_focus_emtpy() 603 ctx_seat->pointer_grab.pointer); in input_ctrl_ptr_clear_focus() 619 ctx_seat->pointer_grab.interface->focus( in input_ctrl_ptr_set_focus_surf() 620 &ctx_seat->pointer_grab); in input_ctrl_ptr_set_focus_surf() 625 ctx_seat->pointer_grab.interface->focus( in input_ctrl_ptr_set_focus_surf() 626 &ctx_seat->pointer_grab); in input_ctrl_ptr_set_focus_surf() 635 struct seat_ctx *seat = wl_container_of(grab, seat, pointer_grab); in pointer_grab_focus() 675 struct seat_ctx *seat = wl_container_of(grab, seat, pointer_grab); in pointer_grab_motion() 719 struct seat_ctx *ctx_seat = wl_container_of(grab, ctx_seat, pointer_grab); in pointer_grab_cancel() [all …]
|
/third_party/weston/ivi-shell/ |
D | hmi-controller.c | 1325 struct pointer_grab { struct 1349 struct pointer_grab base; argument 1360 pointer_grab_start(struct pointer_grab *grab, in pointer_grab_start() 1458 pointer_move_workspace_grab_end(struct pointer_grab *grab) in pointer_move_workspace_grab_end() 1609 struct pointer_grab *pg = (struct pointer_grab *)grab; in pointer_move_workspace_grab_button() 1642 struct pointer_grab *pg = (struct pointer_grab *)grab; in pointer_move_workspace_grab_cancel()
|