Home
last modified time | relevance | path

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

/foundation/windowmanager/interfaces/kits/napi/window_runtime/window_napi/
Djs_window.h54 static NativeValue* SetDimBehind(NativeEngine* engine, NativeCallbackInfo* info);
Djs_window.cpp218 NativeValue* JsWindow::SetDimBehind(NativeEngine* engine, NativeCallbackInfo* info) in SetDimBehind() function in OHOS::Rosen::JsWindow
1439 BindNativeFunction(engine, *object, "setDimBehind", JsWindow::SetDimBehind); in CreateJsWindowObject()