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 | 85 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_nweb.patch | 32389 + CefTouchEvent touch_move; 32390 + touch_move.type = CEF_TET_MOVED; 32391 + touch_move.id = id; 32392 + touch_move.x = x; 32393 + touch_move.y = y; 32394 + touch_move.modifiers = EVENTFLAG_LEFT_MOUSE_BUTTON; 32396 + browser_->GetHost()->SendTouchEvent(touch_move);
|