Searched refs:touchAndAssertPositions (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | InputDispatcher_test.cpp | 3667 void touchAndAssertPositions(int32_t action, std::vector<PointF> touchedPoints, in touchAndAssertPositions() function in android::inputdispatcher::InputDispatcherMultiWindowSameTokenTests 3685 touchAndAssertPositions(AMOTION_EVENT_ACTION_UP, {touchedPoint}, {expectedPoint}); in TEST_F() 3702 touchAndAssertPositions(AMOTION_EVENT_ACTION_UP, {touchedPoint}, {expectedPoint}); in TEST_F() 3708 touchAndAssertPositions(AMOTION_EVENT_ACTION_UP, {touchedPoint}, {expectedPoint}); in TEST_F() 3729 touchAndAssertPositions(actionPointerDown, touchedPoints, expectedPoints); in TEST_F() 3734 touchAndAssertPositions(actionPointerUp, touchedPoints, expectedPoints); in TEST_F() 3740 touchAndAssertPositions(actionPointerDown, touchedPoints, expectedPoints); in TEST_F() 3757 touchAndAssertPositions(actionPointerDown, touchedPoints, expectedPoints); in TEST_F() 3769 touchAndAssertPositions(actionPointerUp, touchedPoints, expectedPoints); in TEST_F() 3775 touchAndAssertPositions(actionPointerDown, touchedPoints, expectedPoints); in TEST_F() [all …]
|