Searched refs:lastBottom (Results 1 – 3 of 3) sorted by relevance
641 final int lastBottom = lastChild.getBottom(); in correctTooHigh() local647 int bottomOffset = end - lastBottom; in correctTooHigh()692 final int lastBottom = lastChild.getBottom(); in correctTooLow() local697 if (topOffset > 0 && (lastPosition < mItemCount - 1 || lastBottom > end)) { in correctTooLow()700 topOffset = Math.min(topOffset, lastBottom - end); in correctTooLow()
2247 final int lastBottom = lastChild != null ? lastChild.getBottom() : listBottom; in onMeasure() local2249 lastBottom <= listBottom; in onMeasure()5444 final int lastBottom = getChildAt(childCount - 1).getBottom();5446 return lastPosition < mItemCount || lastBottom > getHeight() - listPadding.bottom;5469 final int lastBottom = getChildAt(childCount - 1).getBottom();5486 final int spaceBelow = lastBottom - end;5510 mLastPositionDistanceGuess = lastBottom + listPadding.bottom;5518 lastBottom <= getHeight() - listPadding.bottom && incrementalDeltaY <= 0);5936 final int lastBottom = lastChild != null ? lastChild.getBottom() : listBottom; in handleDataChanged() local5938 lastBottom <= listBottom) { in handleDataChanged()
1545 final int lastBottom = lastChild.getBottom(); in correctTooHigh() local1552 int bottomOffset = end - lastBottom; in correctTooHigh()1606 final int lastBottom = lastChild.getBottom(); in correctTooLow() local1612 if (lastPosition < mItemCount - 1 || lastBottom > end) { in correctTooLow()1615 topOffset = Math.min(topOffset, lastBottom - end); in correctTooLow()