Home
last modified time | relevance | path

Searched refs:get_default_method (Results 1 – 5 of 5) sorted by relevance

/third_party/libinput/src/
Dlibinput-private.h266 enum libinput_config_scroll_method (*get_default_method)(struct libinput_device *device); member
282 enum libinput_config_click_method (*get_default_method)(struct libinput_device *device); member
Devdev-mt-touchpad-buttons.c976 tp->buttons.config_method.get_default_method = tp_button_config_click_get_default_method; in tp_init_buttons()
Dlibinput.c4293 return device->config.click_method->get_default_method(device); in libinput_device_config_click_get_default_method()
4399 return device->config.scroll_method->get_default_method(device); in libinput_device_config_scroll_get_default_method()
Devdev.c880 device->scroll.config.get_default_method = evdev_scroll_get_default_method; in evdev_init_button_scroll()
Devdev-mt-touchpad.c3139 tp->scroll.config_method.get_default_method = tp_scroll_config_scroll_method_get_default_method; in tp_init_scroll()