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