Searched defs:parentWindow (Results 1 – 7 of 7) sorted by relevance
69 static sptr<Window> CreateAppSubWindow(sptr<Window> parentWindow, WindowType type, struct Rect rect, in CreateAppSubWindow()85 static sptr<Window> CreateSystemSubWindow(sptr<Window> parentWindow, struct Rect rect, in CreateSystemSubWindow()
157 bool isAppSubwindow, sptr<OHOS::Rosen::Window>& parentWindow) in SetUIExtensionSubwindowFlag()175 sptr<OHOS::Rosen::Window> parentWindow = parentContainer->GetUIWindow(parentContainerId_); in InitContainer() local641 sptr<OHOS::Rosen::Window> parentWindow = OHOS::Rosen::Window::Find(parentWindowName); in ContainerModalUnFocus() local1866 sptr<OHOS::Rosen::Window> parentWindow = parentContainer->GetUIWindow(parentContainerId_); in CheckHostWindowStatus() local
224 sptr<WindowNode> parentWindow = windowRoot_->GetWindowNode(property->GetParentId()); in CheckParentWindowValid() local234 sptr<WindowNode> parentWindow = windowRoot_->GetWindowNode(property->GetParentId()); in CheckParentWindowValid() local
1306 sptr<Window> parentWindow = nullptr; in WindowCreateCheck() local3584 sptr<Window> parentWindow = FindWindowById(parentId); in UpdateWindowStateWhenShow() local3616 sptr<Window> parentWindow = FindWindowById(parentId); in UpdateWindowStateWhenHide() local
247 sptr<WindowSessionImpl> parentWindow = nullptr; in IsPcOrPadCapabilityEnabled() local267 sptr<WindowSessionImpl> parentWindow = nullptr; in IsPcOrPadFreeMultiWindowMode() local
966 void WindowSessionImpl::CopyUniqueDensityParameter(sptr<WindowSessionImpl> parentWindow) in CopyUniqueDensityParameter()
577 sptr<WindowNode> parentWindow = new (std::nothrow)WindowNode(); variable