Home
last modified time | relevance | path

Searched refs:spaceBelow (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/widget/
DToolbar.java1780 final int spaceBelow = height - paddingBottom - titleHeight - in onLayout() local
1782 if (spaceBelow < toplp.bottomMargin + mTitleMarginBottom) { in onLayout()
1784 (bottomlp.bottomMargin + mTitleMarginBottom - spaceBelow)); in onLayout()
1958 final int spaceBelow = height - paddingBottom - childHeight - in getChildTop() local
1960 if (spaceBelow < lp.bottomMargin) { in getChildTop()
1961 spaceAbove = Math.max(0, spaceAbove - (lp.bottomMargin - spaceBelow)); in getChildTop()
DListView.java857 final int spaceBelow = sel.getBottom() - bottomSelectionPixel; in fillFromSelection() local
858 final int offset = Math.min(spaceAbove, spaceBelow); in fillFromSelection()
869 final int spaceBelow = bottomSelectionPixel - sel.getBottom(); in fillFromSelection() local
870 final int offset = Math.min(spaceAbove, spaceBelow); in fillFromSelection()
1009 int spaceBelow = sel.getBottom() - bottomSelectionPixel; in moveSelection() local
1013 int offset = Math.min(spaceAbove, spaceBelow); in moveSelection()
1070 int spaceBelow = bottomSelectionPixel - sel.getBottom(); in moveSelection() local
1074 int offset = Math.min(spaceAbove, spaceBelow); in moveSelection()
DGridView.java811 int spaceBelow = childInSelectedRow.getBottom() - bottomSelectionPixel; in adjustForBottomFadingEdge() local
812 int offset = Math.min(spaceAbove, spaceBelow); in adjustForBottomFadingEdge()
838 int spaceBelow = bottomSelectionPixel - childInSelectedRow.getBottom(); in adjustForTopFadingEdge() local
839 int offset = Math.min(spaceAbove, spaceBelow); in adjustForTopFadingEdge()
DPopupWindow.java1609 final int spaceBelow = displayFrameBottom - anchorTopInScreen; in tryFitVertical() local
1610 if (anchorTopInScreen >= 0 && height <= spaceBelow) { in tryFitVertical()
DAbsListView.java5074 final int spaceBelow = lastBottom - end;
5190 if (spaceAbove < absIncrementalDeltaY || spaceBelow < absIncrementalDeltaY) {
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DToolbar.java1805 final int spaceBelow = height - paddingBottom - titleHeight - in onLayout() local
1807 if (spaceBelow < toplp.bottomMargin + mTitleMarginBottom) { in onLayout()
1809 (bottomlp.bottomMargin + mTitleMarginBottom - spaceBelow)); in onLayout()
1983 final int spaceBelow = height - paddingBottom - childHeight - in getChildTop() local
1985 if (spaceBelow < lp.bottomMargin) { in getChildTop()
1986 spaceAbove = Math.max(0, spaceAbove - (lp.bottomMargin - spaceBelow)); in getChildTop()