Searched refs:CalTheFirstEmptyCell (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.cpp | 1819 if (CalTheFirstEmptyCell(FirstEmptyCellRowIndex, FirstEmptyCellColumIndex, true)) { in MoveWhenNoInsertCellAndNoItemInDragCell() 1837 if (CalTheFirstEmptyCell(endRow, endColum, true)) { in MoveWhenNoInsertCellButWithItemInDragCellAndDragEnter() 1873 if (CalTheFirstEmptyCell(endRow, endColum, true)) { in MoveWhenWithInsertCellAndNoItemInDragCell() 1947 bool ret = CalTheFirstEmptyCell(endRow, endColum, true); in FakeRemoveDragItem() 2184 bool RenderGridLayout::CalTheFirstEmptyCell(int32_t& rowIndex, int32_t& columIndex, bool ignoreInse… in CalTheFirstEmptyCell() function in OHOS::Ace::RenderGridLayout
|
H A D | render_grid_layout.h | 374 bool CalTheFirstEmptyCell(int32_t& rowIndex, int32_t& columIndex, bool ignoreInsert);
|