Home
last modified time | relevance | path

Searched refs:SetDisplayOrientationFromWindow (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_node_container.h132 void SetDisplayOrientationFromWindow(sptr<WindowNode>& node, bool withAnimation);
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_node_container.cpp466 SetDisplayOrientationFromWindow(nextRotatableWindow, true); in HandleRemoveWindowDisplayOrientation()
488 SetDisplayOrientationFromWindow(nextRotatableWindow, false); in HandleRemoveWindowDisplayOrientation()
490 SetDisplayOrientationFromWindow(nextRotatableWindow, true); in HandleRemoveWindowDisplayOrientation()
495 void WindowNodeContainer::SetDisplayOrientationFromWindow(sptr<WindowNode>& node, bool withAnimatio… in SetDisplayOrientationFromWindow() function in OHOS::Rosen::WindowNodeContainer
H A Dwindow_root.cpp656 container->SetDisplayOrientationFromWindow(node, true); in PostProcessAddWindowNode()
912 container->SetDisplayOrientationFromWindow(nextRotatableWindow, false); in UpdateDisplayOrientationWhenHideWindow()