Home
last modified time | relevance | path

Searched refs:GetToastSubwindow (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow_manager.cpp178 const RefPtr<Subwindow> SubwindowManager::GetToastSubwindow(int32_t instanceId) in GetToastSubwindow() function in OHOS::Ace::SubwindowManager
829 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()
H A Dsubwindow_manager.h121 const RefPtr<Subwindow> GetToastSubwindow(int32_t instanceId);