Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_layout_algorithm.h339 return endFooterPos_; in GetEndFooterPos()
473 float endFooterPos_ = 0.0f; variable
H A Dlist_item_group_pattern.cpp94 DumpLog::GetInstance().AddDesc("endFooterPos:" + std::to_string(endFooterPos_)); in DumpAdvanceInfo()
168 endFooterPos_ = layoutAlgorithm->GetEndFooterPos(); in OnDirtyLayoutWrapperSwap()
340 bool isFooter = endFooterPos_ < 0 ? true : false; in GetEndListItemIndex()
H A Dlist_item_group_pattern.h362 float endFooterPos_ = 0.0f; variable
H A Dlist_item_group_layout_algorithm.cpp1138 endFooterPos_ = endFooterPos_ > mainPos ? mainPos : endFooterPos_; in LayoutHeaderFooterRTL()
1201 endFooterPos_ = mainPos + totalMainSize_ - footerMainSize_ - listMainSize; in LayoutHeaderFooterLTR()