Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DPointerChoreographer_test.cpp2343 void metaKeyCombinationDoesNotHidePointer(FakePointerController& pc, int32_t keyCode, in metaKeyCombinationDoesNotHidePointer() function in android::PointerVisibilityOnKeyPressTest
2466 metaKeyCombinationDoesNotHidePointer(*pc, AKEYCODE_A, AKEYCODE_ALT_LEFT); in TEST_F()
2467 metaKeyCombinationDoesNotHidePointer(*pc, AKEYCODE_A, AKEYCODE_ALT_RIGHT); in TEST_F()
2468 metaKeyCombinationDoesNotHidePointer(*pc, AKEYCODE_A, AKEYCODE_CTRL_LEFT); in TEST_F()
2469 metaKeyCombinationDoesNotHidePointer(*pc, AKEYCODE_A, AKEYCODE_CTRL_RIGHT); in TEST_F()
2470 metaKeyCombinationDoesNotHidePointer(*pc, AKEYCODE_A, AKEYCODE_SYM); in TEST_F()
2471 metaKeyCombinationDoesNotHidePointer(*pc, AKEYCODE_A, AKEYCODE_FUNCTION); in TEST_F()
2472 metaKeyCombinationDoesNotHidePointer(*pc, AKEYCODE_A, AKEYCODE_META_LEFT); in TEST_F()
2473 metaKeyCombinationDoesNotHidePointer(*pc, AKEYCODE_A, AKEYCODE_META_RIGHT); in TEST_F()