Lines Matching refs:mWindow2

3621         mWindow2 = new FakeWindowHandle(application, mDispatcher, "Fake Window 2",  in SetUp()
3623 mWindow2->setFlags(WindowInfo::Flag::NOT_TOUCH_MODAL | WindowInfo::Flag::SPLIT_TOUCH); in SetUp()
3624 mWindow2->setFrame(Rect(100, 100, 200, 200)); in SetUp()
3626 mDispatcher->setInputWindows({{ADISPLAY_ID_DEFAULT, {mWindow1, mWindow2}}}); in SetUp()
3631 sp<FakeWindowHandle> mWindow2; member in android::inputdispatcher::InputDispatcherMultiWindowSameTokenTests
3689 expectedPoint = getPointInWindow(mWindow2->getInfo(), touchedPoint); in TEST_F()
3695 mWindow2->setWindowScale(0.5f, 0.5f); in TEST_F()
3706 expectedPoint = getPointInWindow(mWindow2->getInfo(), touchedPoint); in TEST_F()
3711 mWindow2->setWindowTransform(0, -1, 1, 0); in TEST_F()
3712 expectedPoint = getPointInWindow(mWindow2->getInfo(), touchedPoint); in TEST_F()
3717 mWindow2->setWindowScale(0.5f, 0.5f); in TEST_F()
3728 expectedPoints.push_back(getPointInWindow(mWindow2->getInfo(), touchedPoints[1])); in TEST_F()
3738 mWindow2->setWindowTransform(0, -1, 1, 0); in TEST_F()
3739 expectedPoints.push_back(getPointInWindow(mWindow2->getInfo(), touchedPoints[1])); in TEST_F()
3744 mWindow2->setWindowScale(0.5f, 0.5f); in TEST_F()
3755 expectedPoints.push_back(getPointInWindow(mWindow2->getInfo(), touchedPoints[1])); in TEST_F()
3762 getPointInWindow(mWindow2->getInfo(), touchedPoints[1])}; in TEST_F()
3773 mWindow2->setWindowTransform(0, -1, 1, 0); in TEST_F()
3774 expectedPoints.push_back(getPointInWindow(mWindow2->getInfo(), touchedPoints[1])); in TEST_F()
3780 getPointInWindow(mWindow2->getInfo(), touchedPoints[1])}; in TEST_F()
3797 expectedPoints.push_back(getPointInWindow(mWindow2->getInfo(), touchedPoints[1])); in TEST_F()
3804 getPointInWindow(mWindow2->getInfo(), touchedPoints[1])}; in TEST_F()