Home
last modified time | relevance | path

Searched refs:weston_touch_has_focus_resource (Results 1 – 3 of 3) sorted by relevance

/third_party/weston/libweston/
Dlibweston-internal.h243 weston_touch_has_focus_resource(struct weston_touch *touch);
Dinput.c793 weston_touch_has_focus_resource(struct weston_touch *touch) in weston_touch_has_focus_resource() function
827 if (!weston_touch_has_focus_resource(touch)) in weston_touch_send_down()
873 if (!weston_touch_has_focus_resource(touch)) in weston_touch_send_up()
916 if (!weston_touch_has_focus_resource(touch)) in weston_touch_send_motion()
954 if (!weston_touch_has_focus_resource(touch)) in weston_touch_send_frame()
/third_party/wayland-ivi-extension/ivi-input-modules/ivi-input-controller/src/
Divi-input-controller.c773 if (!weston_touch_has_focus_resource(touch)) in input_ctrl_touch_west_send_cancel()