Searched refs:WithKeyCodeMatcher (Results 1 – 1 of 1) sorted by relevance
529 class WithKeyCodeMatcher {532 explicit WithKeyCodeMatcher(int32_t keyCode) : mKeyCode(keyCode) {} in WithKeyCodeMatcher() function552 inline WithKeyCodeMatcher WithKeyCode(int32_t keyCode) { in WithKeyCode()553 return WithKeyCodeMatcher(keyCode); in WithKeyCode()