Searched refs:GetSystemToastWindow (Results 1 – 3 of 3) sorted by relevance
190 const RefPtr<Subwindow> SubwindowManager::GetSystemToastWindow(int32_t instanceId) in GetSystemToastWindow() function in OHOS::Ace::SubwindowManager708 auto subwindow = GetSystemToastWindow(containerId); in GetOrCreateSystemSubWindow()809 … auto subwindow = isSystemTopMost ? GetSystemToastWindow(containerId) : GetSubwindow(containerId); in GetOrCreateToastWindow()1137 auto subwindow = GetSystemToastWindow(parentContainerId); in HideSystemTopMostWindow()1157 auto subwindow = GetSystemToastWindow(parentContainerId); in ClearToastInSystemSubwindow()
143 const RefPtr<Subwindow> GetSystemToastWindow(int32_t instanceId);
584 auto subwindow = SubwindowManager::GetInstance()->GetSystemToastWindow(parentContainerId); in GetSystemTopMostSubwindowSize()