Searched refs:jsScreenRotation (Results 1 – 1 of 1) sorted by relevance
221 …napi_value jsNotifyRotation = nullptr, jsScreenRotation = nullptr, jsRotation = nullptr, jsPhyRota… in ConvertScreenDirectionInfoFromJs() local223 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()