Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.cpp1896SortCellIndex(dragPosRowIndex_, dragPosColumnIndex_, curInsertRowIndex_, curInsertColumnIndex_, dr… in MoveWhenWithInsertCellButWithItemInDragCell()
2003 if (!SortCellIndex(fromRow, fromColum, toRow, toColum, valid) && (!valid)) { in MoveItemsForward()
2014 equal = SortCellIndex(fromRow, fromColum, curRow, curColum, valid); in MoveItemsForward()
2047 equal = SortCellIndex(fromRow, fromColum, curRow, curColum, valid); in MoveItemsForward()
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()
2148 bool RenderGridLayout::SortCellIndex( in SortCellIndex() function in OHOS::Ace::RenderGridLayout
H A Drender_grid_layout.h371 …bool SortCellIndex(int32_t rowFirst, int32_t columFirst, int32_t rowSecond, int32_t columSecond, b…