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 223 delta = child.getTop() - mListPadding.top;
236 delta = child.getBottom() - (getHeight() - mListPadding.bottom);
557 final int listTop = mScrollY + mListPadding.top;
569 final int listBottom = mScrollY + getHeight() - mListPadding.bottom;
698 end -= mListPadding.bottom;
704 View child = makeAndAddView(pos, nextTop, true, mListPadding.left, selected);
732 end = mListPadding.top;
738 View child = makeAndAddView(pos, nextBottom, false, mListPadding.left, selected);
785 mListPadding.left, true);
846 sel = makeAndAddView(selectedPosition, selectedTop, true, mListPadding.left, true)
    [all...]
GridView.java 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;
    [all...]
AbsListView.java 352 Rect mListPadding = new Rect();
    [all...]

Completed in 41 milliseconds