Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2131 void testMotionRotation(CursorInputMapper* mapper,
2137 void CursorInputMapperTest::testMotionRotation(CursorInputMapper* mapper, in testMotionRotation() function in android::CursorInputMapperTest
2425 ASSERT_NO_FATAL_FAILURE(testMotionRotation(mapper, 0, 1, 0, 1)); in TEST_F()
2426 ASSERT_NO_FATAL_FAILURE(testMotionRotation(mapper, 1, 1, 1, 1)); in TEST_F()
2427 ASSERT_NO_FATAL_FAILURE(testMotionRotation(mapper, 1, 0, 1, 0)); in TEST_F()
2428 ASSERT_NO_FATAL_FAILURE(testMotionRotation(mapper, 1, -1, 1, -1)); in TEST_F()
2429 ASSERT_NO_FATAL_FAILURE(testMotionRotation(mapper, 0, -1, 0, -1)); in TEST_F()
2430 ASSERT_NO_FATAL_FAILURE(testMotionRotation(mapper, -1, -1, -1, -1)); in TEST_F()
2431 ASSERT_NO_FATAL_FAILURE(testMotionRotation(mapper, -1, 0, -1, 0)); in TEST_F()
2432 ASSERT_NO_FATAL_FAILURE(testMotionRotation(mapper, -1, 1, -1, 1)); in TEST_F()
[all …]