Home
last modified time | relevance | path

Searched refs:IsBelowSystemWindow (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/window_scene/common/include/
H A Dsession_helper.h82 static inline bool IsBelowSystemWindow(WindowType type) in IsBelowSystemWindow() function in OHOS::Rosen::SessionHelper
99 return (IsBelowSystemWindow(type) || IsAboveSystemWindow(type) || IsSystemSubWindow(type)); in IsSystemWindow()
/foundation/window/window_manager/utils/include/
H A Dwindow_helper.h82 static inline bool IsBelowSystemWindow(WindowType type) in IsBelowSystemWindow() function in OHOS::Rosen::WindowHelper
99 return IsBelowSystemWindow(type) || IsAboveSystemWindow(type); in IsSystemMainWindow()
104 return (IsBelowSystemWindow(type) || IsAboveSystemWindow(type) || IsSystemSubWindow(type)); in IsSystemWindow()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_node_container.cpp947 if (WindowHelper::IsBelowSystemWindow(type)) { in FindRoot()

Completed in 7 milliseconds