Searched defs:dragDropRet (Results 1 – 1 of 1) sorted by relevance
| /foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/ |
| D | drag_drop_manager.cpp | 761 void DragDropManager::ResetDragDropStatus(const Point& point, const DragDropRet& dragDropRet, int32… in ResetDragDropStatus() 868 …DragDropRet dragDropRet { DragRet::DRAG_CANCEL, false, container->GetWindowId(), DragBehavior::UNK… in OnDragEnd() local 1054 DragDropRet dragDropRet { dragResult, useCustomAnimation, windowId, dragBehavior }; in OnDragDrop() local 2124 … DragDropRet dragDropRet { DragRet::DRAG_FAIL, isMouseDragged_, windowId, DragBehavior::UNKNOWN }; in ResetDragDrop() local
|