Home | History | Annotate | Download | only in widget

Lines Matching refs:mListPadding

303             end -= mListPadding.bottom;
333 nextLeft = getWidth() - mListPadding.right - columnWidth -
336 nextLeft = mListPadding.left +
402 end = mListPadding.top;
623 final int end = (mBottom - mTop) - mListPadding.bottom;
634 if (bottomOffset > 0 && (mFirstPosition > 0 || firstTop < mListPadding.top)) {
637 bottomOffset = Math.min(bottomOffset, mListPadding.top - firstTop);
663 final int start = mListPadding.top;
666 final int end = (mBottom - mTop) - mListPadding.bottom;
1039 // Sets up mListPadding
1049 widthSize = mColumnWidth + mListPadding.left + mListPadding.right;
1051 widthSize = mListPadding.left + mListPadding.right;
1056 int childWidth = widthSize - mListPadding.left - mListPadding.right;
1092 heightSize = mListPadding.top + mListPadding.bottom + childHeight +
1097 int ourSize = mListPadding.top + mListPadding.bottom;
1116 + mListPadding.left + mListPadding.right;
1172 final int childrenTop = mListPadding.top;
1173 final int childrenBottom = mBottom - mTop - mListPadding.bottom;
2248 delta = child.getTop() - mListPadding.top;
2261 delta = child.getBottom() - (getHeight() - mListPadding.bottom);