Searched refs:SetOrientationFromWindow (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | display_manager_service_inner_test.cpp | 146 HWTEST_F(DisplayManagerServiceInnerTest, SetOrientationFromWindow, Function | SmallTest | Level1) 152 auto ret = inner.SetOrientationFromWindow(displayId, orientation, withAnimation); 156 ret = inner.SetOrientationFromWindow(displayId, orientation, withAnimation);
|
H A D | display_manager_service_test.cpp | 261 ASSERT_EQ(DMError::DM_ERROR_NULLPTR, dms_->SetOrientationFromWindow(0, orientation, true));
|
/ohos5.0/foundation/window/window_manager/dmserver/src/ |
H A D | display_manager_service_inner.cpp | 132 DMError DisplayManagerServiceInner::SetOrientationFromWindow(DisplayId displayId, Orientation orien… in SetOrientationFromWindow() function in OHOS::Rosen::DisplayManagerServiceInner 140 SetOrientationFromWindow(displayInfo->GetScreenId(), orientation, withAnimation); in SetOrientationFromWindow()
|
H A D | display_manager_service.cpp | 286 DMError DisplayManagerService::SetOrientationFromWindow(ScreenId screenId, Orientation orientation,… in SetOrientationFromWindow() function in OHOS::Rosen::DisplayManagerService
|
/ohos5.0/foundation/window/window_manager/dmserver/include/ |
H A D | display_manager_service_inner.h | 49 …DMError SetOrientationFromWindow(DisplayId displayId, Orientation orientation, bool withAnimation …
|
H A D | display_manager_service.h | 62 … DMError SetOrientationFromWindow(ScreenId screenId, Orientation orientation, bool withAnimation);
|
/ohos5.0/foundation/window/window_manager/wmserver/src/ |
H A D | remote_animation.cpp | 789 … DisplayManagerServiceInner::GetInstance().SetOrientationFromWindow(displayId, requestOri, false); in PostProcessShowCallback() 791 … DisplayManagerServiceInner::GetInstance().SetOrientationFromWindow(displayId, requestOri, true); in PostProcessShowCallback()
|
H A D | window_controller.cpp | 1502 … SetOrientationFromWindow(node->GetDisplayId(), property->GetRequestedOrientation()); in UpdateProperty()
|
H A D | window_root.cpp | 1057 …DisplayManagerServiceInner::GetInstance().SetOrientationFromWindow(nextRotatableWindow->GetDisplay… in SetWindowMode()
|
H A D | window_node_container.cpp | 497 DisplayManagerServiceInner::GetInstance().SetOrientationFromWindow(node->GetDisplayId(), in SetDisplayOrientationFromWindow()
|