Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_height_offset_calculator.h92 totalItemHeight_ += height; in CalculateFrameNode()
229 return totalItemHeight_ / totalItemCount_; in GetAverageItemHeight()
256 float totalItemHeight_ = 0.0f; variable