Lines Matching refs:winRoot

91     auto winRoot = windowRoot_.promote();  in SetWindowAnimationController()  local
92 if (winRoot) { in SetWindowAnimationController()
93 auto wallpaperNode = winRoot->FindWallpaperWindow(); in SetWindowAnimationController()
127 auto winRoot = windowRoot_.promote(); in CheckRemoteAnimationEnabled() local
128 if (winRoot == nullptr) { in CheckRemoteAnimationEnabled()
131 auto container = winRoot->GetOrCreateWindowNodeContainer(displayId); in CheckRemoteAnimationEnabled()
317 auto winRoot = windowRoot_.promote(); in GetExpectRect() local
318 if (needAvoid && winRoot) { in GetExpectRect()
319 auto avoidRect = winRoot->GetDisplayRectWithoutSystemBarAreas(dstNode); in GetExpectRect()
643 auto winRoot = windowRoot_.promote(); in NotifyAnimationTargetsUpdate() local
644 if (winRoot == nullptr) { in NotifyAnimationTargetsUpdate()
651 auto fullScreenNode = winRoot->GetWindowNode(id); in NotifyAnimationTargetsUpdate()
658 auto floatNode = winRoot->GetWindowNode(id); in NotifyAnimationTargetsUpdate()
698 auto winRoot = windowRoot_.promote(); in GetWindowAnimationTargets() local
699 if (winRoot == nullptr) { in GetWindowAnimationTargets()
704 sptr<WindowNode> windowNode = winRoot->GetWindowNodeByMissionId(missionId); in GetWindowAnimationTargets()
800 auto winRoot = windowRoot_.promote(); in ExecuteFinalStateTask() local
801 if (winRoot == nullptr || node == nullptr) { in ExecuteFinalStateTask()
807 winRoot->UpdateRsTree(node->GetWindowId(), false); in ExecuteFinalStateTask()
810 winRoot->LayoutWhenAddWindowNode(node, true); in ExecuteFinalStateTask()
827 auto winRoot = windowRoot_.promote(); in CallbackTimeOutProcess() local
828 if (winRoot == nullptr) { in CallbackTimeOutProcess()
833 winRoot->GetAllAnimationPlayingNodes(animationPlayingNodes); in CallbackTimeOutProcess()
897 auto winRoot = windowRoot_.promote(); in ProcessNodeStateTask() local
898 if (winRoot != nullptr) { in ProcessNodeStateTask()
899 winRoot->UpdateDisplayOrientationWhenHideWindow(node); in ProcessNodeStateTask()
902 auto winRoot = windowRoot_.promote(); in ProcessNodeStateTask() local
903 if (winRoot != nullptr) { in ProcessNodeStateTask()
904 winRoot->UpdateDisplayOrientationWhenHideWindow(node); in ProcessNodeStateTask()