Searched refs:listMainSize_ (Results 1 – 2 of 2) sorted by relevance
359 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()
190 double listMainSize_ = 0.0; variable