Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DTestEventMatchers.h417 class WithPointersMatcher {
420 explicit WithPointersMatcher(std::map<int32_t, PointF> pointers) : mPointers(pointers) {} in WithPointersMatcher() function
463 inline WithPointersMatcher WithPointers( in WithPointers()
465 return WithPointersMatcher(pointers); in WithPointers()