Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/helper/
H A Dwindow_scene_helper.h77 static bool IsSystemWindowScene(uint32_t type);
H A Dwindow_scene_helper.cpp291 bool WindowSceneHelper::IsSystemWindowScene(uint32_t type) in IsSystemWindowScene() function in OHOS::Ace::NG::WindowSceneHelper
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_scene_layout_manager.cpp340 …if (!WindowSceneHelper::IsSystemWindowScene(type) && WindowSceneHelper::IsSystemWindowScene(parent… in TraverseTree()