Searched refs:WithKeyCodeMatcher (Results 1 – 1 of 1) sorted by relevance
516 class WithKeyCodeMatcher {519 explicit WithKeyCodeMatcher(int32_t keyCode) : mKeyCode(keyCode) {} in WithKeyCodeMatcher() function539 inline WithKeyCodeMatcher WithKeyCode(int32_t keyCode) { in WithKeyCode()540 return WithKeyCodeMatcher(keyCode); in WithKeyCode()