Searched refs:GetToastSubwindow (Results 1 – 2 of 2) sorted by relevance
178 const RefPtr<Subwindow> SubwindowManager::GetToastSubwindow(int32_t instanceId) in GetToastSubwindow() function in OHOS::Ace::SubwindowManager829 RefPtr<Subwindow> subwindow = GetToastSubwindow(containerId); in GetOrCreateToastWindowNG()860 subwindow = GetToastSubwindow(parentContainerId); in ClearToastInSubwindow()1062 subwindow = GetToastSubwindow(parentContainerId); in HideToastSubWindowNG()1101 …w = parentContainerId < 0 ? GetDialogSubwindow(parentContainerId) : GetToastSubwindow(containerId); in ResizeWindowForFoldStatus()1120 subwindow = GetToastSubwindow(containerId); in MarkDirtyDialogSafeArea()
121 const RefPtr<Subwindow> GetToastSubwindow(int32_t instanceId);