Home
last modified time | relevance | path

Searched refs:itemDragStarted_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.cpp985 itemDragStarted_ = false; in ClearAllDragInfo()
1217 if (itemDragStarted_) { in OnDragEnter()
1233 if (itemDragStarted_) { in OnDragLeave()
1250 if (!itemDragEntered_ && itemLongPressed_ && !itemDragStarted_) { in OnDragMove()
1275 itemDragStarted_ = false; in ImpDropInGrid()
1317 if (CouldBeInserted() || itemDragStarted_) { in ImpDragMove()
1439 if ((isMainGrid_ && isInMainGrid_ && itemDragStarted_) || (!isMainGrid_ && itemDragEntered_)) { in OnDrop()
1469 itemDragStarted_ = true; in ImpDragStart()
1826 if (itemDragEntered_ || (itemDragStarted_ && reEnter_)) { in MoveWhenNoInsertCellButWithItemInDragCell()
1828 } else if (itemDragStarted_ && !reEnter_) { in MoveWhenNoInsertCellButWithItemInDragCell()
[all …]
H A Drender_grid_layout.h529 bool itemDragStarted_ = false; variable