Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_dirty_manager_test.cpp36 static int32_t g_screenRotationOffset = system::GetIntParameter<int32_t>("const.fold.screen_rotatio… variable
399 if (g_screenRotationOffset != 0) {
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_dirty_manager.cpp38 static int32_t g_screenRotationOffset = system::GetIntParameter<int32_t>("const.fold.screen_rotatio… variable
43 if (displayMode == MMI::DisplayMode::FULL && g_screenRotationOffset != 0) { in AdjustMMIRotationFromDisplayMode()