Searched refs:touch_move (Results 1 - 7 of 7) sorted by relevance
/third_party/libinput/test/ |
H A D | litest-device-xen-virtual-pointer.c | 43 touch_move(struct litest_device *d, unsigned int slot, double x, double y) in touch_move() function 65 .touch_move = touch_move,
|
H A D | litest-device-qemu-usb-tablet.c | 43 touch_move(struct litest_device *d, unsigned int slot, double x, double y) in touch_move() function 65 .touch_move = touch_move,
|
H A D | litest-device-vmware-virtual-usb-mouse.c | 43 touch_move(struct litest_device *d, unsigned int slot, double x, double y) in touch_move() function 65 .touch_move = touch_move,
|
H A D | litest-device-alps-3fg.c | 70 touch_move(struct litest_device *d, unsigned int slot, double x, double y) in touch_move() function 132 .touch_move = touch_move,
|
H A D | litest-int.h | 88 bool (*touch_move)(struct litest_device *d, unsigned int slot, double x, double y); member
|
H A D | litest-device-protocol-a-touch-screen.c | 179 .touch_move = protocolA_move,
|
H A D | litest.c | 2117 if (d->interface->touch_move && in slot_move() 2118 d->interface->touch_move(d, slot, x, y)) in slot_move()
|
Completed in 10 milliseconds