Home
last modified time | relevance | path

Searched refs:jsPhyRotation (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 …otifyRotation = nullptr, jsScreenRotation = nullptr, jsRotation = nullptr, jsPhyRotation = nullptr; in ConvertScreenDirectionInfoFromJs() local
225 napi_get_named_property(env, jsObject, "phyRotation", &jsPhyRotation); in ConvertScreenDirectionInfoFromJs()
250 if (GetType(env, jsPhyRotation) != napi_undefined) { in ConvertScreenDirectionInfoFromJs()
252 if (!ConvertFromJsValue(env, jsPhyRotation, phyRotation)) { in ConvertScreenDirectionInfoFromJs()