Searched refs:touch_move (Results 1 – 8 of 8) sorted by relevance
/third_party/libinput/test/ |
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,
|
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,
|
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,
|
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,
|
D | litest-int.h | 88 bool (*touch_move)(struct litest_device *d, unsigned int slot, double x, double y); member
|
D | litest-device-protocol-a-touch-screen.c | 179 .touch_move = protocolA_move,
|
D | litest.c | 2117 if (d->interface->touch_move && in slot_move() 2118 d->interface->touch_move(d, slot, x, y)) in slot_move()
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 63935 + CefTouchEvent touch_move; 63936 + touch_move.type = CEF_TET_MOVED; 63937 + touch_move.pointer_type = CEF_POINTER_TYPE_TOUCH; 63938 + touch_move.id = id; 63939 + touch_move.x = x; 63940 + touch_move.y = y; 63941 + touch_move.modifiers = EVENTFLAG_NONE; 63943 + browser_->GetHost()->SendTouchEvent(touch_move);
|