Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Ddrag_recognizer.h167 void SetDragEndNotify(const DragEndNotifyCallback& onDragNotifyCall) in SetDragEndNotify() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/gesture_listener/
H A Drender_gesture_listener.cpp210 freeDragRecognizer_->SetDragEndNotify([&](double x, double y, const DragEndInfo& endInfo) { in Update()