Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/touch_listener/
H A Drender_touch_listener.cpp51 … auto& catchEventId = touchComponent->GetEvent(EventAction::CATCH, eventStage, touchEventType); in Update() local
52 if (!catchEventId.IsEmpty()) { in Update()
54 … AceAsyncEvent<void()>::Create(catchEventId, context_), eventStage, touchEventType); in Update()
66 auto& catchEventId = touchComponent->GetSwipeEvent(EventAction::CATCH, eventStage); in Update() local
67 if (!catchEventId.IsEmpty()) { in Update()
72 … AceAsyncEvent<void(const SwipeEventInfo&)>::Create(catchEventId, context_), eventStage); in Update()