Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dnative_interface_xcomponent_impl.h322 onTouchInterceptCallback_ = callback; in SetOnTouchInterceptCallback()
327 return onTouchInterceptCallback_; in GetOnTouchInterceptCallback()
474 OnTouchIntercept_Callback onTouchInterceptCallback_ = nullptr; variable