Lines Matching refs:GetDisplayId
125 DisplayId displayId = displayInfo->GetDisplayId(); in CreateWindowNodeContainer()
179 wptr<WindowNodeContainer> container = GetWindowNodeContainer(it.second->GetDisplayId()); in GetBackgroundNodesByScreenId()
285 auto container = GetOrCreateWindowNodeContainer(node->GetDisplayId()); in MinimizeStructuredAppWindowsExceptSelf()
529 sptr<WindowNodeContainer> container = GetOrCreateWindowNodeContainer(node->GetDisplayId()); in GetAvoidAreaByType()
696 DisplayId displayId = dstNode->GetDisplayId(); in GetDisplayRectWithoutSystemBarAreas()
700 if (node && (node->GetDisplayId() == displayId) && in GetDisplayRectWithoutSystemBarAreas()
764 auto container = GetOrCreateWindowNodeContainer(node->GetDisplayId()); in LayoutWhenAddWindowNode()
799 auto container = GetOrCreateWindowNodeContainer(node->GetDisplayId()); in AddWindowNode()
863 auto container = GetOrCreateWindowNodeContainer(node->GetDisplayId()); in RemoveWindowNode()
904 auto container = GetOrCreateWindowNodeContainer(node->GetDisplayId()); in UpdateDisplayOrientationWhenHideWindow()
935 auto container = GetOrCreateWindowNodeContainer(node->GetDisplayId()); in UpdateWindowNode()
955 auto container = GetOrCreateWindowNodeContainer(node->GetDisplayId()); in UpdateSizeChangeReason()
971 auto container = GetOrCreateWindowNodeContainer(node->GetDisplayId()); in SetBrightness()
1012 auto container = GetOrCreateWindowNodeContainer(node->GetDisplayId()); in HandleKeepScreenOn()
1027 auto container = GetOrCreateWindowNodeContainer(node->GetDisplayId()); in UpdateFocusableProperty()
1045 auto container = GetOrCreateWindowNodeContainer(node->GetDisplayId()); in SetWindowMode()
1057 …layManagerServiceInner::GetInstance().SetOrientationFromWindow(nextRotatableWindow->GetDisplayId(), in SetWindowMode()
1111 auto container = GetOrCreateWindowNodeContainer(node->GetDisplayId()); in DestroyWindow()
1266 …to container = const_cast<WindowRoot*>(this)->GetOrCreateWindowNodeContainer(node->GetDisplayId()); in IsVerticalDisplay()
1271 return container->IsVerticalDisplay(node->GetDisplayId()); in IsVerticalDisplay()
1285 auto container = GetOrCreateWindowNodeContainer(node->GetDisplayId()); in RequestFocus()
1307 auto container = GetOrCreateWindowNodeContainer(node->GetDisplayId()); in RequestActiveWindow()
1376 auto container = GetOrCreateWindowNodeContainer(node->GetDisplayId()); in RaiseZOrderForAppWindow()
1385 auto container = GetOrCreateWindowNodeContainer(node->GetDisplayId()); in RaiseZOrderForAppWindow()
1401 auto container = GetOrCreateWindowNodeContainer(node->GetDisplayId()); in RaiseZOrderForAppWindow()
1413 sptr<WindowNodeContainer> container = GetOrCreateWindowNodeContainer(node->GetDisplayId()); in DispatchKeyEvent()
1581 DisplayId displayId = displayInfo->GetDisplayId(); in ProcessExpandDisplayCreate()
1633 … DisplayId displayId = (displayInfo == nullptr) ? DISPLAY_ID_INVALID : displayInfo->GetDisplayId(); in ProcessDisplayCreate()
1656 if (windowNode->GetDisplayId() == displayId && !windowNode->currentVisibility_) { in MoveNotShowingWindowToDefaultDisplay()
1661 … windowNode->GetWindowToken()->UpdateDisplayId(windowNode->GetDisplayId(), defaultDisplayId); in MoveNotShowingWindowToDefaultDisplay()
1671 … DisplayId displayId = (displayInfo == nullptr) ? DISPLAY_ID_INVALID : displayInfo->GetDisplayId(); in ProcessDisplayDestroy()
1723 DisplayId displayId = displayInfo->GetDisplayId(); in ProcessDisplayChange()
1833 auto container = GetOrCreateWindowNodeContainer(node->GetDisplayId()); in UpdateRsTree()