Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.cpp1153 double scrollBarExtent = 0.0; in CalculateWholeSize() local
1159 startMainPos_ = scrollBarExtent; in CalculateWholeSize()
1165 scrollBarExtent += GetSize(gridCells_.at(index).at(0)) + *mainGap_; in CalculateWholeSize()
1168 estimateAverageHeight_ = scrollBarExtent / itemCount; in CalculateWholeSize()
1178 if (estimateHeight_ > GetSize(GetLayoutSize()) || scrollBarExtent > GetSize(GetLayoutSize())) { in CalculateWholeSize()