Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DTestEventMatchers.h696 class WithRelativeMotionMatcher {
699 explicit WithRelativeMotionMatcher(size_t pointerIndex, float relX, float relY) in WithRelativeMotionMatcher() function
733 inline WithRelativeMotionMatcher WithRelativeMotion(float relX, float relY) { in WithRelativeMotion()
734 return WithRelativeMotionMatcher(0, relX, relY); in WithRelativeMotion()
737 inline WithRelativeMotionMatcher WithPointerRelativeMotion(size_t pointerIndex, float relX, in WithPointerRelativeMotion()
739 return WithRelativeMotionMatcher(pointerIndex, relX, relY); in WithPointerRelativeMotion()