Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/screen_session_manager/
H A Djs_screen_utils.cpp221 …napi_value jsNotifyRotation = nullptr, jsScreenRotation = nullptr, jsRotation = nullptr, jsPhyRota… in ConvertScreenDirectionInfoFromJs() local
223 napi_get_named_property(env, jsObject, "screenRotation", &jsScreenRotation); in ConvertScreenDirectionInfoFromJs()
234 if (GetType(env, jsScreenRotation) != napi_undefined) { in ConvertScreenDirectionInfoFromJs()
236 if (!ConvertFromJsValue(env, jsScreenRotation, screenRotation)) { in ConvertScreenDirectionInfoFromJs()