Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_utils.cpp251 bool IsJsIsRotatableUndefined(napi_env env, napi_value jsIsRotatable, SessionInfo& sessionInfo) in IsJsIsRotatableUndefined() argument
253 if (GetType(env, jsIsRotatable) != napi_undefined) { in IsJsIsRotatableUndefined()
255 if (!ConvertFromJsValue(env, jsIsRotatable, isRotable)) { in IsJsIsRotatableUndefined()