Home
last modified time | relevance | path

Searched refs:IsSystemBarWindow (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Davoid_area_controller.cpp164 AvoidAreaType type = WindowHelper::IsSystemBarWindow(node->GetWindowType()) ? in UpdateOverlayWindowIfNeed()
H A Dwindow_root.cpp635 if (!WindowHelper::IsSystemBarWindow(node->GetWindowType())) { in PostProcessAddWindowNode()
701 WindowHelper::IsSystemBarWindow(node->GetWindowType())) { in GetDisplayRectWithoutSystemBarAreas()
1303 if (WindowHelper::IsSystemBarWindow(node->GetWindowType())) { in RequestActiveWindow()
H A Ddisplay_group_controller.cpp480 if (WindowHelper::IsSystemBarWindow(node->GetWindowType())) { in UpdateNodeSizeChangeReasonWithRotation()
H A Dwindow_controller.cpp349 if (WindowHelper::IsSystemBarWindow(node->GetWindowType())) { in AddWindowNode()
694 if (WindowHelper::IsSystemBarWindow(node->GetWindowType())) { in ResizeRect()
H A Dwindow_layout_policy.cpp356 if (WindowHelper::IsSystemBarWindow(node->GetWindowType())) { in LayoutWindowNode()
H A Dwindow_node_container.cpp173 if (WindowHelper::IsSystemBarWindow(node->GetWindowType())) { in AddWindowNodeOnWindowTree()
1305 if (WindowHelper::IsSystemBarWindow(node->GetWindowType())) { in NotifyIfAvoidAreaChanged()
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwindow_helper.h137 static inline bool IsSystemBarWindow(WindowType type) in IsSystemBarWindow() function