Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Dscreen_rotation_controller.cpp38 std::map<DeviceRotation, Rotation> ScreenRotationController::deviceToDisplayRotationMap_; member in OHOS::Rosen::ScreenRotationController
341 if (deviceToDisplayRotationMap_.empty()) { in ConvertDeviceToDisplayRotation()
344 return deviceToDisplayRotationMap_.at(deviceRotation); in ConvertDeviceToDisplayRotation()
355 if (deviceToDisplayRotationMap_.empty()) { in ProcessRotationMapping()
356 deviceToDisplayRotationMap_ = { in ProcessRotationMapping()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_cutout_controller.cpp33 std::map<DeviceRotationValue, Rotation> ScreenCutoutController::deviceToDisplayRotationMap_; member in OHOS::Rosen::ScreenCutoutController
306 if (deviceToDisplayRotationMap_.empty()) { in ConvertDeviceToDisplayRotation()
309 return deviceToDisplayRotationMap_.at(deviceRotation); in ConvertDeviceToDisplayRotation()
331 if (deviceToDisplayRotationMap_.empty()) { in ProcessRotationMapping()
332 deviceToDisplayRotationMap_ = { in ProcessRotationMapping()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_cutout_controller.h59 static std::map<DeviceRotationValue, Rotation> deviceToDisplayRotationMap_; variable
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Dscreen_rotation_controller.h89 static std::map<DeviceRotation, Rotation> deviceToDisplayRotationMap_; variable
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Dscreen_rotation_controller_test.cpp365 ScreenRotationController::deviceToDisplayRotationMap_.clear();