Searched refs:get_methods (Results 1 – 9 of 9) sorted by relevance
262 uint32_t (*get_methods)(struct libinput_device *device); member278 uint32_t (*get_methods)(struct libinput_device *device); member
973 tp->buttons.config_method.get_methods = tp_button_config_click_get_methods; in tp_init_buttons()
4251 return device->config.click_method->get_methods(device); in libinput_device_config_click_get_methods()4356 return device->config.scroll_method->get_methods(device); in libinput_device_config_scroll_get_methods()
877 device->scroll.config.get_methods = evdev_scroll_get_methods; in evdev_init_button_scroll()
3136 tp->scroll.config_method.get_methods = tp_scroll_config_scroll_method_get_methods; in tp_init_scroll()
208 def get_methods(self): member in Class
204 self.assertEqual(self.Mine.get_methods(), ('a_method',))
117 .. method:: get_methods()
409 def get_methods(self, c, token): member in Server