Home
last modified time | relevance | path

Searched refs:defaultDeviceRotationOffset (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Dscreen_rotation_controller.cpp76 void ScreenRotationController::SetDefaultDeviceRotationOffset(uint32_t defaultDeviceRotationOffset) in SetDefaultDeviceRotationOffset() argument
79 …if (defaultDeviceRotationOffset < 0 || defaultDeviceRotationOffset > 270 || defaultDeviceRotationO… in SetDefaultDeviceRotationOffset()
82 defaultDeviceRotationOffset_ = defaultDeviceRotationOffset; in SetDefaultDeviceRotationOffset()
H A Ddisplay_manager_service.cpp108 …uint32_t defaultDeviceRotationOffset = static_cast<uint32_t>(numbersConfig["defaultDeviceRotationO… in ConfigureDisplayManagerService() local
109 ScreenRotationController::SetDefaultDeviceRotationOffset(defaultDeviceRotationOffset); in ConfigureDisplayManagerService()
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Dscreen_rotation_controller.h51 static void SetDefaultDeviceRotationOffset(uint32_t defaultDeviceRotationOffset);
/ohos5.0/foundation/window/window_manager/utils/include/
H A Ddisplay_info.h69 …NE_VAR_DEFAULT_FUNC_GET_SET(uint32_t, DefaultDeviceRotationOffset, defaultDeviceRotationOffset, 0);