Searched refs:maxEnd (Results 1 – 1 of 1) sorted by relevance
641 float maxEnd = info_->EndPos(); in AdjustOverScroll() local644 if (LessOrEqual(maxEnd, mainLen_) && info_->footerIndex_ == 0) { in AdjustOverScroll()646 maxEnd += info_->footerHeight_; in AdjustOverScroll()652 maxEnd += info_->BotMargin(); in AdjustOverScroll()658 } else if (info_->EndIndex() == itemCnt_ - 1 && LessNotEqual(maxEnd, mainLen_)) { in AdjustOverScroll()659 float delta = mainLen_ - maxEnd; in AdjustOverScroll()