Searched refs:GetNextRotatableWindow (Results 1 – 3 of 3) sorted by relevance
74 sptr<WindowNode> GetNextRotatableWindow(uint32_t windowId) const;
654 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()
464 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