Searched defs:testMotionRotation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/input/tests/
H A DInputReader_test.cpp1934 void testMotionRotation(CursorInputMapper* mapper,
1940 void CursorInputMapperTest::testMotionRotation(CursorInputMapper* mapper, function in class:android::CursorInputMapperTest
2169 ASSERT_NO_FATAL_FAILURE(testMotionRotation(mapper, 0, 1, 0, 1));
2170 ASSERT_NO_FATAL_FAILURE(testMotionRotation(mapper, 1, 1, 1, 1));
2171 ASSERT_NO_FATAL_FAILURE(testMotionRotation(mapper, 1, 0, 1, 0));
2172 ASSERT_NO_FATAL_FAILURE(testMotionRotation(mapper, 1, -1, 1, -1));
2173 ASSERT_NO_FATAL_FAILURE(testMotionRotation(mapper, 0, -1, 0, -1));
2174 ASSERT_NO_FATAL_FAILURE(testMotionRotation(mapper, -1, -1, -1, -1));
2175 ASSERT_NO_FATAL_FAILURE(testMotionRotation(mapper, -1, 0, -1, 0));
2176 ASSERT_NO_FATAL_FAILURE(testMotionRotation(mappe
[all...]

Completed in 90 milliseconds