/third_party/libinput/test/ |
H A D | test-gestures.c | 197 litest_touch_move(dev, in test_gesture_swipe_4fg() 201 litest_touch_move(dev, in test_gesture_swipe_4fg() 205 litest_touch_move(dev, in test_gesture_swipe_4fg() 209 litest_touch_move(dev, in test_gesture_swipe_4fg() 352 litest_touch_move(dev, in test_gesture_pinch_2fg() 356 litest_touch_move(dev, in test_gesture_pinch_2fg() 463 litest_touch_move(dev, in test_gesture_pinch_3fg() 467 litest_touch_move(dev, in test_gesture_pinch_3fg() 471 litest_touch_move(dev, in test_gesture_pinch_3fg() 579 litest_touch_move(de in test_gesture_pinch_4fg() [all...] |
H A D | litest.c | 2346 litest_touch_move(struct litest_device *d, in litest_touch_move() function 2595 litest_touch_move(d, 0, x0 + dx / steps * i, in litest_touch_move_two_touches() 2597 litest_touch_move(d, 1, x1 + dx / steps * i, in litest_touch_move_two_touches() 2605 litest_touch_move(d, 0, x0 + dx, y0 + dy); in litest_touch_move_two_touches() 2606 litest_touch_move(d, 1, x1 + dx, y1 + dy); in litest_touch_move_two_touches() 2625 litest_touch_move(d, 0, x0 + step_x, y0 + step_y); in litest_touch_move_three_touches() 2626 litest_touch_move(d, 1, x1 + step_x, y1 + step_y); in litest_touch_move_three_touches() 2627 litest_touch_move(d, 2, x2 + step_x, y2 + step_y); in litest_touch_move_three_touches()
|
H A D | test-touchpad.c | 211 litest_touch_move(dev, 0, 60, 30 + ydelta + (i * ratio)); in START_TEST() 217 litest_touch_move(dev, 0, 60, 30 + ydelta + i * ratio); in START_TEST() 593 litest_touch_move(dev, 0, 30, 95 - i); in START_TEST() 598 litest_touch_move(dev, 0, 30, 90 - i); in START_TEST() 599 litest_touch_move(dev, 1, 50, 95 - i); in START_TEST() 2054 litest_touch_move(dev, 0, 51, 99); in START_TEST() 3147 litest_touch_move(dev, 0, 72, 50); in START_TEST() 3148 litest_touch_move(dev, 1, 52, 50); in START_TEST() 3320 litest_touch_move(dev, 1, 50 + 5 * i, 50 - 5 * i); in START_TEST() 3724 litest_touch_move(de in START_TEST() [all...] |
H A D | test-misc.c | 374 litest_touch_move(dev, 0, 70 - i * 5, 30 + i * 5); in START_TEST() 375 litest_touch_move(dev, 1, 30 + i * 5, 70 - i * 5); in START_TEST()
|
H A D | test-touch.c | 781 litest_touch_move(dev, 0, pos, 100 - pos); in START_TEST() 782 litest_touch_move(dev, 1, 100 - pos, pos); in START_TEST()
|
H A D | test-touchpad-buttons.c | 991 litest_touch_move(dev, 2, 60, 50 + i); in START_TEST() 995 litest_touch_move(dev, 1, 50, 50 + i); in START_TEST() 998 litest_touch_move(dev, 0, 40, 50 + i); in START_TEST()
|
H A D | litest.h | 578 litest_touch_move(struct litest_device *d,
|
H A D | test-tablet.c | 4795 litest_touch_move(finger, 0, x + i, y + i); in assert_touch_is_arbitrated() 5643 litest_touch_move(finger, 0, x + i, y - i); in START_TEST()
|
H A D | test-touchpad-tap.c | 2328 litest_touch_move(dev, 0, 55, 55); in START_TEST()
|