Searched refs:spaceBelow (Results 1 – 5 of 5) sorted by relevance
1927 final int spaceBelow = height - paddingBottom - titleHeight - in onLayout() local1929 if (spaceBelow < toplp.bottomMargin + mTitleMarginBottom) { in onLayout()1931 (bottomlp.bottomMargin + mTitleMarginBottom - spaceBelow)); in onLayout()2105 final int spaceBelow = height - paddingBottom - childHeight - in getChildTop() local2107 if (spaceBelow < lp.bottomMargin) { in getChildTop()2108 spaceAbove = Math.max(0, spaceAbove - (lp.bottomMargin - spaceBelow)); in getChildTop()
951 final int spaceBelow = sel.getBottom() - bottomSelectionPixel; in fillFromSelection() local952 final int offset = Math.min(spaceAbove, spaceBelow); in fillFromSelection()963 final int spaceBelow = bottomSelectionPixel - sel.getBottom(); in fillFromSelection() local964 final int offset = Math.min(spaceAbove, spaceBelow); in fillFromSelection()1103 int spaceBelow = sel.getBottom() - bottomSelectionPixel; in moveSelection() local1107 int offset = Math.min(spaceAbove, spaceBelow); in moveSelection()1164 int spaceBelow = bottomSelectionPixel - sel.getBottom(); in moveSelection() local1168 int offset = Math.min(spaceAbove, spaceBelow); in moveSelection()
830 int spaceBelow = childInSelectedRow.getBottom() - bottomSelectionPixel; in adjustForBottomFadingEdge() local831 int offset = Math.min(spaceAbove, spaceBelow); in adjustForBottomFadingEdge()857 int spaceBelow = bottomSelectionPixel - childInSelectedRow.getBottom(); in adjustForTopFadingEdge() local858 int offset = Math.min(spaceAbove, spaceBelow); in adjustForTopFadingEdge()
1821 final int spaceBelow = displayFrameBottom - anchorTopInScreen; in tryFitVertical() local1822 if (anchorTopInScreen >= 0 && height <= spaceBelow) { in tryFitVertical()
5194 final int spaceBelow = lastBottom - end;5310 if (spaceAbove < absIncrementalDeltaY || spaceBelow < absIncrementalDeltaY) {