Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/touch_listener/
H A Drender_touch_listener.cpp53 rawRecognizer_->SetCatchEventCallback( in Update()
71 swipeRecognizer_->SetCatchEventCallback( in Update()
82 rawRecognizer_->SetCatchEventCallback(event, EventStage::CAPTURE, EventType::TOUCH_UP); in Update()
83 rawRecognizer_->SetCatchEventCallback(event, EventStage::CAPTURE, EventType::TOUCH_MOVE); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dswipe_recognizer.h67 void SetCatchEventCallback(const CatchSwipeCallback& eventCallback, uint32_t stage) in SetCatchEventCallback() function
H A Draw_recognizer.h62 …void SetCatchEventCallback(const CatchTouchEventCallback& eventCallback, uint32_t stage, uint32_t … in SetCatchEventCallback() function