Home
last modified time | relevance | path

Searched refs:TRANSFORM_SCENE (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dtransform_scene.cpp36 return static_cast<uint32_t>(WindowPatternType::TRANSFORM_SCENE); in GetWindowPatternType()
H A Dwindow_scene_layout_manager.cpp380 case WindowPatternType::TRANSFORM_SCENE: in GetWindowId()
425 case WindowPatternType::TRANSFORM_SCENE: in GetWindowName()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/helper/
H A Dwindow_scene_helper.h36 TRANSFORM_SCENE, // no window session before transform scene enumerator
H A Dwindow_scene_helper.cpp283 return node->GetWindowPatternType() > static_cast<uint32_t>(WindowPatternType::TRANSFORM_SCENE); in HasWindowSession()
288 return type == static_cast<uint32_t>(WindowPatternType::TRANSFORM_SCENE); in IsTransformScene()
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common.h285 TRANSFORM_SCENE, enumerator
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_utils.cpp1571 CreateJsValue(env, static_cast<int32_t>(SceneType::TRANSFORM_SCENE))); in SceneTypeInit()