Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1998 void testMotionRotation(CursorInputMapper* mapper,
2004 void CursorInputMapperTest::testMotionRotation(CursorInputMapper* mapper, in testMotionRotation() function in android::CursorInputMapperTest
2292 ASSERT_NO_FATAL_FAILURE(testMotionRotation(mapper, 0, 1, 0, 1)); in TEST_F()
2293 ASSERT_NO_FATAL_FAILURE(testMotionRotation(mapper, 1, 1, 1, 1)); in TEST_F()
2294 ASSERT_NO_FATAL_FAILURE(testMotionRotation(mapper, 1, 0, 1, 0)); in TEST_F()
2295 ASSERT_NO_FATAL_FAILURE(testMotionRotation(mapper, 1, -1, 1, -1)); in TEST_F()
2296 ASSERT_NO_FATAL_FAILURE(testMotionRotation(mapper, 0, -1, 0, -1)); in TEST_F()
2297 ASSERT_NO_FATAL_FAILURE(testMotionRotation(mapper, -1, -1, -1, -1)); in TEST_F()
2298 ASSERT_NO_FATAL_FAILURE(testMotionRotation(mapper, -1, 0, -1, 0)); in TEST_F()
2299 ASSERT_NO_FATAL_FAILURE(testMotionRotation(mapper, -1, 1, -1, 1)); in TEST_F()
[all …]