Home
last modified time | relevance | path

Searched defs:deviceToDisplayRotationMap_ (Results 1 – 4 of 4) sorted by relevance

/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/src/
H A Dscreen_rotation_controller.cpp38 std::map<DeviceRotation, Rotation> ScreenRotationController::deviceToDisplayRotationMap_; member in OHOS::Rosen::ScreenRotationController
/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