Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.cpp1960 auto averageItemHeight = GetMainSize(itemSize) / GetChildren().size() + spaceWidth_; in CalculateMainScrollExtent() local
1961 estimatedHeight_ = averageItemHeight * TotalCount(); in CalculateMainScrollExtent()
1962 lastOffset_ = startIndex_ * averageItemHeight - currentOffset_; in CalculateMainScrollExtent()
1967 startIndexOffset_ = startIndex_ * averageItemHeight; in CalculateMainScrollExtent()