Searched refs:SetDimBehind (Results 1 – 2 of 2) sorted by relevance
54 static NativeValue* SetDimBehind(NativeEngine* engine, NativeCallbackInfo* info);
218 NativeValue* JsWindow::SetDimBehind(NativeEngine* engine, NativeCallbackInfo* info) in SetDimBehind() function in OHOS::Rosen::JsWindow1439 BindNativeFunction(engine, *object, "setDimBehind", JsWindow::SetDimBehind); in CreateJsWindowObject()