HomeSort by relevance Sort by last modified time
    Searched refs:mListPadding (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/widget/
ListView.java 209 delta = child.getTop() - mListPadding.top;
222 delta = child.getBottom() - (getHeight() - mListPadding.bottom);
527 final int listTop = mScrollY + mListPadding.top;
539 final int listBottom = mScrollY + getHeight() - mListPadding.bottom;
668 end -= mListPadding.bottom;
674 View child = makeAndAddView(pos, nextTop, true, mListPadding.left, selected);
702 end = mListPadding.top;
708 View child = makeAndAddView(pos, nextBottom, false, mListPadding.left, selected);
755 mListPadding.left, true);
816 sel = makeAndAddView(selectedPosition, selectedTop, true, mListPadding.left, true)
    [all...]
GridView.java 279 end -= mListPadding.bottom;
309 nextLeft = getWidth() - mListPadding.right - columnWidth -
312 nextLeft = mListPadding.left +
377 end = mListPadding.top;
598 final int end = (mBottom - mTop) - mListPadding.bottom;
609 if (bottomOffset > 0 && (mFirstPosition > 0 || firstTop < mListPadding.top)) {
612 bottomOffset = Math.min(bottomOffset, mListPadding.top - firstTop);
638 final int start = mListPadding.top;
641 final int end = (mBottom - mTop) - mListPadding.bottom;
    [all...]
AbsListView.java 333 Rect mListPadding = new Rect();
    [all...]

Completed in 262 milliseconds