Home
last modified time | relevance | path

Searched defs:consumeKeyEvent (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DFakeWindows.h243 inline std::unique_ptr<KeyEvent> consumeKeyEvent(const ::testing::Matcher<KeyEvent>& matcher) { in consumeKeyEvent() function
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/input/
H A DWindowFocusTests.java591 private KeyEvent consumeKeyEvent(int action, int keyCode, int flags) { in consumeKeyEvent() method in WindowFocusTests.InputTargetActivity