Searched refs:jsPhyRotation (Results 1 – 1 of 1) sorted by relevance
221 …otifyRotation = nullptr, jsScreenRotation = nullptr, jsRotation = nullptr, jsPhyRotation = nullptr; in ConvertScreenDirectionInfoFromJs() local225 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()