Home
last modified time | relevance | path

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

/third_party/libinput/tools/
Dlibinput-list-devices.c156 (method == LIBINPUT_CONFIG_SCROLL_2FG) ? "*" : "", in scroll_defaults()
157 (scroll_methods & LIBINPUT_CONFIG_SCROLL_2FG) ? "two-finger " : "", in scroll_defaults()
Dshared.c177 LIBINPUT_CONFIG_SCROLL_2FG; in tools_parse_option()
Dlibinput-debug-events.c189 if (scroll_methods & LIBINPUT_CONFIG_SCROLL_2FG) in print_device_options()
/third_party/libinput/test/
Dlitest.h985 LIBINPUT_CONFIG_SCROLL_2FG); in litest_has_2fg_scroll()
995 LIBINPUT_CONFIG_SCROLL_2FG); in litest_enable_2fg_scroll()
Dtest-keyboard.c465 LIBINPUT_CONFIG_SCROLL_2FG); in START_TEST()
Dtest-touchpad.c787 ck_assert(method & LIBINPUT_CONFIG_SCROLL_2FG); in START_TEST()
789 ck_assert((method & LIBINPUT_CONFIG_SCROLL_2FG) == 0); in START_TEST()
792 expected = LIBINPUT_CONFIG_SCROLL_2FG; in START_TEST()
805 LIBINPUT_CONFIG_SCROLL_2FG); in START_TEST()
/third_party/libinput/src/
Devdev-mt-touchpad-gestures.c608 if (tp->scroll.method != LIBINPUT_CONFIG_SCROLL_2FG) in tp_gesture_handle_state_scroll()
759 if (tp->scroll.method != LIBINPUT_CONFIG_SCROLL_2FG) in tp_gesture_stop_twofinger_scroll()
Devdev-mt-touchpad-thumb.c332 (tp->scroll.method != LIBINPUT_CONFIG_SCROLL_2FG || in tp_thumb_update_multifinger()
Dlibinput.h5488 LIBINPUT_CONFIG_SCROLL_2FG = (1 << 0), enumerator
Devdev-mt-touchpad.c3046 methods |= LIBINPUT_CONFIG_SCROLL_2FG; in tp_scroll_get_methods()
3096 if (methods & LIBINPUT_CONFIG_SCROLL_2FG) in tp_scroll_get_default_method()
3097 method = LIBINPUT_CONFIG_SCROLL_2FG; in tp_scroll_get_default_method()
Dlibinput.c4154 case LIBINPUT_CONFIG_SCROLL_2FG: in libinput_device_config_scroll_set_method()
/third_party/libinput/export_include/
Dlibinput.h5488 LIBINPUT_CONFIG_SCROLL_2FG = (1 << 0), enumerator
/third_party/weston/compositor/
Dmain.c1581 method = LIBINPUT_CONFIG_SCROLL_2FG; in configure_input_device_scroll()