Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.h374 bool CalTheFirstEmptyCell(int32_t& rowIndex, int32_t& columIndex, bool ignoreInsert);
H A Drender_grid_layout.cpp2184 …l RenderGridLayout::CalTheFirstEmptyCell(int32_t& rowIndex, int32_t& columIndex, bool ignoreInsert) in CalTheFirstEmptyCell() argument
2192 while ((-1 != index) && (ignoreInsert || (CELL_FOR_INSERT != index))) { in CalTheFirstEmptyCell()