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/session/screen/src/
H A Dscreen_session.cpp35 static const int32_t g_screenRotationOffSet = system::GetIntParameter<int32_t>("const.fold.screen_r… variable
555 if (foldDisplayMode == FoldDisplayMode::FULL && g_screenRotationOffSet == ROTATION_270 && in UpdateToInputManager()
811 (g_screenRotationOffSet == ROTATION_90 || g_screenRotationOffSet == ROTATION_270)) { in CalcRotation()
842 && (g_screenRotationOffSet == ROTATION_90 || g_screenRotationOffSet == ROTATION_270)) { in CalcDisplayOrientation()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp88 static int32_t g_screenRotationOffSet = system::GetIntParameter<int32_t>("const.fold.screen_rotatio… variable
596 oss << "main screenRotationOffSet: " << g_screenRotationOffSet << " ret value: " << ret; in SetScreenCorrection()
599 static_cast<ScreenRotation>(g_screenRotationOffSet)); in SetScreenCorrection()
600 oss << "full screenRotationOffSet: " << g_screenRotationOffSet << " ret value: " << ret; in SetScreenCorrection()
1355 && (g_screenRotationOffSet == ROTATION_90 || g_screenRotationOffSet == ROTATION_270)) { in CreateScreenProperty()
5262 if (g_screenRotationOffSet == ROTATION_90 || g_screenRotationOffSet == ROTATION_270) { in GetCurrentScreenPhyBounds()