Searched defs:eventStage (Results 1 - 1 of 1) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/touch_listener/ |
H A D | render_touch_listener.cpp | 47 AceAsyncEvent<void(const TouchEventInfo&)>::Create(onEventId, context_), eventStage, in Update() local 53 AceAsyncEvent<void()>::Create(catchEventId, context_), eventStage, touchEventType); in Update() local 63 AceAsyncEvent<void(const SwipeEventInfo&)>::Create(onEventId, context_), eventStage); in Update() local 71 AceAsyncEvent<void(const SwipeEventInfo&)>::Create(catchEventId, context_), eventStage); Update() local [all...] |
Completed in 1 milliseconds