Home
last modified time | relevance | path

Searched refs:LIBINPUT_CONFIG_SCROLL_EDGE (Results 1 – 13 of 13) sorted by relevance

/third_party/libinput/tools/
Dlibinput-list-devices.c158 (method == LIBINPUT_CONFIG_SCROLL_EDGE) ? "*" : "", in scroll_defaults()
159 (scroll_methods & LIBINPUT_CONFIG_SCROLL_EDGE) ? "edge " : "", in scroll_defaults()
Dshared.c180 LIBINPUT_CONFIG_SCROLL_EDGE; in tools_parse_option()
Dlibinput-debug-events.c191 if (scroll_methods & LIBINPUT_CONFIG_SCROLL_EDGE) in print_device_options()
/third_party/libinput/src/
Devdev-mt-touchpad-edge-scroll.c77 if (tp->scroll.method != LIBINPUT_CONFIG_SCROLL_EDGE) in tp_touch_get_edge()
341 if (tp->scroll.method != LIBINPUT_CONFIG_SCROLL_EDGE) { in tp_edge_scroll_handle_state()
Devdev-mt-touchpad-thumb.c89 tp->scroll.method != LIBINPUT_CONFIG_SCROLL_EDGE); in tp_thumb_in_exclusion_area()
118 tp->scroll.method == LIBINPUT_CONFIG_SCROLL_EDGE) in tp_thumb_needs_jail()
Dlibinput.h5493 LIBINPUT_CONFIG_SCROLL_EDGE = (1 << 1), enumerator
Devdev-mt-touchpad.c3036 uint32_t methods = LIBINPUT_CONFIG_SCROLL_EDGE; in tp_scroll_get_methods()
3043 return LIBINPUT_CONFIG_SCROLL_EDGE; in tp_scroll_get_methods()
3099 method = LIBINPUT_CONFIG_SCROLL_EDGE; in tp_scroll_get_default_method()
Dlibinput.c4155 case LIBINPUT_CONFIG_SCROLL_EDGE: in libinput_device_config_scroll_set_method()
/third_party/libinput/test/
Dtest-keyboard.c468 LIBINPUT_CONFIG_SCROLL_EDGE); in START_TEST()
Dlitest.h1008 LIBINPUT_CONFIG_SCROLL_EDGE); in litest_enable_edge_scroll()
Dtest-touchpad.c785 ck_assert(method & LIBINPUT_CONFIG_SCROLL_EDGE); in START_TEST()
794 expected = LIBINPUT_CONFIG_SCROLL_EDGE; in START_TEST()
802 LIBINPUT_CONFIG_SCROLL_EDGE); in START_TEST()
/third_party/libinput/export_include/
Dlibinput.h5493 LIBINPUT_CONFIG_SCROLL_EDGE = (1 << 1), enumerator
/third_party/weston/compositor/
Dmain.c1583 method = LIBINPUT_CONFIG_SCROLL_EDGE; in configure_input_device_scroll()