Searched refs:litest_touch_move (Results 1 – 9 of 9) sorted by relevance
/third_party/libinput/test/ |
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(dev, in test_gesture_pinch_4fg() [all …]
|
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() 2046 litest_touch_move(dev, 0, 51, 99); in START_TEST() 3115 litest_touch_move(dev, 0, 72, 50); in START_TEST() 3116 litest_touch_move(dev, 1, 52, 50); in START_TEST() 3288 litest_touch_move(dev, 1, 50 + 5 * i, 50 - 5 * i); in START_TEST() 3693 litest_touch_move(dev, i, 20 + 10 * i + x, 30); in START_TEST() [all …]
|
D | litest.c | 2346 litest_touch_move(struct litest_device *d, in litest_touch_move() function 2555 litest_touch_move(d, 0, x0 + dx / steps * i, in litest_touch_move_two_touches() 2557 litest_touch_move(d, 1, x1 + dx / steps * i, in litest_touch_move_two_touches() 2565 litest_touch_move(d, 0, x0 + dx, y0 + dy); in litest_touch_move_two_touches() 2566 litest_touch_move(d, 1, x1 + dx, y1 + dy); in litest_touch_move_two_touches() 2585 litest_touch_move(d, 0, x0 + step_x, y0 + step_y); in litest_touch_move_three_touches() 2586 litest_touch_move(d, 1, x1 + step_x, y1 + step_y); in litest_touch_move_three_touches() 2587 litest_touch_move(d, 2, x2 + step_x, y2 + step_y); in litest_touch_move_three_touches()
|
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()
|
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()
|
D | test-touchpad-buttons.c | 965 litest_touch_move(dev, 2, 60, 50 + i); in START_TEST() 969 litest_touch_move(dev, 1, 50, 50 + i); in START_TEST() 972 litest_touch_move(dev, 0, 40, 50 + i); in START_TEST()
|
D | litest.h | 557 litest_touch_move(struct litest_device *d,
|
D | test-tablet.c | 4830 litest_touch_move(finger, 0, x + i, y + i); in START_TEST() 5626 litest_touch_move(finger, 0, x + i, y - i); in START_TEST()
|
D | test-touchpad-tap.c | 2328 litest_touch_move(dev, 0, 55, 55); in START_TEST()
|