Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DTestEventMatchers.h516 class WithKeyCodeMatcher {
519 explicit WithKeyCodeMatcher(int32_t keyCode) : mKeyCode(keyCode) {} in WithKeyCodeMatcher() function
539 inline WithKeyCodeMatcher WithKeyCode(int32_t keyCode) { in WithKeyCode()
540 return WithKeyCodeMatcher(keyCode); in WithKeyCode()