Home
last modified time | relevance | path

Searched refs:defaultDeviceRotationOffset_ (Results 1 - 10 of 10) sorted by relevance

/foundation/window/window_manager/dmserver/test/unittest/
H A Dscreen_rotation_controller_test.cpp103 ScreenRotationController::defaultDeviceRotationOffset_ = 90; in HWTEST_F() member in OHOS::Rosen::__anon12036::ScreenRotationController
106 ASSERT_EQ(90, ScreenRotationController::defaultDeviceRotationOffset_); in HWTEST_F()
109 ASSERT_EQ(90, ScreenRotationController::defaultDeviceRotationOffset_); in HWTEST_F()
112 ASSERT_EQ(90, ScreenRotationController::defaultDeviceRotationOffset_); in HWTEST_F()
115 ASSERT_EQ(90, ScreenRotationController::defaultDeviceRotationOffset_); in HWTEST_F()
118 ASSERT_EQ(180, ScreenRotationController::defaultDeviceRotationOffset_); in HWTEST_F()
207 ScreenRotationController::defaultDeviceRotationOffset_ = 0; in HWTEST_F() member in OHOS::Rosen::__anon12036::ScreenRotationController
212 ScreenRotationController::defaultDeviceRotationOffset_ = 90; in HWTEST_F() member in OHOS::Rosen::__anon12036::ScreenRotationController
217 ScreenRotationController::defaultDeviceRotationOffset_ = 90; in HWTEST_F() member in OHOS::Rosen::__anon12036::ScreenRotationController
222 ScreenRotationController::defaultDeviceRotationOffset_ in HWTEST_F() member in OHOS::Rosen::__anon12036::ScreenRotationController
[all...]
/foundation/window/window_manager/utils/src/
H A Ddisplay_info.cpp39 parcel.WriteUint32(defaultDeviceRotationOffset_) && in Marshalling()
71 parcel.ReadUint32(displayInfo->defaultDeviceRotationOffset_) && in Unmarshalling()
/foundation/window/window_manager/dmserver/include/
H A Dscreen_rotation_controller.h86 static uint32_t defaultDeviceRotationOffset_; member in OHOS::Rosen::ScreenRotationController
/foundation/window/window_manager/dmserver/src/
H A Dscreen_rotation_controller.cpp32 uint32_t ScreenRotationController::defaultDeviceRotationOffset_ = 0; member in OHOS::Rosen::ScreenRotationController
82 defaultDeviceRotationOffset_ = defaultDeviceRotationOffset; in SetDefaultDeviceRotationOffset()
201 int32_t bias = static_cast<int32_t>(defaultDeviceRotationOffset_ / 90); in CalcDeviceRotation()
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_property.cpp430 defaultDeviceRotationOffset_ = defaultRotationOffset; in SetDefaultDeviceRotationOffset()
435 return defaultDeviceRotationOffset_; in GetDefaultDeviceRotationOffset()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/
H A Drs_system_properties.h294 inline static std::atomic<uint32_t> defaultDeviceRotationOffset_ = 0; member in OHOS::Rosen::ParallelRenderingType::HgmRefreshRates::HgmRefreshRateModes::final
/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_property.h172 uint32_t defaultDeviceRotationOffset_ { 0 };
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_system_properties.cpp463 defaultDeviceRotationOffset_ = offset; in SetDefaultDeviceRotationOffset()
468 return defaultDeviceRotationOffset_; in GetDefaultDeviceRotationOffset()
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_session_manager.h462 uint32_t defaultDeviceRotationOffset_ { 0 };
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager.cpp399 defaultDeviceRotationOffset_ = static_cast<uint32_t>(numbersConfig["defaultDeviceRotationOffset"][0]); in ConfigureScreenScene()
400 TLOGD(WmsLogTag::DMS, "defaultDeviceRotationOffset = %{public}u", defaultDeviceRotationOffset_); in ConfigureScreenScene()
1425 property.SetDefaultDeviceRotationOffset(defaultDeviceRotationOffset_); in CreateScreenProperty()
4964 screenSession->SetDefaultDeviceRotationOffset(defaultDeviceRotationOffset_); in NotifyFoldStatusChanged()
4965 rsInterface_.SetDefaultDeviceRotationOffset(defaultDeviceRotationOffset_); in NotifyFoldStatusChanged()

Completed in 18 milliseconds