Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DTestEventMatchers.h381 class WithPointerCountMatcher {
384 explicit WithPointerCountMatcher(size_t pointerCount) : mPointerCount(pointerCount) {} in WithPointerCountMatcher() function
412 inline WithPointerCountMatcher WithPointerCount(size_t pointerCount) { in WithPointerCount()
413 return WithPointerCountMatcher(pointerCount); in WithPointerCount()