Searched refs:IsBelowSystemWindow (Results 1 – 2 of 2) sorted by relevance
41 static inline bool IsBelowSystemWindow(WindowType type) in IsBelowSystemWindow() function53 return (IsBelowSystemWindow(type) || IsAboveSystemWindow(type)); in IsSystemWindow()
355 if (WindowHelper::IsBelowSystemWindow(type)) { in FindRoot()