Home
last modified time | relevance | path

Searched refs:setScrollMethodReturnValue (Results 1 – 3 of 3) sorted by relevance

/dports/x11-wm/plasma5-kwin/kwin-5.23.5/autotests/libinput/
H A Dmock_libinput.h69 int setScrollMethodReturnValue = 0; member
H A Ddevice_test.cpp1397 device.setScrollMethodReturnValue = setShouldFail; in testScrollTwoFinger()
1445 device.setScrollMethodReturnValue = setShouldFail; in testScrollEdge()
1493 device.setScrollMethodReturnValue = setShouldFail; in testScrollButtonDown()
2132 device.setScrollMethodReturnValue = false; in testLoadScrollMethod()
H A Dmock_libinput.cpp808 if (device->setScrollMethodReturnValue == 0) { in libinput_device_config_scroll_set_method()