Home
last modified time | relevance | path

Searched refs:dragDropRet (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.cpp723 void DragDropManager::ResetDragDropStatus(const Point& point, const DragDropRet& dragDropRet, int32… in ResetDragDropStatus() argument
725 if (dragDropRet.result != DragRet::DRAG_FAIL || !isMouseDragged_) { in ResetDragDropStatus()
726 InteractionInterface::GetInstance()->SetDragWindowVisible(!dragDropRet.hasCustomAnimation); in ResetDragDropStatus()
728 InteractionInterface::GetInstance()->StopDrag(dragDropRet); in ResetDragDropStatus()
729 NotifyDragFrameNode(point, DragEventType::DROP, dragDropRet.result); in ResetDragDropStatus()
824 …DragDropRet dragDropRet { DragRet::DRAG_CANCEL, false, container->GetWindowId(), DragBehavior::UNK… in OnDragEnd() local
825 ResetDragDropStatus(point, dragDropRet, container->GetWindowId()); in OnDragEnd()
1010 DragDropRet dragDropRet { dragResult, useCustomAnimation, windowId, dragBehavior }; in OnDragDrop() local
1011 InteractionInterface::GetInstance()->StopDrag(dragDropRet); in OnDragDrop()
2085 … DragDropRet dragDropRet { DragRet::DRAG_FAIL, isMouseDragged_, windowId, DragBehavior::UNKNOWN }; in ResetDragDrop() local
[all …]
H A Ddrag_drop_manager.h114 void ResetDragDropStatus(const Point& point, const DragDropRet& dragDropRet, int32_t windowId);