Searched refs:WithKeyCodeMatcher (Results 1 – 1 of 1) sorted by relevance
548 class WithKeyCodeMatcher {551 explicit WithKeyCodeMatcher(int32_t keyCode) : mKeyCode(keyCode) {} in WithKeyCodeMatcher() function571 inline WithKeyCodeMatcher WithKeyCode(int32_t keyCode) { in WithKeyCode()572 return WithKeyCodeMatcher(keyCode); in WithKeyCode()