Home | History | Annotate | Download | only in widget

Lines Matching refs:lastBottom

621             final int lastBottom = lastChild.getBottom();
627 int bottomOffset = end - lastBottom;
672 final int lastBottom = lastChild.getBottom();
677 if (topOffset > 0 && (lastPosition < mItemCount - 1 || lastBottom > end)) {
680 topOffset = Math.min(topOffset, lastBottom - end);