Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Draw_recognizer.h62 …void SetCatchEventCallback(const CatchTouchEventCallback& eventCallback, uint32_t stage, uint32_t … in SetCatchEventCallback()
99 CatchTouchEventCallback catcheventCallbacks_[EventStage::SIZE][EventType::SIZE];
H A Draw_recognizer.cpp72 CatchTouchEventCallback catchCallback; in DispatchEvent()
93 CatchTouchEventCallback catchCallback; in HandleEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dtouch_event.h1063 using CatchTouchEventCallback = std::function<void()>; variable