Lines Matching defs:method
1755 /* switch method first, but enable lock when we already have a
2095 enum libinput_config_scroll_method method, expected;
2106 method = libinput_device_config_scroll_get_method(device);
2107 ck_assert_int_eq(method, expected);
2109 method = libinput_device_config_scroll_get_default_method(device);
2110 ck_assert_int_eq(method, expected);
2112 if (method == LIBINPUT_CONFIG_SCROLL_ON_BUTTON_DOWN) {
2125 enum libinput_config_scroll_method method;
2128 method = libinput_device_config_scroll_get_method(device);
2129 ck_assert_int_eq(method, LIBINPUT_CONFIG_SCROLL_NO_SCROLL);
2130 method = libinput_device_config_scroll_get_default_method(device);
2131 ck_assert_int_eq(method, LIBINPUT_CONFIG_SCROLL_NO_SCROLL);