Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/touch_listener/
H A Drender_touch_listener.h56 void SetOnTouchCancel(const OnTouchEventCallback& onTouchCancel) const in SetOnTouchCancel() argument
58 if (onTouchCancel) { in SetOnTouchCancel()
59 rawRecognizer_->SetOnTouchCancel(onTouchCancel); in SetOnTouchCancel()
H A Dtouch_listener_component.h81 void SetOnTouchCancel(const EventMarker& onTouchCancel) in SetOnTouchCancel() argument
83 eventIds_[EventAction::ON][EventStage::BUBBLE][EventType::TOUCH_CANCEL] = onTouchCancel; in SetOnTouchCancel()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Draw_recognizer.h82 void SetOnTouchCancel(const OnTouchEventCallback& onTouchCancel) in SetOnTouchCancel() argument
84 onEventCallbacks_[EventStage::BUBBLE][EventType::TOUCH_CANCEL] = onTouchCancel; in SetOnTouchCancel()