Searched refs:spaceBelow (Results 1 – 6 of 6) sorted by relevance
1780 final int spaceBelow = height - paddingBottom - titleHeight - in onLayout() local1782 if (spaceBelow < toplp.bottomMargin + mTitleMarginBottom) { in onLayout()1784 (bottomlp.bottomMargin + mTitleMarginBottom - spaceBelow)); in onLayout()1958 final int spaceBelow = height - paddingBottom - childHeight - in getChildTop() local1960 if (spaceBelow < lp.bottomMargin) { in getChildTop()1961 spaceAbove = Math.max(0, spaceAbove - (lp.bottomMargin - spaceBelow)); in getChildTop()
857 final int spaceBelow = sel.getBottom() - bottomSelectionPixel; in fillFromSelection() local858 final int offset = Math.min(spaceAbove, spaceBelow); in fillFromSelection()869 final int spaceBelow = bottomSelectionPixel - sel.getBottom(); in fillFromSelection() local870 final int offset = Math.min(spaceAbove, spaceBelow); in fillFromSelection()1009 int spaceBelow = sel.getBottom() - bottomSelectionPixel; in moveSelection() local1013 int offset = Math.min(spaceAbove, spaceBelow); in moveSelection()1070 int spaceBelow = bottomSelectionPixel - sel.getBottom(); in moveSelection() local1074 int offset = Math.min(spaceAbove, spaceBelow); in moveSelection()
811 int spaceBelow = childInSelectedRow.getBottom() - bottomSelectionPixel; in adjustForBottomFadingEdge() local812 int offset = Math.min(spaceAbove, spaceBelow); in adjustForBottomFadingEdge()838 int spaceBelow = bottomSelectionPixel - childInSelectedRow.getBottom(); in adjustForTopFadingEdge() local839 int offset = Math.min(spaceAbove, spaceBelow); in adjustForTopFadingEdge()
1609 final int spaceBelow = displayFrameBottom - anchorTopInScreen; in tryFitVertical() local1610 if (anchorTopInScreen >= 0 && height <= spaceBelow) { in tryFitVertical()
5074 final int spaceBelow = lastBottom - end;5190 if (spaceAbove < absIncrementalDeltaY || spaceBelow < absIncrementalDeltaY) {
1805 final int spaceBelow = height - paddingBottom - titleHeight - in onLayout() local1807 if (spaceBelow < toplp.bottomMargin + mTitleMarginBottom) { in onLayout()1809 (bottomlp.bottomMargin + mTitleMarginBottom - spaceBelow)); in onLayout()1983 final int spaceBelow = height - paddingBottom - childHeight - in getChildTop() local1985 if (spaceBelow < lp.bottomMargin) { in getChildTop()1986 spaceAbove = Math.max(0, spaceAbove - (lp.bottomMargin - spaceBelow)); in getChildTop()