Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.h251 napi_value OnSetWindowDecorHeight(napi_env env, napi_callback_info info);
H A Djs_window.cpp866 return (me != nullptr) ? me->OnSetWindowDecorHeight(env, info) : nullptr; in SetWindowDecorHeight()
6264 napi_value JsWindow::OnSetWindowDecorHeight(napi_env env, napi_callback_info info) in OnSetWindowDecorHeight() function in OHOS::Rosen::JsWindow