Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DTestEventMatchers.h337 class WithRawCoordsMatcher {
340 explicit WithRawCoordsMatcher(size_t pointerIndex, float rawX, float rawY) in WithRawCoordsMatcher() function
372 inline WithRawCoordsMatcher WithRawCoords(float rawX, float rawY) { in WithRawCoords()
373 return WithRawCoordsMatcher(0, rawX, rawY); in WithRawCoords()
376 inline WithRawCoordsMatcher WithPointerRawCoords(size_t pointerIndex, float rawX, float rawY) { in WithPointerRawCoords()
377 return WithRawCoordsMatcher(pointerIndex, rawX, rawY); in WithPointerRawCoords()