Lines Matching refs:getPointInWindow
3634 static PointF getPointInWindow(const WindowInfo* windowInfo, const PointF& point) { in getPointInWindow() function in android::inputdispatcher::InputDispatcherMultiWindowSameTokenTests
3681 PointF expectedPoint = getPointInWindow(mWindow1->getInfo(), touchedPoint); in TEST_F()
3689 expectedPoint = getPointInWindow(mWindow2->getInfo(), touchedPoint); in TEST_F()
3699 PointF expectedPoint = getPointInWindow(mWindow1->getInfo(), touchedPoint); in TEST_F()
3706 expectedPoint = getPointInWindow(mWindow2->getInfo(), touchedPoint); in TEST_F()
3712 expectedPoint = getPointInWindow(mWindow2->getInfo(), touchedPoint); in TEST_F()
3721 std::vector<PointF> expectedPoints = {getPointInWindow(mWindow1->getInfo(), touchedPoints[0])}; in TEST_F()
3728 expectedPoints.push_back(getPointInWindow(mWindow2->getInfo(), touchedPoints[1])); in TEST_F()
3739 expectedPoints.push_back(getPointInWindow(mWindow2->getInfo(), touchedPoints[1])); in TEST_F()
3748 std::vector<PointF> expectedPoints = {getPointInWindow(mWindow1->getInfo(), touchedPoints[0])}; in TEST_F()
3755 expectedPoints.push_back(getPointInWindow(mWindow2->getInfo(), touchedPoints[1])); in TEST_F()
3761 expectedPoints = {getPointInWindow(mWindow1->getInfo(), touchedPoints[0]), in TEST_F()
3762 getPointInWindow(mWindow2->getInfo(), touchedPoints[1])}; in TEST_F()
3774 expectedPoints.push_back(getPointInWindow(mWindow2->getInfo(), touchedPoints[1])); in TEST_F()
3779 expectedPoints = {getPointInWindow(mWindow1->getInfo(), touchedPoints[0]), in TEST_F()
3780 getPointInWindow(mWindow2->getInfo(), touchedPoints[1])}; in TEST_F()
3790 std::vector<PointF> expectedPoints = {getPointInWindow(mWindow1->getInfo(), touchedPoints[0])}; in TEST_F()
3797 expectedPoints.push_back(getPointInWindow(mWindow2->getInfo(), touchedPoints[1])); in TEST_F()
3803 expectedPoints = {getPointInWindow(mWindow1->getInfo(), touchedPoints[0]), in TEST_F()
3804 getPointInWindow(mWindow2->getInfo(), touchedPoints[1])}; in TEST_F()