Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DTestEventMatchers.h469 class WithPointerIdsMatcher {
472 explicit WithPointerIdsMatcher(std::set<int32_t> pointerIds) : mPointerIds(pointerIds) {} in WithPointerIdsMatcher() function
511 inline WithPointerIdsMatcher WithPointerIds(const std::set<int32_t /*id*/>& pointerIds) { in WithPointerIds()
512 return WithPointerIdsMatcher(pointerIds); in WithPointerIds()