Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/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()
DListView.java939 final int spaceBelow = sel.getBottom() - bottomSelectionPixel; in fillFromSelection() local
940 final int offset = Math.min(spaceAbove, spaceBelow); in fillFromSelection()
951 final int spaceBelow = bottomSelectionPixel - sel.getBottom(); in fillFromSelection() local
952 final int offset = Math.min(spaceAbove, spaceBelow); in fillFromSelection()
1091 int spaceBelow = sel.getBottom() - bottomSelectionPixel; in moveSelection() local
1095 int offset = Math.min(spaceAbove, spaceBelow); in moveSelection()
1152 int spaceBelow = bottomSelectionPixel - sel.getBottom(); in moveSelection() local
1156 int offset = Math.min(spaceAbove, spaceBelow); in moveSelection()
DGridView.java816 int spaceBelow = childInSelectedRow.getBottom() - bottomSelectionPixel; in adjustForBottomFadingEdge() local
817 int offset = Math.min(spaceAbove, spaceBelow); in adjustForBottomFadingEdge()
843 int spaceBelow = bottomSelectionPixel - childInSelectedRow.getBottom(); in adjustForTopFadingEdge() local
844 int offset = Math.min(spaceAbove, spaceBelow); in adjustForTopFadingEdge()
DPopupWindow.java1676 final int spaceBelow = displayFrameBottom - anchorTopInScreen; in tryFitVertical() local
1677 if (anchorTopInScreen >= 0 && height <= spaceBelow) { in tryFitVertical()
DAbsListView.java5118 final int spaceBelow = lastBottom - end;
5234 if (spaceAbove < absIncrementalDeltaY || spaceBelow < absIncrementalDeltaY) {
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DToolbar.java1811 final int spaceBelow = height - paddingBottom - titleHeight - in onLayout() local
1813 if (spaceBelow < toplp.bottomMargin + mTitleMarginBottom) { in onLayout()
1815 (bottomlp.bottomMargin + mTitleMarginBottom - spaceBelow)); in onLayout()
1989 final int spaceBelow = height - paddingBottom - childHeight - in getChildTop() local
1991 if (spaceBelow < lp.bottomMargin) { in getChildTop()
1992 spaceAbove = Math.max(0, spaceAbove - (lp.bottomMargin - spaceBelow)); in getChildTop()