Lines Matching refs:kiosk_shell_grab
29 struct kiosk_shell_grab { struct
40 kiosk_shell_grab_destroy(struct kiosk_shell_grab *shgrab); argument
74 struct kiosk_shell_grab *shgrab = in pointer_move_grab_motion()
75 container_of(pointer_grab, struct kiosk_shell_grab, pointer_grab); in pointer_move_grab_motion()
101 struct kiosk_shell_grab *shgrab = in pointer_move_grab_button()
102 container_of(pointer_grab, struct kiosk_shell_grab, pointer_grab); in pointer_move_grab_button()
114 struct kiosk_shell_grab *shgrab = in pointer_move_grab_cancel()
115 container_of(pointer_grab, struct kiosk_shell_grab, pointer_grab); in pointer_move_grab_cancel()
145 struct kiosk_shell_grab *shgrab = in touch_move_grab_up()
146 container_of(touch_grab, struct kiosk_shell_grab, touch_grab); in touch_move_grab_up()
160 struct kiosk_shell_grab *shgrab = in touch_move_grab_motion()
161 container_of(touch_grab, struct kiosk_shell_grab, touch_grab); in touch_move_grab_motion()
188 struct kiosk_shell_grab *shgrab = in touch_move_grab_cancel()
189 container_of(touch_grab, struct kiosk_shell_grab, touch_grab); in touch_move_grab_cancel()
209 struct kiosk_shell_grab *shgrab = in kiosk_shell_grab_handle_shsurf_destroy()
210 container_of(listener, struct kiosk_shell_grab, in kiosk_shell_grab_handle_shsurf_destroy()
216 static struct kiosk_shell_grab *
219 struct kiosk_shell_grab *shgrab; in kiosk_shell_grab_create()
240 struct kiosk_shell_grab *shgrab; in kiosk_shell_grab_start_for_pointer_move()
272 struct kiosk_shell_grab *shgrab; in kiosk_shell_grab_start_for_touch_move()
301 kiosk_shell_grab_destroy(struct kiosk_shell_grab *shgrab) in kiosk_shell_grab_destroy()