Home
last modified time | relevance | path

Searched refs:WithPointerRelativeMotion (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DCapturedTouchpadEventConverter_test.cpp714 WithPointerRelativeMotion(0, 0, 0), in TEST_F()
716 WithPointerRelativeMotion(1, 0, 0), in TEST_F()
733 WithPointerRelativeMotion(1, 5, 2))), in TEST_F()
738 WithPointerRelativeMotion(1, 0, 0))))); in TEST_F()
742 WithPointerRelativeMotion(0, 0, 0), WithPointerCoords(1, 255, 202), in TEST_F()
H A DTestEventMatchers.h737 inline WithRelativeMotionMatcher WithPointerRelativeMotion(size_t pointerIndex, float relX, in WithPointerRelativeMotion() function