Searched refs:expectedPoints (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | InputDispatcher_test.cpp | 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() [all …]
|
D | InputReader_test.cpp | 6573 const auto& expectedPoints = kMappedCorners.at(touchscreenOrientation); in TEST_P() local 6582 const auto& expected = expectedPoints[i]; in TEST_P() 6615 const auto& expectedPoints = kMappedCorners.at(displayRotation); in TEST_P() local 6619 const auto& expected = expectedPoints[i]; in TEST_P() 6658 const auto& expectedPoints = kMappedCorners.at(displayRotation); in TEST_P() local 6662 const auto& expected = expectedPoints[i]; in TEST_P()
|