Searched refs:WithRelativeMotionMatcher (Results 1 – 1 of 1) sorted by relevance
696 class WithRelativeMotionMatcher {699 explicit WithRelativeMotionMatcher(size_t pointerIndex, float relX, float relY) in WithRelativeMotionMatcher() function733 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()