Lines Matching refs:firstWindowInPrimary

2019     sp<FakeWindowHandle> firstWindowInPrimary =  in TEST_F()  local
2021 firstWindowInPrimary->setFrame(Rect(0, 0, 100, 100)); in TEST_F()
2022 firstWindowInPrimary->setFlags(WindowInfo::Flag::NOT_TOUCH_MODAL); in TEST_F()
2029 firstWindowInPrimary->clone(application, mDispatcher, ADISPLAY_ID_DEFAULT); in TEST_F()
2034 firstWindowInPrimary->clone(application, mDispatcher, SECOND_DISPLAY_ID); in TEST_F()
2047 {mirrorWindowInPrimary, firstWindowInPrimary, secondWindowInPrimary}}}); in TEST_F()
2055 firstWindowInPrimary->consumeMotionDown(ADISPLAY_ID_DEFAULT); in TEST_F()
2058 ASSERT_TRUE(mDispatcher->transferTouchFocus(firstWindowInPrimary->getToken(), in TEST_F()
2061 firstWindowInPrimary->consumeMotionCancel(); in TEST_F()
2068 firstWindowInPrimary->assertNoEvents(); in TEST_F()
2075 firstWindowInPrimary->assertNoEvents(); in TEST_F()
2083 sp<FakeWindowHandle> firstWindowInPrimary = in TEST_F() local
2085 firstWindowInPrimary->setFrame(Rect(0, 0, 100, 100)); in TEST_F()
2086 firstWindowInPrimary->setFlags(WindowInfo::Flag::NOT_TOUCH_MODAL); in TEST_F()
2093 firstWindowInPrimary->clone(application, mDispatcher, ADISPLAY_ID_DEFAULT); in TEST_F()
2098 firstWindowInPrimary->clone(application, mDispatcher, SECOND_DISPLAY_ID); in TEST_F()
2111 {mirrorWindowInPrimary, firstWindowInPrimary, secondWindowInPrimary}}}); in TEST_F()
2119 firstWindowInPrimary->consumeMotionDown(SECOND_DISPLAY_ID); in TEST_F()
2125 firstWindowInPrimary->consumeMotionCancel(SECOND_DISPLAY_ID); in TEST_F()
2132 firstWindowInPrimary->assertNoEvents(); in TEST_F()
2138 firstWindowInPrimary->assertNoEvents(); in TEST_F()