Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DKeyboardInputMapper_test.cpp73 void testTouchpadTapStateForKeys(const std::vector<int32_t>& keyCodes, in testTouchpadTapStateForKeys() function in android::KeyboardInputMapperUnitTest
92 testTouchpadTapStateForKeys({KEY_0, KEY_A, KEY_LEFTCTRL}, /* expectPrevent= */ false); in TEST_F()
100 testTouchpadTapStateForKeys({KEY_0, KEY_A}, /* expectPrevent= */ true); in TEST_F()
111 testTouchpadTapStateForKeys(metaKeys, /* expectPrevent= */ false); in TEST_F()