Home
last modified time | relevance | path

Searched refs:LIBINPUT_CONFIG_SCROLL_NO_SCROLL (Results 1 – 12 of 12) sorted by relevance

/third_party/libinput/test/
Dtest-keyboard.c460 ck_assert_int_eq(method, LIBINPUT_CONFIG_SCROLL_NO_SCROLL); in START_TEST()
462 ck_assert_int_eq(method, LIBINPUT_CONFIG_SCROLL_NO_SCROLL); in START_TEST()
474 LIBINPUT_CONFIG_SCROLL_NO_SCROLL); in START_TEST()
Dtest-pointer.c106 LIBINPUT_CONFIG_SCROLL_NO_SCROLL); in disable_button_scrolling()
1712 expected = LIBINPUT_CONFIG_SCROLL_NO_SCROLL; in START_TEST()
1737 ck_assert_int_eq(method, LIBINPUT_CONFIG_SCROLL_NO_SCROLL); in START_TEST()
1739 ck_assert_int_eq(method, LIBINPUT_CONFIG_SCROLL_NO_SCROLL); in START_TEST()
2575 LIBINPUT_CONFIG_SCROLL_NO_SCROLL); in START_TEST()
2606 LIBINPUT_CONFIG_SCROLL_NO_SCROLL); in START_TEST()
Dtest-trackpoint.c110 LIBINPUT_CONFIG_SCROLL_NO_SCROLL); in START_TEST()
Dtest-touchpad.c3257 LIBINPUT_CONFIG_SCROLL_NO_SCROLL); in START_TEST()
/third_party/libinput/tools/
Dlibinput-list-devices.c147 if (scroll_methods == LIBINPUT_CONFIG_SCROLL_NO_SCROLL) { in scroll_defaults()
Dshared.c174 LIBINPUT_CONFIG_SCROLL_NO_SCROLL; in tools_parse_option()
Dlibinput-debug-events.c187 if (scroll_methods != LIBINPUT_CONFIG_SCROLL_NO_SCROLL) { in print_device_options()
/third_party/libinput/src/
Dlibinput.h5483 LIBINPUT_CONFIG_SCROLL_NO_SCROLL = 0, enumerator
Dlibinput.c4153 case LIBINPUT_CONFIG_SCROLL_NO_SCROLL: in libinput_device_config_scroll_set_method()
4177 return LIBINPUT_CONFIG_SCROLL_NO_SCROLL; in libinput_device_config_scroll_get_method()
4186 return LIBINPUT_CONFIG_SCROLL_NO_SCROLL; in libinput_device_config_scroll_get_default_method()
Devdev.c694 return LIBINPUT_CONFIG_SCROLL_NO_SCROLL; in evdev_scroll_get_default_method()
/third_party/libinput/export_include/
Dlibinput.h5483 LIBINPUT_CONFIG_SCROLL_NO_SCROLL = 0, enumerator
/third_party/weston/compositor/
Dmain.c1587 method = LIBINPUT_CONFIG_SCROLL_NO_SCROLL; in configure_input_device_scroll()
1595 if (method != LIBINPUT_CONFIG_SCROLL_NO_SCROLL && in configure_input_device_scroll()