Home
last modified time | relevance | path

Searched refs:IsScreenScene (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.h81 static bool IsScreenScene(uint32_t type);
H A Dwindow_scene_helper.cpp301 bool WindowSceneHelper::IsScreenScene(uint32_t type) in IsScreenScene() 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.cpp116 if (!WindowSceneHelper::IsScreenScene(node->GetWindowPatternType())) { in UpdateGeometry()