Home | History | Annotate | Download | only in widget

Lines Matching refs:lastBottom

2065             final int lastBottom = lastChild != null ? lastChild.getBottom() : listBottom;
2067 lastBottom <= listBottom;
4974 final int lastBottom = getChildAt(childCount - 1).getBottom();
4976 return lastPosition < mItemCount || lastBottom > getHeight() - listPadding.bottom;
4998 final int lastBottom = getChildAt(childCount - 1).getBottom();
5015 final int spaceBelow = lastBottom - end;
5039 mLastPositionDistanceGuess = lastBottom + listPadding.bottom;
5047 lastBottom <= getHeight() - listPadding.bottom && incrementalDeltaY <= 0);
5459 final int lastBottom = lastChild != null ? lastChild.getBottom() : listBottom;
5461 lastBottom <= listBottom) {