Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Drender_xcomponent.cpp144 SetTouchPoint(info.GetTouches(), timeStamp, touchType); in HandleTouchEvent()
149 void RenderXComponent::SetTouchPoint( in SetTouchPoint() function in OHOS::Ace::RenderXComponent
417 nXCompImpl->SetTouchPoint(xComponentTouchPoints); in NativeXComponentDispatchTouchEvent()
H A Drender_xcomponent.h127 void SetTouchPoint(
H A Dnative_interface_xcomponent_impl.h184 void SetTouchPoint(const std::vector<XComponentTouchPoint>& xComponentTouchPoints) in SetTouchPoint() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.h375 void SetTouchPoint(
H A Dxcomponent_pattern.cpp660 nativeXComponentImpl_->SetTouchPoint(xComponentTouchPoints); in NativeXComponentDispatchTouchEvent()
1108 SetTouchPoint(info.GetTouches(), timeStamp, touchType); in HandleTouchEvent()
1209 void XComponentPattern::SetTouchPoint( in SetTouchPoint() function in OHOS::Ace::NG::XComponentPattern