Home
last modified time | relevance | path

Searched refs:axis_type (Results 1 – 2 of 2) sorted by relevance

/third_party/libinput/test/
Dlitest.c3562 enum libinput_event_type axis_type, in litest_is_axis_event() argument
3568 litest_assert(axis_type == LIBINPUT_EVENT_POINTER_SCROLL_WHEEL || in litest_is_axis_event()
3569 axis_type == LIBINPUT_EVENT_POINTER_SCROLL_FINGER || in litest_is_axis_event()
3570 axis_type == LIBINPUT_EVENT_POINTER_SCROLL_CONTINUOUS); in litest_is_axis_event()
3575 axis_type); in litest_is_axis_event()
3990 enum libinput_event_type axis_type, in litest_assert_scroll() argument
4000 litest_assert(axis_type == LIBINPUT_EVENT_POINTER_SCROLL_WHEEL || in litest_assert_scroll()
4001 axis_type == LIBINPUT_EVENT_POINTER_SCROLL_FINGER || in litest_assert_scroll()
4002 axis_type == LIBINPUT_EVENT_POINTER_SCROLL_CONTINUOUS); in litest_assert_scroll()
4012 ptrev = litest_is_axis_event(event, axis_type, axis, 0); in litest_assert_scroll()
[all …]
Dlitest.h751 enum libinput_event_type axis_type,
823 enum libinput_event_type axis_type,
829 enum libinput_event_type axis_type,
839 enum libinput_event_type axis_type);