Home
last modified time | relevance | path

Searched refs:touch_move (Results 1 - 7 of 7) sorted by relevance

/third_party/libinput/test/
H A Dlitest-device-xen-virtual-pointer.c43 touch_move(struct litest_device *d, unsigned int slot, double x, double y) in touch_move() function
65 .touch_move = touch_move,
H A Dlitest-device-qemu-usb-tablet.c43 touch_move(struct litest_device *d, unsigned int slot, double x, double y) in touch_move() function
65 .touch_move = touch_move,
H A Dlitest-device-vmware-virtual-usb-mouse.c43 touch_move(struct litest_device *d, unsigned int slot, double x, double y) in touch_move() function
65 .touch_move = touch_move,
H A Dlitest-device-alps-3fg.c70 touch_move(struct litest_device *d, unsigned int slot, double x, double y) in touch_move() function
132 .touch_move = touch_move,
H A Dlitest-int.h88 bool (*touch_move)(struct litest_device *d, unsigned int slot, double x, double y); member
H A Dlitest-device-protocol-a-touch-screen.c179 .touch_move = protocolA_move,
H A Dlitest.c2117 if (d->interface->touch_move && in slot_move()
2118 d->interface->touch_move(d, slot, x, y)) in slot_move()

Completed in 8 milliseconds