Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.h331 bool IsPullMoveReceivedForCurrentDrag() const in IsPullMoveReceivedForCurrentDrag() function
H A Ddrag_drop_manager.cpp1885 if (dragDropManager && !dragDropManager->IsPullMoveReceivedForCurrentDrag()) { in DragStartAnimation()