Home
last modified time | relevance | path

Searched refs:nextRotatableWindow (Results 1 - 2 of 2) sorted by relevance

/foundation/window/window_manager/wmserver/src/
H A Dwindow_node_container.cpp464 auto nextRotatableWindow = GetNextRotatableWindow(node->GetWindowId()); in HandleRemoveWindowDisplayOrientation() local
465 if (nextRotatableWindow != nullptr) { in HandleRemoveWindowDisplayOrientation()
466 SetDisplayOrientationFromWindow(nextRotatableWindow, true); in HandleRemoveWindowDisplayOrientation()
475 auto nextRotatableWindow = GetNextRotatableWindow(node->GetWindowId()); in HandleRemoveWindowDisplayOrientation() local
476 if (nextRotatableWindow == nullptr) { in HandleRemoveWindowDisplayOrientation()
480 WLOGFD("[FixOrientation] nexi rotatable window: %{public}u", nextRotatableWindow->GetWindowId()); in HandleRemoveWindowDisplayOrientation()
481 if (nextRotatableWindow->stateMachine_.IsShowAnimationPlaying()) { in HandleRemoveWindowDisplayOrientation()
485 if (WmsUtils::IsFixedOrientation(nextRotatableWindow->GetRequestedOrientation(), in HandleRemoveWindowDisplayOrientation()
486 nextRotatableWindow->GetWindowMode(), nextRotatableWindow in HandleRemoveWindowDisplayOrientation()
1847 sptr<WindowNode> nextRotatableWindow; GetNextRotatableWindow() local
[all...]
H A Dwindow_root.cpp908 auto nextRotatableWindow = container->GetNextRotatableWindow(node->GetWindowId()); in UpdateDisplayOrientationWhenHideWindow() local
909 if (nextRotatableWindow != nullptr) { in UpdateDisplayOrientationWhenHideWindow()
910 WLOGFD("[FixOrientation] next rotatable window: %{public}u", nextRotatableWindow->GetWindowId()); in UpdateDisplayOrientationWhenHideWindow()
911 container->SetDisplayOrientationFromWindow(nextRotatableWindow, false); in UpdateDisplayOrientationWhenHideWindow()
1054 auto nextRotatableWindow = container->GetNextRotatableWindow(0); in SetWindowMode() local
1055 if (nextRotatableWindow != nullptr) { in SetWindowMode()
1056 DisplayManagerServiceInner::GetInstance().SetOrientationFromWindow(nextRotatableWindow->GetDisplayId(), in SetWindowMode()
1057 nextRotatableWindow->GetRequestedOrientation()); in SetWindowMode()

Completed in 6 milliseconds