Lines Matching defs:nextRotatableWindow
464 auto nextRotatableWindow = GetNextRotatableWindow(node->GetWindowId());
465 if (nextRotatableWindow != nullptr) {
466 SetDisplayOrientationFromWindow(nextRotatableWindow, true);
475 auto nextRotatableWindow = GetNextRotatableWindow(node->GetWindowId());
476 if (nextRotatableWindow == nullptr) {
480 WLOGFD("[FixOrientation] nexi rotatable window: %{public}u", nextRotatableWindow->GetWindowId());
481 if (nextRotatableWindow->stateMachine_.IsShowAnimationPlaying()) {
485 if (WmsUtils::IsFixedOrientation(nextRotatableWindow->GetRequestedOrientation(),
486 nextRotatableWindow->GetWindowMode(), nextRotatableWindow->GetWindowFlags())) {
488 SetDisplayOrientationFromWindow(nextRotatableWindow, false);
490 SetDisplayOrientationFromWindow(nextRotatableWindow, true);
1847 sptr<WindowNode> nextRotatableWindow;
1848 WindowNodeOperationFunc func = [windowId, &nextRotatableWindow](
1852 nextRotatableWindow = node;
1858 return nextRotatableWindow;