Home
last modified time | relevance | path

Searched refs:needDoDragMoveAnimate (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.cpp1728 bool needDoDragMoveAnimate, bool isMenuShow, const Offset& newOffset, int32_t containerId) in UpdateDragMovePositionFinished() argument
1739 if (!needDoDragMoveAnimate) { in UpdateDragMovePositionFinished()
1765 bool needDoDragMoveAnimate = IsNeedDoDragMoveAnimate(pointerEvent); in DoDragMoveAnimate() local
1766 if (!needDoDragMoveAnimate) { in DoDragMoveAnimate()
1777 if (UpdateDragMovePositionFinished(needDoDragMoveAnimate, isMenuShow, newOffset, containerId) || in DoDragMoveAnimate()
1778 !needDoDragMoveAnimate) { in DoDragMoveAnimate()
H A Ddrag_drop_manager.h491 bool needDoDragMoveAnimate, bool isMenuShow, const Offset& newOffset, int32_t containerId);