Lines Matching refs:expectedPoints
9372 std::vector<PointF> expectedPoints) { in touchAndAssertPositions() argument
9376 consumeMotionEvent(touchedWindow, action, expectedPoints); in touchAndAssertPositions()
9426 std::vector<PointF> expectedPoints = {getPointInWindow(mWindow1->getInfo(), touchedPoints[0])}; in TEST_F() local
9427 touchAndAssertPositions(mWindow1, AMOTION_EVENT_ACTION_DOWN, touchedPoints, expectedPoints); in TEST_F()
9434 expectedPoints.push_back(getPointInWindow(mWindow2->getInfo(), touchedPoints[1])); in TEST_F()
9435 touchAndAssertPositions(mWindow1, POINTER_1_DOWN, touchedPoints, expectedPoints); in TEST_F()
9438 touchAndAssertPositions(mWindow1, POINTER_1_UP, touchedPoints, expectedPoints); in TEST_F()
9439 expectedPoints.pop_back(); in TEST_F()
9444 expectedPoints.push_back(getPointInWindow(mWindow2->getInfo(), touchedPoints[1])); in TEST_F()
9445 touchAndAssertPositions(mWindow1, POINTER_1_DOWN, touchedPoints, expectedPoints); in TEST_F()
9454 std::vector<PointF> expectedPoints = {getPointInWindow(mWindow1->getInfo(), touchedPoints[0])}; in TEST_F() local
9455 touchAndAssertPositions(mWindow1, AMOTION_EVENT_ACTION_DOWN, touchedPoints, expectedPoints); in TEST_F()
9459 expectedPoints.push_back(getPointInWindow(mWindow2->getInfo(), touchedPoints[1])); in TEST_F()
9461 touchAndAssertPositions(mWindow1, POINTER_1_DOWN, touchedPoints, expectedPoints); in TEST_F()
9465 expectedPoints = {getPointInWindow(mWindow1->getInfo(), touchedPoints[0]), in TEST_F()
9468 touchAndAssertPositions(mWindow1, AMOTION_EVENT_ACTION_MOVE, touchedPoints, expectedPoints); in TEST_F()
9471 touchAndAssertPositions(mWindow1, POINTER_1_UP, touchedPoints, expectedPoints); in TEST_F()
9472 expectedPoints.pop_back(); in TEST_F()
9477 expectedPoints.push_back(getPointInWindow(mWindow2->getInfo(), touchedPoints[1])); in TEST_F()
9478 touchAndAssertPositions(mWindow1, POINTER_1_DOWN, touchedPoints, expectedPoints); in TEST_F()
9482 expectedPoints = {getPointInWindow(mWindow1->getInfo(), touchedPoints[0]), in TEST_F()
9485 touchAndAssertPositions(mWindow1, AMOTION_EVENT_ACTION_MOVE, touchedPoints, expectedPoints); in TEST_F()
9494 std::vector<PointF> expectedPoints = {getPointInWindow(mWindow1->getInfo(), touchedPoints[0])}; in TEST_F() local
9495 touchAndAssertPositions(mWindow1, AMOTION_EVENT_ACTION_DOWN, touchedPoints, expectedPoints); in TEST_F()
9499 expectedPoints.push_back(getPointInWindow(mWindow2->getInfo(), touchedPoints[1])); in TEST_F()
9501 touchAndAssertPositions(mWindow1, POINTER_1_DOWN, touchedPoints, expectedPoints); in TEST_F()
9505 expectedPoints = {getPointInWindow(mWindow1->getInfo(), touchedPoints[0]), in TEST_F()
9508 touchAndAssertPositions(mWindow1, AMOTION_EVENT_ACTION_MOVE, touchedPoints, expectedPoints); in TEST_F()