Lines Matching refs:orientedDisplaySpace
329 EXPECT_EQ(frame, mOutput->getState().orientedDisplaySpace.getContent()); in TEST_F()
337 EXPECT_EQ(ui::ROTATION_0, state.orientedDisplaySpace.getOrientation()); in TEST_F()
338 EXPECT_EQ(frame, state.orientedDisplaySpace.getContent()); in TEST_F()
339 EXPECT_EQ(Rect(0, 0, 2000, 1000), state.orientedDisplaySpace.getBoundsAsRect()); in TEST_F()
370 EXPECT_EQ(frame, mOutput->getState().orientedDisplaySpace.getContent()); in TEST_F()
378 EXPECT_EQ(ui::ROTATION_0, state.orientedDisplaySpace.getOrientation()); in TEST_F()
379 EXPECT_EQ(frame, state.orientedDisplaySpace.getContent()); in TEST_F()
380 EXPECT_EQ(Rect(0, 0, 2000, 1000), state.orientedDisplaySpace.getBoundsAsRect()); in TEST_F()
401 mOutput->editState().orientedDisplaySpace.setContent(Rect(0, 0, 1800, 900)); in TEST_F()
402 mOutput->editState().orientedDisplaySpace.setBounds(ui::Size(2000, 1000)); in TEST_F()
423 EXPECT_EQ(ui::ROTATION_0, state.orientedDisplaySpace.getOrientation()); in TEST_F()
424 EXPECT_EQ(Rect(0, 0, 1000, 500), state.orientedDisplaySpace.getBoundsAsRect()); in TEST_F()
3538 mOutput.mState.orientedDisplaySpace.setContent(kDefaultOutputFrame); in OutputComposeSurfacesTest()
4544 mOutput.mState.orientedDisplaySpace.setContent(kDisplayFrame); in GenerateClientCompositionRequestsTest_ThreeLayers()
5188 mOutput.mState.orientedDisplaySpace.setContent(kPortraitFrame); in TEST_F()