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_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp1048 …const auto onTouchInterceptCallback = pattern->nativeXComponentImpl_->GetOnTouchInterceptCallback(… in InitOnTouchIntercept() local
1049 CHECK_NULL_RETURN(onTouchInterceptCallback, hostNode->GetHitTestMode()); in InitOnTouchIntercept()
1052 …return static_cast<NG::HitTestMode>(onTouchInterceptCallback(pattern->nativeXComponent_.get(), &ui… in InitOnTouchIntercept()