Home | History | Annotate | Download | only in widget

Lines Matching refs:listBottom

1984             final int listBottom = getHeight() - getPaddingBottom();
1986 final int lastBottom = lastChild != null ? lastChild.getBottom() : listBottom;
1988 lastBottom <= listBottom;
5291 final int listBottom = getHeight() - getPaddingBottom();
5293 final int lastBottom = lastChild != null ? lastChild.getBottom() : listBottom;
5295 lastBottom <= listBottom) {