Searched refs:testDPadKeyRotation (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | InputReader_test.cpp | 3079 void testDPadKeyRotation(KeyboardInputMapper& mapper, int32_t originalScanCode, 3092 void KeyboardInputMapperTest::testDPadKeyRotation(KeyboardInputMapper& mapper, in testDPadKeyRotation() function in android::KeyboardInputMapperTest 3302 ASSERT_NO_FATAL_FAILURE(testDPadKeyRotation(mapper, in TEST_F() 3304 ASSERT_NO_FATAL_FAILURE(testDPadKeyRotation(mapper, in TEST_F() 3306 ASSERT_NO_FATAL_FAILURE(testDPadKeyRotation(mapper, in TEST_F() 3308 ASSERT_NO_FATAL_FAILURE(testDPadKeyRotation(mapper, in TEST_F() 3328 ASSERT_NO_FATAL_FAILURE(testDPadKeyRotation(mapper, KEY_DOWN, AKEYCODE_DPAD_DOWN, in TEST_F() 3330 ASSERT_NO_FATAL_FAILURE(testDPadKeyRotation(mapper, KEY_LEFT, AKEYCODE_DPAD_LEFT, in TEST_F() 3339 ASSERT_NO_FATAL_FAILURE(testDPadKeyRotation(mapper, KEY_DOWN, AKEYCODE_DPAD_DOWN, in TEST_F() 3341 ASSERT_NO_FATAL_FAILURE(testDPadKeyRotation(mapper, KEY_LEFT, AKEYCODE_DPAD_LEFT, in TEST_F() [all …]
|