Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.cpp968 curInsertRowIndex_ = -1; in ClearPartDragInfo()
977 curInsertRowIndex_ = -1; in ClearAllDragInfo()
1795 if (curInsertRowIndex_ >= 0 && curInsertColumnIndex_ >= 0) { in MoveItems()
1875 int32_t startRow = curInsertRowIndex_; in MoveWhenWithInsertCellAndNoItemInDragCell()
1906 int32_t endRow = curInsertRowIndex_; in MoveWhenWithInsertCellButWithItemInDragCellDragBeforeInsert()
1924 int32_t startRow = curInsertRowIndex_; in MoveWhenWithInsertCellButWithItemInDragCellDragAfterInsert()
1954 curInsertRowIndex_ = -1; in FakeRemoveDragItem()
1957 int32_t startRow = curInsertRowIndex_; in FakeRemoveDragItem()
1969 renderGrid->curInsertRowIndex_ = -1; in FakeRemoveDragItem()
1976 curInsertRowIndex_ = -1; in FakeRemoveDragItem()
[all …]
H A Drender_grid_layout.h504 int32_t curInsertRowIndex_ = -1; variable