Home
last modified time | relevance | path

Searched refs:isDragWithContextMenu_ (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.h408 return isDragWithContextMenu_; in IsDragWithContextMenu()
413 isDragWithContextMenu_ = isDragWithContextMenu; in SetIsDragWithContextMenu()
581 bool isDragWithContextMenu_ = false; variable
H A Ddrag_drop_manager.cpp622 if (IsNeedDisplayInSubwindow() || isDragWithContextMenu_) { in OnDragMoveOut()
752 isDragWithContextMenu_ = false; in DoDragReset()
1644 if (isDragWithContextMenu_ && (!previewOption.isScaleEnabled || width < maxWidth)) { in GetDragPreviewInfo()
1663 if (!(IsNeedDisplayInSubwindow() || isDragWithContextMenu_) || isDragFwkShow_) { in IsNeedDoDragMoveAnimate()
1730 if (!isDragWithContextMenu_) { in UpdateDragMovePositionFinished()
1796 bool dragWithContextMenu = isDragWithContextMenu_; in DragMoveAnimation()
1853 || (!IsNeedDisplayInSubwindow() && !isSubwindowOverlay && !isDragWithContextMenu_)) { in DoDragStartAnimation()
1854 if (isDragWithContextMenu_) { in DoDragStartAnimation()