Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DTestEventMatchers.h106 class WithMotionActionMatcher {
109 explicit WithMotionActionMatcher(int32_t action) : mAction(action) {} in WithMotionActionMatcher() function
140 inline WithMotionActionMatcher WithMotionAction(int32_t action) { in WithMotionAction()
141 return WithMotionActionMatcher(action); in WithMotionAction()