Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Ddrag_recognizer.h164 onDragUpdateNotifyCall_ = onDragNotifyCall; in SetDragUpdateNotify()
248 DragUpdateNotifyCallback onDragUpdateNotifyCall_; variable
H A Ddrag_recognizer.cpp122 if (onDragUpdateNotifyCall_) { in HandleTouchMoveEvent()
123 onDragUpdateNotifyCall_(event.GetOffset().GetX(), event.GetOffset().GetY(), info); in HandleTouchMoveEvent()