Searched refs:toRow (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 | 362 bool MoveItemsForward(int32_t fromRow, int32_t fromColum, int32_t toRow, int32_t toColum); 365 bool MoveItemsBackward(int32_t fromRow, int32_t fromColum, int32_t toRow, int32_t toColum);
|
H A D | render_grid_layout.cpp | 2000 bool RenderGridLayout::MoveItemsForward(int32_t fromRow, int32_t fromColum, int32_t toRow, int32_t … in MoveItemsForward() argument 2003 if (!SortCellIndex(fromRow, fromColum, toRow, toColum, valid) && (!valid)) { in MoveItemsForward() 2007 int32_t curRow = toRow; in MoveItemsForward() 2009 int32_t targetRow = toRow; in MoveItemsForward() 2052 bool RenderGridLayout::MoveItemsBackward(int32_t fromRow, int32_t fromColum, int32_t toRow, int32_t… in MoveItemsBackward() argument 2055 if (!SortCellIndex(fromRow, fromColum, toRow, toColum, valid) && (!valid)) { in MoveItemsBackward() 2066 equal = SortCellIndex(curRow, curColum, toRow, toColum, valid); in MoveItemsBackward() 2096 equal = SortCellIndex(curRow, curColum, toRow, toColum, valid); in MoveItemsBackward()
|