Searched refs:metaKeyCombinationDoesNotHidePointer (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/frameworks/native/services/inputflinger/tests/ |
H A D | PointerChoreographer_test.cpp | 2446 void metaKeyCombinationDoesNotHidePointer(FakePointerController& pc, int32_t keyCode, in metaKeyCombinationDoesNotHidePointer() function in android::PointerVisibilityAndTouchpadTapStateOnKeyPressTestFixture 2594 metaKeyCombinationDoesNotHidePointer(*pc, AKEYCODE_A, AKEYCODE_ALT_LEFT); in TEST_P() 2595 metaKeyCombinationDoesNotHidePointer(*pc, AKEYCODE_A, AKEYCODE_ALT_RIGHT); in TEST_P() 2596 metaKeyCombinationDoesNotHidePointer(*pc, AKEYCODE_A, AKEYCODE_CTRL_LEFT); in TEST_P() 2597 metaKeyCombinationDoesNotHidePointer(*pc, AKEYCODE_A, AKEYCODE_CTRL_RIGHT); in TEST_P() 2598 metaKeyCombinationDoesNotHidePointer(*pc, AKEYCODE_A, AKEYCODE_SYM); in TEST_P() 2599 metaKeyCombinationDoesNotHidePointer(*pc, AKEYCODE_A, AKEYCODE_FUNCTION); in TEST_P() 2600 metaKeyCombinationDoesNotHidePointer(*pc, AKEYCODE_A, AKEYCODE_META_LEFT); in TEST_P() 2601 metaKeyCombinationDoesNotHidePointer(*pc, AKEYCODE_A, AKEYCODE_META_RIGHT); in TEST_P()
|