Home
last modified time | relevance | path

Searched refs:SetWindowDecorHeight (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.h163 static napi_value SetWindowDecorHeight(napi_env env, napi_callback_info info);
H A Djs_window.cpp862 napi_value JsWindow::SetWindowDecorHeight(napi_env env, napi_callback_info info) in SetWindowDecorHeight() function in OHOS::Rosen::JsWindow
7069 …indNativeFunction(env, object, "setWindowDecorHeight", moduleName, JsWindow::SetWindowDecorHeight); in BindFunctions()