Home | History | Annotate | Download | only in widget

Lines Matching refs:lastBottom

1454             final int lastBottom = lastChild.getBottom();
1461 int bottomOffset = end - lastBottom;
1514 final int lastBottom = lastChild.getBottom();
1520 if (lastPosition < mItemCount - 1 || lastBottom > end) {
1523 topOffset = Math.min(topOffset, lastBottom - end);