Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.cpp382 double colSize = ((gridWidth_ > 0.0) && (gridWidth_ < GetLayoutParam().GetMaxSize().Width())) in GetGridSize() local
394 colSize = viewPort_.Width(); in GetGridSize()
405 if (rowSize != rowSize_ || colSize != colSize_) { in GetGridSize()
407 colSize_ = colSize; in GetGridSize()