Home
last modified time | relevance | path

Searched refs:TYPE_NEGATIVE_SCREEN (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_utils.h56 TYPE_NEGATIVE_SCREEN, enumerator
95 … { WindowType::WINDOW_TYPE_NEGATIVE_SCREEN, JsSessionType::TYPE_NEGATIVE_SCREEN },
134 … { JsSessionType::TYPE_NEGATIVE_SCREEN, WindowType::WINDOW_TYPE_NEGATIVE_SCREEN },
H A Djs_scene_utils.cpp1535 SetTypeProperty(objValue, env, "TYPE_NEGATIVE_SCREEN", JsSessionType::TYPE_NEGATIVE_SCREEN); in SessionTypeInit()