Home
last modified time | relevance | path

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

/foundation/windowmanager/wmserver/src/
Davoid_area_controller.cpp37 if (!WindowHelper::IsAvoidAreaWindow(node->GetWindowType())) { in IsAvoidAreaNode()
Dwindow_node_container.cpp118 if (WindowHelper::IsAvoidAreaWindow(node->GetWindowType())) { in AddWindowNode()
138 if (WindowHelper::IsAvoidAreaWindow(node->GetWindowType())) { in AddWindowNode()
162 if (WindowHelper::IsAvoidAreaWindow(node->GetWindowType())) { in UpdateWindowNode()
312 if (WindowHelper::IsAvoidAreaWindow(node->GetWindowType())) { in RemoveWindowNode()
/foundation/windowmanager/utils/include/
Dwindow_helper.h61 static inline bool IsAvoidAreaWindow(WindowType type) in IsAvoidAreaWindow() function