Searched refs:SetWindowTouchable (Results 1 – 5 of 5) sorted by relevance
67 int32_t SetWindowTouchable(bool touchable);
277 int32_t res = instance->SetWindowTouchable(touchable); in FfiOHOSWindowSetWindowTouchable()
438 int32_t CJWindowImpl::SetWindowTouchable(bool touchable) in SetWindowTouchable() function in OHOS::Rosen::CJWindowImpl
109 static napi_value SetWindowTouchable(napi_env env, napi_callback_info info);
587 napi_value JsWindow::SetWindowTouchable(napi_env env, napi_callback_info info) in SetWindowTouchable() function in OHOS::Rosen::JsWindow7025 BindNativeFunction(env, object, "setWindowTouchable", moduleName, JsWindow::SetWindowTouchable); in BindFunctions()