Searched refs:lastBottom (Results 1 – 3 of 3) sorted by relevance
582 final int lastBottom = lastChild.getBottom(); in correctTooHigh() local588 int bottomOffset = end - lastBottom; in correctTooHigh()633 final int lastBottom = lastChild.getBottom(); in correctTooLow() local638 if (topOffset > 0 && (lastPosition < mItemCount - 1 || lastBottom > end)) { in correctTooLow()641 topOffset = Math.min(topOffset, lastBottom - end); in correctTooLow()
1837 final int lastBottom = lastChild != null ? lastChild.getBottom() : listBottom; in onMeasure() local1839 lastBottom <= listBottom; in onMeasure()4412 final int lastBottom = getChildAt(childCount - 1).getBottom();4429 final int spaceBelow = lastBottom - end;4453 mLastPositionDistanceGuess = lastBottom + listPadding.bottom;4461 lastBottom <= getHeight() - listPadding.bottom && incrementalDeltaY <= 0);4866 final int lastBottom = lastChild != null ? lastChild.getBottom() : listBottom; in handleDataChanged() local4868 lastBottom <= listBottom) { in handleDataChanged()
1372 final int lastBottom = lastChild.getBottom(); in correctTooHigh() local1379 int bottomOffset = end - lastBottom; in correctTooHigh()1432 final int lastBottom = lastChild.getBottom(); in correctTooLow() local1438 if (lastPosition < mItemCount - 1 || lastBottom > end) { in correctTooLow()1441 topOffset = Math.min(topOffset, lastBottom - end); in correctTooLow()