Home
last modified time | relevance | path

Searched refs:IsApplicationModalSubWindow (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsub_session.cpp215 return WindowHelper::IsApplicationModalSubWindow(GetSessionProperty()->GetWindowType(), in IsApplicationModal()
H A Dscene_session.cpp737 if (WindowHelper::IsApplicationModalSubWindow(windowType, property->GetWindowFlags())) { in GetSubWindowModalType()
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwindow_helper.h56 static inline bool IsApplicationModalSubWindow(WindowType type, uint32_t windowFlags) in IsApplicationModalSubWindow() function