Home | History | Annotate | Download | only in widget

Lines Matching refs:lastBottom

2138             final int lastBottom = lastChild != null ? lastChild.getBottom() : listBottom;
2140 lastBottom <= listBottom;
5028 final int lastBottom = getChildAt(childCount - 1).getBottom();
5030 return lastPosition < mItemCount || lastBottom > getHeight() - listPadding.bottom;
5052 final int lastBottom = getChildAt(childCount - 1).getBottom();
5069 final int spaceBelow = lastBottom - end;
5093 mLastPositionDistanceGuess = lastBottom + listPadding.bottom;
5101 lastBottom <= getHeight() - listPadding.bottom && incrementalDeltaY <= 0);
5510 final int lastBottom = lastChild != null ? lastChild.getBottom() : listBottom;
5512 lastBottom <= listBottom) {