Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DTestEventMatchers.h394 class WithPointerCountMatcher {
397 explicit WithPointerCountMatcher(size_t pointerCount) : mPointerCount(pointerCount) {} in WithPointerCountMatcher() function
425 inline WithPointerCountMatcher WithPointerCount(size_t pointerCount) { in WithPointerCount()
426 return WithPointerCountMatcher(pointerCount); in WithPointerCount()