Home | History | Annotate | Download | only in widget

Lines Matching refs:lastBottom

1968             final int lastBottom = lastChild != null ? lastChild.getBottom() : listBottom;
1970 lastBottom <= listBottom;
4802 final int lastBottom = getChildAt(childCount - 1).getBottom();
4819 final int spaceBelow = lastBottom - end;
4843 mLastPositionDistanceGuess = lastBottom + listPadding.bottom;
4851 lastBottom <= getHeight() - listPadding.bottom && incrementalDeltaY <= 0);
5253 final int lastBottom = lastChild != null ? lastChild.getBottom() : listBottom;
5255 lastBottom <= listBottom) {