Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DCursorInputMapper_test.cpp179 void testMotionRotation(int32_t originalX, int32_t originalY, int32_t rotatedX, in testMotionRotation() function in android::CursorInputMapperUnitTestBase
542 ASSERT_NO_FATAL_FAILURE(testMotionRotation( 0, 1, 0, 1)); in TEST_F()
543 ASSERT_NO_FATAL_FAILURE(testMotionRotation( 1, 1, 1, 1)); in TEST_F()
544 ASSERT_NO_FATAL_FAILURE(testMotionRotation( 1, 0, 1, 0)); in TEST_F()
545 ASSERT_NO_FATAL_FAILURE(testMotionRotation( 1, -1, 1, -1)); in TEST_F()
546 ASSERT_NO_FATAL_FAILURE(testMotionRotation( 0, -1, 0, -1)); in TEST_F()
547 ASSERT_NO_FATAL_FAILURE(testMotionRotation(-1, -1, -1, -1)); in TEST_F()
548 ASSERT_NO_FATAL_FAILURE(testMotionRotation(-1, 0, -1, 0)); in TEST_F()
549 ASSERT_NO_FATAL_FAILURE(testMotionRotation(-1, 1, -1, 1)); in TEST_F()
560 ASSERT_NO_FATAL_FAILURE(testMotionRotation( 0, 1, 0, 1)); in TEST_F()
[all …]