Lines Matching refs:touchAndAssertPositions
3667 void touchAndAssertPositions(int32_t action, std::vector<PointF> touchedPoints, in touchAndAssertPositions() function in android::inputdispatcher::InputDispatcherMultiWindowSameTokenTests
3682 touchAndAssertPositions(AMOTION_EVENT_ACTION_DOWN, {touchedPoint}, {expectedPoint}); in TEST_F()
3685 touchAndAssertPositions(AMOTION_EVENT_ACTION_UP, {touchedPoint}, {expectedPoint}); in TEST_F()
3690 touchAndAssertPositions(AMOTION_EVENT_ACTION_DOWN, {touchedPoint}, {expectedPoint}); in TEST_F()
3700 touchAndAssertPositions(AMOTION_EVENT_ACTION_DOWN, {touchedPoint}, {expectedPoint}); in TEST_F()
3702 touchAndAssertPositions(AMOTION_EVENT_ACTION_UP, {touchedPoint}, {expectedPoint}); in TEST_F()
3707 touchAndAssertPositions(AMOTION_EVENT_ACTION_DOWN, {touchedPoint}, {expectedPoint}); in TEST_F()
3708 touchAndAssertPositions(AMOTION_EVENT_ACTION_UP, {touchedPoint}, {expectedPoint}); in TEST_F()
3713 touchAndAssertPositions(AMOTION_EVENT_ACTION_DOWN, {touchedPoint}, {expectedPoint}); in TEST_F()
3722 touchAndAssertPositions(AMOTION_EVENT_ACTION_DOWN, touchedPoints, expectedPoints); 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()
3749 touchAndAssertPositions(AMOTION_EVENT_ACTION_DOWN, touchedPoints, expectedPoints); in TEST_F()
3757 touchAndAssertPositions(actionPointerDown, touchedPoints, expectedPoints); in TEST_F()
3764 touchAndAssertPositions(AMOTION_EVENT_ACTION_MOVE, touchedPoints, expectedPoints); in TEST_F()
3769 touchAndAssertPositions(actionPointerUp, touchedPoints, expectedPoints); in TEST_F()
3775 touchAndAssertPositions(actionPointerDown, touchedPoints, expectedPoints); in TEST_F()
3782 touchAndAssertPositions(AMOTION_EVENT_ACTION_MOVE, touchedPoints, expectedPoints); in TEST_F()
3791 touchAndAssertPositions(AMOTION_EVENT_ACTION_DOWN, touchedPoints, expectedPoints); in TEST_F()
3799 touchAndAssertPositions(actionPointerDown, touchedPoints, expectedPoints); in TEST_F()
3806 touchAndAssertPositions(AMOTION_EVENT_ACTION_MOVE, touchedPoints, expectedPoints); in TEST_F()