Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_position_map.h99 return prevTotalHeight_; in GetPrevTotalHeight()
291 totalHeight_, prevTotalHeight_, lanes_, space_, totalItemCount_); in PosMapRecalculate()
358 prevTotalHeight_ = totalHeight_; in UpdateGroupPosMap()
519 float prevTotalHeight_ = 0.0f; variable