Searched refs:CELL_EMPTY (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/ |
H A D | render_grid_layout.cpp | 35 constexpr int32_t CELL_EMPTY = -1; variable 1953 UpdateMatrixByIndexStrong(CELL_EMPTY, curInsertRowIndex_, curInsertColumnIndex_); in FakeRemoveDragItem() 1971 renderGrid->UpdateMatrixByIndexStrong(CELL_EMPTY, rowIndex, colIndex); in FakeRemoveDragItem() 1978 UpdateMatrixByIndexStrong(CELL_EMPTY, endRow, endColum); in FakeRemoveDragItem() 2032 UpdateMatrixByIndexStrong(CELL_EMPTY, curRow, curColum); in MoveItemsForward() 2082 UpdateMatrixByIndexStrong(CELL_EMPTY, curRow, curColum); in MoveItemsBackward()
|