Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list_item_group.cpp359 if (stickyFooter_ && GreatNotEqual(backwardReferencePos_, listMainSize_)) { in SetItemsPostion()
365 footerPos = std::max(footerPos, listMainSize_ - footerSize); in SetItemsPostion()
441 listMainSize_ = param.listMainSize; in SetItemGroupLayoutParam()
491 if (GreatNotEqual(backwardReferencePos_ + offset, listMainSize_)) { in SetChainOffset()
497 footerPos = std::max(footerPos, listMainSize_ - footerSize); in SetChainOffset()
H A Drender_list_item_group.h190 double listMainSize_ = 0.0; variable