Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.h501 int32_t curItemCountMax_ = -1; variable
H A Drender_grid_layout.cpp901 if (curItemCountMax_ >= (itemCount + 1)) { in NeedBeLarger()
916 if ((curItemCountMax_ - crossItemCount) < itemCount) { in NeedBeSmaller()
1567 curItemCountMax_ = colCount_ * rowCount_; in InitialDynamicGridProp()