Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_session_manager.h349 ScreenRotation ConvertOffsetToCorrectRotation(int32_t phyOffset);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp148 ScreenRotation ScreenSessionManager::ConvertOffsetToCorrectRotation(int32_t phyOffset) in ConvertOffsetToCorrectRotation() argument
151 switch (phyOffset) { in ConvertOffsetToCorrectRotation()
604 int32_t phyOffset = static_cast<int32_t>(std::stoi(phyOffsets[0])); in SetScreenCorrection() local
605 ScreenRotation correctRotation = ConvertOffsetToCorrectRotation(phyOffset); in SetScreenCorrection()
607 oss << "phyOffset: " << phyOffset << " correctRotation value: " << in SetScreenCorrection()