Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_node_container.h74 sptr<WindowNode> GetNextRotatableWindow(uint32_t windowId) const;
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_root.cpp654 auto topRotatableWindow = container->GetNextRotatableWindow(INVALID_WINDOW_ID); in PostProcessAddWindowNode()
909 auto nextRotatableWindow = container->GetNextRotatableWindow(node->GetWindowId()); in UpdateDisplayOrientationWhenHideWindow()
1055 auto nextRotatableWindow = container->GetNextRotatableWindow(0); in SetWindowMode()
H A Dwindow_node_container.cpp464 auto nextRotatableWindow = GetNextRotatableWindow(node->GetWindowId()); in HandleRemoveWindowDisplayOrientation()
475 auto nextRotatableWindow = GetNextRotatableWindow(node->GetWindowId()); in HandleRemoveWindowDisplayOrientation()
1846 sptr<WindowNode> WindowNodeContainer::GetNextRotatableWindow(uint32_t windowId) const in GetNextRotatableWindow() function in OHOS::Rosen::WindowNodeContainer