Home | History | Annotate | Download | only in widget

Lines Matching refs:listBottom

540         final int listBottom = mScrollY + getHeight() - mListPadding.bottom;
543 || (bottomOfBottomChild < listBottom);
2678 final int listBottom = getHeight() - mListPadding.bottom;
2696 int goalBottom = listBottom;
2716 final int max = getChildAt(numChildren - 1).getBottom() - listBottom;
2863 final int listBottom = getHeight() - mListPadding.bottom -
2866 (selectedView != null && selectedView.getBottom() < listBottom) ?
2868 listBottom;
2958 final int listBottom = getHeight() - mListPadding.bottom;
2959 if (mTempRect.bottom > listBottom) {
2960 amountToScroll = mTempRect.bottom - listBottom;
2980 final int listBottom = mBottom - mTop - mListPadding.bottom;
2983 } else if (mTempRect.top > listBottom) {
2984 distance = mTempRect.top - listBottom;
2999 final int listBottom = getHeight() - mListPadding.bottom;
3009 while (last.getBottom() < listBottom) {
3022 if (last.getBottom() < listBottom) {
3023 offsetChildrenTopAndBottom(listBottom - last.getBottom());
3057 while (last.getTop() > listBottom) {
3118 final int listBottom = getHeight() -
3121 if (last == null || last.getBottom() < listBottom) {
3223 final int listBottom = mBottom - mTop - effectivePaddingBottom + mScrollY;
3249 (bottom < listBottom && !(drawOverscrollFooter && i == count - 1))) {
3317 bounds.top = listBottom;
3318 bounds.bottom = listBottom + dividerHeight;