Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_position_map.h488 float GetRowHeight(int32_t input) in GetRowHeight() function
H A Dlist_item_group_layout_algorithm.cpp534 … endPos = childrenSize_ ? posMap_->GetPos(endIndex) + posMap_->GetRowHeight(endIndex) : endPos; in MeasureListItem()
949 (posMap_->GetPos(index) + posMap_->GetRowHeight(index)); in ModifyReferencePos()