Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.h362 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 Drender_grid_layout.cpp2000 …derGridLayout::MoveItemsForward(int32_t fromRow, int32_t fromColum, int32_t toRow, int32_t toColum) in MoveItemsForward() argument
2003 if (!SortCellIndex(fromRow, fromColum, toRow, toColum, valid) && (!valid)) { in MoveItemsForward()
2008 int32_t curColum = toColum; in MoveItemsForward()
2010 int32_t targetColum = toColum; in MoveItemsForward()
2052 …erGridLayout::MoveItemsBackward(int32_t fromRow, int32_t fromColum, int32_t toRow, int32_t toColum) 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()