Searched refs:litest_hover_move (Results 1 - 3 of 3) sorted by relevance
/third_party/libinput/test/ |
H A D | litest.c | 2684 litest_hover_move(struct litest_device *d, unsigned int slot, in litest_hover_move() function 2706 litest_hover_move(d, slot, in litest_hover_move_to() 2713 litest_hover_move(d, slot, x_to, y_to); in litest_hover_move_to() 2727 litest_hover_move(d, 0, x0 + dx / steps * i, in litest_hover_move_two_touches() 2729 litest_hover_move(d, 1, x1 + dx / steps * i, in litest_hover_move_two_touches() 2737 litest_hover_move(d, 0, x0 + dx, y0 + dy); in litest_hover_move_two_touches() 2738 litest_hover_move(d, 1, x1 + dx, y1 + dy); in litest_hover_move_two_touches()
|
H A D | litest.h | 696 void litest_hover_move(struct litest_device *d,
|
H A D | test-touchpad.c | 3263 litest_hover_move(dev, 0, 55, 55); in START_TEST() 3319 litest_hover_move(dev, 0, 25 + 5 * i, 25 + 5 * i); in START_TEST()
|
Completed in 16 milliseconds