Home
last modified time | relevance | path

Searched refs:SetWindowTouchable (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_impl.h67 int32_t SetWindowTouchable(bool touchable);
H A Dwindow_ffi.cpp277 int32_t res = instance->SetWindowTouchable(touchable); in FfiOHOSWindowSetWindowTouchable()
H A Dwindow_impl.cpp438 int32_t CJWindowImpl::SetWindowTouchable(bool touchable) in SetWindowTouchable() function in OHOS::Rosen::CJWindowImpl
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.h109 static napi_value SetWindowTouchable(napi_env env, napi_callback_info info);
H A Djs_window.cpp587 napi_value JsWindow::SetWindowTouchable(napi_env env, napi_callback_info info) in SetWindowTouchable() function in OHOS::Rosen::JsWindow
7025 BindNativeFunction(env, object, "setWindowTouchable", moduleName, JsWindow::SetWindowTouchable); in BindFunctions()