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 210 delta = child.getTop() - mListPadding.top;
223 delta = child.getBottom() - (getHeight() - mListPadding.bottom);
528 final int listTop = mScrollY + mListPadding.top;
540 final int listBottom = mScrollY + getHeight() - mListPadding.bottom;
669 end -= mListPadding.bottom;
675 View child = makeAndAddView(pos, nextTop, true, mListPadding.left, selected);
703 end = mListPadding.top;
709 View child = makeAndAddView(pos, nextBottom, false, mListPadding.left, selected);
756 mListPadding.left, true);
817 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 55 milliseconds