Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Ddrag_recognizer.h130 using DragEndNotifyCallback = std::function<void(double x, double y, const DragEndInfo& endInfo)>; variable
167 void SetDragEndNotify(const DragEndNotifyCallback& onDragNotifyCall) in SetDragEndNotify()
249 DragEndNotifyCallback onDragEndNotifyCall_;