Home | History | Annotate | Download | only in widget

Lines Matching defs:getBottom

1128                 getChildAt(childCount - 1).getBottom() <= getHeight() - mListPadding.bottom;
1727 final int bottom = view.getBottom();
1813 final int bottom = getChildAt(count - 1).getBottom();
1837 final int lastBottom = lastChild != null ? lastChild.getBottom() : listBottom;
1922 canScrollDown = child.getBottom() > mBottom - mListPadding.bottom;
2052 selectorRect.set(sel.getLeft(), sel.getTop(), sel.getRight(), sel.getBottom());
3190 final int lastChildBottom = getChildAt(childCount - 1).getBottom();
4322 getChildAt(childCount - 1).getBottom() == bottomLimit && distance > 0)) {
4412 final int lastBottom = getChildAt(childCount - 1).getBottom();
4487 if (child.getBottom() >= top) {
4708 int selectedBottom = selected.getBottom();
4750 final int bottom = v.getBottom();
4866 final int lastBottom = lastChild != null ? lastChild.getBottom() : listBottom;