Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.cpp36 constexpr int32_t CELL_FOR_INSERT = -2; variable
2125 UpdateMatrixByIndexStrong(CELL_FOR_INSERT, curInsertRowIndex_, curInsertColumnIndex_); in UpdateCurInsertPos()
2192 while ((-1 != index) && (ignoreInsert || (CELL_FOR_INSERT != index))) { in CalTheFirstEmptyCell()