Searched refs:MoveItemsBackward (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/ |
H A D | render_grid_layout.h | 365 bool MoveItemsBackward(int32_t fromRow, int32_t fromColum, int32_t toRow, int32_t toColum);
|
H A D | render_grid_layout.cpp | 1878 if (MoveItemsBackward(startRow, startColum, endRow, endColum)) { in MoveWhenWithInsertCellAndNoItemInDragCell() 1927 if (MoveItemsBackward(startRow, startColum, dragPosRowIndex_, dragPosColumnIndex_)) { in MoveWhenWithInsertCellButWithItemInDragCellDragAfterInsert() 1963 if (MoveItemsBackward(startRow, startColum, endRow, endColum)) { in FakeRemoveDragItem() 2052 bool RenderGridLayout::MoveItemsBackward(int32_t fromRow, int32_t fromColum, int32_t toRow, int32_t… in MoveItemsBackward() function in OHOS::Ace::RenderGridLayout
|