Lines Matching defs:method
4387 enum libinput_config_click_method method)
4389 /* Check method is a single valid method */
4390 switch (method) {
4399 if ((libinput_device_config_click_get_methods(device) & method) != method)
4403 return device->config.click_method->set_method(device, method);
4405 /* method must be _NONE to get here */
4492 enum libinput_config_scroll_method method)
4494 /* Check method is a single valid method */
4495 switch (method) {
4505 if ((libinput_device_config_scroll_get_methods(device) & method) != method)
4509 return device->config.scroll_method->set_method(device, method);
4511 /* method must be _NO_SCROLL to get here */