Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_layout/
H A Dgrid_layout_algorithm.cpp78 auto rowsLen = rows.first; in InitGridCeils() local
80 if (rowsLen.empty()) { in InitGridCeils()
81 rowsLen.push_back(idealSize.Height()); in InitGridCeils()
90 if (static_cast<uint32_t>(mainCount_) != rowsLen.size()) { in InitGridCeils()
91 mainCount_ = static_cast<int32_t>(rowsLen.size()); in InitGridCeils()
100 for (const auto& height : rowsLen) { in InitGridCeils()