Home
last modified time | relevance | path

Searched refs:GetToastWindowType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow.h147 ToastWindowType GetToastWindowType() const in GetToastWindowType() function
H A Dsubwindow_manager.h124 ToastWindowType GetToastWindowType(int32_t instanceId);
H A Dsubwindow_manager.cpp721 auto windowType = GetToastWindowType(containerId); in ShowToastNG()
741 ToastWindowType SubwindowManager::GetToastWindowType(int32_t instanceId) in GetToastWindowType() function in OHOS::Ace::SubwindowManager
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp122 GetToastWindowType(), IsSceneBoardEnabled); in GetToastRosenType()
123 if (GetToastWindowType() == ToastWindowType::TOAST_IN_TYPE_APP_SUB_WINDOW) { in GetToastRosenType()
128 } else if (GetToastWindowType() == ToastWindowType::TOAST_IN_TYPE_SYSTEM_SUB_WINDOW) { in GetToastRosenType()
130 } else if (GetToastWindowType() == ToastWindowType::TOAST_IN_TYPE_SYSTEM_FLOAT) { in GetToastRosenType()