Searched refs:GetPrevTotalHeight (Results 1 – 2 of 2) sorted by relevance
359 referencePos_ -= (totalMainSize_ - posMap_->GetPrevTotalHeight()); in NeedMeasureItem()360 refPos_ -= (totalMainSize_ - posMap_->GetPrevTotalHeight()); in NeedMeasureItem()376 referencePos_ += (totalMainSize_ - posMap_->GetPrevTotalHeight()); in NeedMeasureItem()377 refPos_ += (totalMainSize_ - posMap_->GetPrevTotalHeight()); in NeedMeasureItem()947 float offset = referencePos_ - posMap_->GetPrevTotalHeight() + pos - prevContentMainSize_; in ModifyReferencePos()
97 float GetPrevTotalHeight() const in GetPrevTotalHeight() function