Home
last modified time | relevance | path

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

/foundation/windowmanager/utils/include/
Dwindow_helper.h41 static inline bool IsBelowSystemWindow(WindowType type) in IsBelowSystemWindow() function
53 return (IsBelowSystemWindow(type) || IsAboveSystemWindow(type)); in IsSystemWindow()
/foundation/windowmanager/wmserver/src/
Dwindow_node_container.cpp355 if (WindowHelper::IsBelowSystemWindow(type)) { in FindRoot()