Searched refs:testMotionRotation (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 82 milliseconds