Home
last modified time | relevance | path

Searched refs:IsWindowFollowParent (Results 1 - 6 of 6) sorted by relevance

/foundation/window/window_manager/wmserver/include/
H A Dstarting_window.h57 static bool IsWindowFollowParent(WindowType type);
H A Dwindow_node_container.h190 bool IsWindowFollowParent(WindowType type);
/foundation/window/window_manager/wmserver/src/
H A Dstarting_window.cpp315 bool StartingWindow::IsWindowFollowParent(WindowType type) in IsWindowFollowParent() function in OHOS::Rosen::StartingWindow
320 return WindowHelper::IsWindowFollowParent(type); in IsWindowFollowParent()
376 if (IsWindowFollowParent(child->GetWindowType())) { in UpdateRSTree()
H A Dwindow_node_container.cpp776 bool WindowNodeContainer::IsWindowFollowParent(WindowType type) in IsWindowFollowParent() function in OHOS::Rosen::WindowNodeContainer
781 return WindowHelper::IsWindowFollowParent(type); in IsWindowFollowParent()
803 if (IsWindowFollowParent(node->GetWindowType())) { in AddNodeOnRSTree()
819 if (child->currentVisibility_ && !IsWindowFollowParent(child->GetWindowType())) { in AddNodeOnRSTree()
867 if (IsWindowFollowParent(node->GetWindowType())) { in RemoveNodeFromRSTree()
881 if (child->currentVisibility_ && !IsWindowFollowParent(child->GetWindowType())) { in RemoveNodeFromRSTree()
/foundation/window/window_manager/utils/include/
H A Dwindow_helper.h580 static bool IsWindowFollowParent(WindowType type) in IsWindowFollowParent() function in OHOS::Rosen::WindowHelper
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp171 if (windowSystemConfig_.IsPhoneWindow() && WindowHelper::IsWindowFollowParent(type)) { in CreateSurfaceNode()

Completed in 13 milliseconds