Home
last modified time | relevance | path

Searched refs:mListPadding (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/widget/
DListView.java298 delta = child.getTop() - mListPadding.top; in adjustViewsUpOrDown()
311 delta = child.getBottom() - (getHeight() - mListPadding.bottom); in adjustViewsUpOrDown()
645 final int listTop = mScrollY + mListPadding.top; in showingTopFadingEdge()
657 final int listBottom = mScrollY + getHeight() - mListPadding.bottom; in showingBottomFadingEdge()
787 end -= mListPadding.bottom; in fillDown()
793 View child = makeAndAddView(pos, nextTop, true, mListPadding.left, selected); in fillDown()
822 end = mListPadding.top; in fillUp()
828 View child = makeAndAddView(pos, nextBottom, false, mListPadding.left, selected); in fillUp()
875 mListPadding.left, true); in fillFromMiddle()
936 sel = makeAndAddView(selectedPosition, selectedTop, true, mListPadding.left, true); in fillFromSelection()
[all …]
DGridView.java322 end -= mListPadding.bottom; in fillDown()
352 nextLeft = getWidth() - mListPadding.right - columnWidth - in makeRow()
355 nextLeft = mListPadding.left + in makeRow()
422 end = mListPadding.top; in fillUp()
643 final int end = (mBottom - mTop) - mListPadding.bottom; in correctTooHigh()
654 if (bottomOffset > 0 && (mFirstPosition > 0 || firstTop < mListPadding.top)) { in correctTooHigh()
657 bottomOffset = Math.min(bottomOffset, mListPadding.top - firstTop); in correctTooHigh()
683 final int start = mListPadding.top; in correctTooLow()
686 final int end = (mBottom - mTop) - mListPadding.bottom; in correctTooLow()
1070 widthSize = mColumnWidth + mListPadding.left + mListPadding.right; in onMeasure()
[all …]
DAbsListView.java371 Rect mListPadding = new Rect(); field in AbsListView
1294 return getChildAt(0).getTop() >= mListPadding.top && in contentFits()
1295 getChildAt(childCount - 1).getBottom() <= getHeight() - mListPadding.bottom; in contentFits()
1587 final int viewportHeight = getHeight() - mListPadding.top - mListPadding.bottom; in performAccessibilityActionInternal()
1595 final int viewportHeight = getHeight() - mListPadding.top - mListPadding.bottom; in performAccessibilityActionInternal()
2160 final Rect listPadding = mListPadding; in onMeasure()
2271 canScrollUp = child.getTop() < mListPadding.top; in canScrollUp()
2289 canScrollDown = child.getBottom() > mBottom - mListPadding.bottom;
2314 return mListPadding.top; in getListPaddingTop()
2326 return mListPadding.bottom; in getListPaddingBottom()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt69134 Landroid/widget/AbsListView;->mListPadding:Landroid/graphics/Rect;