Lines Matching defs:methods
62 uint32_t methods, method;
67 methods = libinput_device_config_click_get_methods(device);
68 ck_assert(methods & LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS);
69 ck_assert(methods & LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER);
89 uint32_t methods, method;
94 methods = libinput_device_config_click_get_methods(device);
95 ck_assert(methods & LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER);
96 ck_assert(methods & LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS);
116 uint32_t methods, method;
125 methods = libinput_device_config_click_get_methods(device);
126 ck_assert_int_eq(methods, 0);
847 uint32_t methods, method;
850 methods = libinput_device_config_click_get_methods(device);
851 ck_assert(!(methods & LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS));
852 ck_assert(methods & LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER);
2099 uint32_t methods;
2116 methods = libinput_device_config_click_get_methods(device);
2117 ck_assert(methods & LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS);
2118 ck_assert(methods & LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER);