Lines Matching refs:touchedPoints

2263     std::vector<PointF> touchedPoints = {PointF{10, 10}};  in TEST_F()  local
2264 std::vector<PointF> expectedPoints = {getPointInWindow(mWindow1->getInfo(), touchedPoints[0])}; in TEST_F()
2268 ADISPLAY_ID_DEFAULT, touchedPoints); in TEST_F()
2275 touchedPoints.emplace_back(PointF{150, 150}); in TEST_F()
2276 expectedPoints.emplace_back(getPointInWindow(mWindow2->getInfo(), touchedPoints[1])); in TEST_F()
2279 ADISPLAY_ID_DEFAULT, touchedPoints); in TEST_F()
2290 std::vector<PointF> touchedPoints = {PointF{10, 10}}; in TEST_F() local
2291 std::vector<PointF> expectedPoints = {getPointInWindow(mWindow1->getInfo(), touchedPoints[0])}; in TEST_F()
2295 ADISPLAY_ID_DEFAULT, touchedPoints); in TEST_F()
2302 touchedPoints.emplace_back(PointF{150, 150}); in TEST_F()
2303 expectedPoints.emplace_back(getPointInWindow(mWindow2->getInfo(), touchedPoints[1])); in TEST_F()
2306 ADISPLAY_ID_DEFAULT, touchedPoints); in TEST_F()
2313 touchedPoints = {{20, 20}, {175, 175}}; in TEST_F()
2314 expectedPoints = {getPointInWindow(mWindow1->getInfo(), touchedPoints[0]), in TEST_F()
2315 getPointInWindow(mWindow2->getInfo(), touchedPoints[1])}; in TEST_F()
2318 ADISPLAY_ID_DEFAULT, touchedPoints); in TEST_F()
2328 std::vector<PointF> touchedPoints = {PointF{10, 10}}; in TEST_F() local
2329 std::vector<PointF> expectedPoints = {getPointInWindow(mWindow1->getInfo(), touchedPoints[0])}; in TEST_F()
2333 ADISPLAY_ID_DEFAULT, touchedPoints); in TEST_F()
2340 touchedPoints.emplace_back(PointF{150, 150}); in TEST_F()
2341 expectedPoints.emplace_back(getPointInWindow(mWindow2->getInfo(), touchedPoints[1])); in TEST_F()
2344 ADISPLAY_ID_DEFAULT, touchedPoints); in TEST_F()
2351 touchedPoints = {{20, 20}, {175, 175}}; in TEST_F()
2352 expectedPoints = {getPointInWindow(mWindow1->getInfo(), touchedPoints[0]), in TEST_F()
2353 getPointInWindow(mWindow2->getInfo(), touchedPoints[1])}; in TEST_F()
2356 ADISPLAY_ID_DEFAULT, touchedPoints); in TEST_F()