Searched refs:testMotionRotation (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 1958 void testMotionRotation(CursorInputMapper* mapper, 1964 void CursorInputMapperTest::testMotionRotation(CursorInputMapper* mapper, in testMotionRotation() function in android::CursorInputMapperTest 2193 ASSERT_NO_FATAL_FAILURE(testMotionRotation(mapper, 0, 1, 0, 1)); in TEST_F() 2194 ASSERT_NO_FATAL_FAILURE(testMotionRotation(mapper, 1, 1, 1, 1)); in TEST_F() 2195 ASSERT_NO_FATAL_FAILURE(testMotionRotation(mapper, 1, 0, 1, 0)); in TEST_F() 2196 ASSERT_NO_FATAL_FAILURE(testMotionRotation(mapper, 1, -1, 1, -1)); in TEST_F() 2197 ASSERT_NO_FATAL_FAILURE(testMotionRotation(mapper, 0, -1, 0, -1)); in TEST_F() 2198 ASSERT_NO_FATAL_FAILURE(testMotionRotation(mapper, -1, -1, -1, -1)); in TEST_F() 2199 ASSERT_NO_FATAL_FAILURE(testMotionRotation(mapper, -1, 0, -1, 0)); in TEST_F() 2200 ASSERT_NO_FATAL_FAILURE(testMotionRotation(mapper, -1, 1, -1, 1)); in TEST_F() [all …]
|