Home | History | Annotate | Download | only in widget

Lines Matching refs:listBottom

2074             final int listBottom = getHeight() - getPaddingBottom();
2076 final int lastBottom = lastChild != null ? lastChild.getBottom() : listBottom;
2078 lastBottom <= listBottom;
5356 final int listBottom = getHeight() - getPaddingBottom();
5358 final int lastBottom = lastChild != null ? lastChild.getBottom() : listBottom;
5360 lastBottom <= listBottom) {