Home
last modified time | relevance | path

Searched refs:SCREEN_SCENE (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.h35 SCREEN_SCENE, enumerator
H A Dwindow_scene_helper.cpp275 return node->GetWindowPatternType() > static_cast<uint32_t>(WindowPatternType::SCREEN_SCENE); in IsWindowPattern()
303 return type == static_cast<uint32_t>(WindowPatternType::SCREEN_SCENE); in IsScreenScene()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/screen/
H A Dscreen_pattern.cpp251 return static_cast<uint32_t>(WindowPatternType::SCREEN_SCENE); in GetWindowPatternType()