Home
last modified time | relevance | path

Searched refs:touch_move (Results 1 – 8 of 8) sorted by relevance

/third_party/libinput/test/
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,
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,
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,
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,
Dlitest-int.h85 bool (*touch_move)(struct litest_device *d, unsigned int slot, double x, double y); member
Dlitest-device-protocol-a-touch-screen.c179 .touch_move = protocolA_move,
Dlitest.c2117 if (d->interface->touch_move && in slot_move()
2118 d->interface->touch_move(d, slot, x, y)) in slot_move()
/third_party/chromium/patch/
D0003_ohos_nweb.patch32389 + 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);