Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DSurfaceFlinger_SetDisplayStateTest.cpp297 constexpr ui::Rotation initialOrientation = ui::ROTATION_180; in TEST_F() local
309 display.mutableCurrentDisplayState().orientation = initialOrientation; in TEST_F()
317 state.orientation = initialOrientation; in TEST_F()
333 EXPECT_EQ(initialOrientation, display.getCurrentDisplayState().orientation); in TEST_F()
342 constexpr ui::Rotation initialOrientation = ui::ROTATION_90; in TEST_F() local
353 display.mutableCurrentDisplayState().orientation = initialOrientation; in TEST_F()