Home
last modified time | relevance | path

Searched refs:initialOrientation (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTest.cpp2809 constexpr ui::Rotation initialOrientation = ui::ROTATION_180; in TEST_F() local
2821 display.mutableCurrentDisplayState().orientation = initialOrientation; in TEST_F()
2829 state.orientation = initialOrientation; in TEST_F()
2845 EXPECT_EQ(initialOrientation, display.getCurrentDisplayState().orientation); in TEST_F()
2853 constexpr ui::Rotation initialOrientation = ui::ROTATION_90; in TEST_F() local
2864 display.mutableCurrentDisplayState().orientation = initialOrientation; in TEST_F()