Searched refs:spaceAbove (Results 1 – 5 of 5) sorted by relevance
1923 int spaceAbove = (space - titleHeight) / 2; in onLayout() local1924 if (spaceAbove < toplp.topMargin + mTitleMarginTop) { in onLayout()1925 spaceAbove = toplp.topMargin + mTitleMarginTop; in onLayout()1928 spaceAbove - paddingTop; in onLayout()1930 spaceAbove = Math.max(0, spaceAbove - in onLayout()1934 titleTop = paddingTop + spaceAbove; in onLayout()2101 int spaceAbove = (space - childHeight) / 2; in getChildTop() local2102 if (spaceAbove < lp.topMargin) { in getChildTop()2103 spaceAbove = lp.topMargin; in getChildTop()2106 spaceAbove - paddingTop; in getChildTop()[all …]
947 final int spaceAbove = sel.getTop() - topSelectionPixel; in fillFromSelection() local952 final int offset = Math.min(spaceAbove, spaceBelow); in fillFromSelection()959 final int spaceAbove = topSelectionPixel - sel.getTop(); in fillFromSelection() local964 final int offset = Math.min(spaceAbove, spaceBelow); in fillFromSelection()1100 int spaceAbove = sel.getTop() - topSelectionPixel; in moveSelection() local1107 int offset = Math.min(spaceAbove, spaceBelow); in moveSelection()1161 int spaceAbove = topSelectionPixel - sel.getTop(); in moveSelection() local1168 int offset = Math.min(spaceAbove, spaceBelow); in moveSelection()
826 int spaceAbove = childInSelectedRow.getTop() - topSelectionPixel; in adjustForBottomFadingEdge() local831 int offset = Math.min(spaceAbove, spaceBelow); in adjustForBottomFadingEdge()853 int spaceAbove = topSelectionPixel - childInSelectedRow.getTop(); in adjustForTopFadingEdge() local858 int offset = Math.min(spaceAbove, spaceBelow); in adjustForTopFadingEdge()
1826 final int spaceAbove = anchorTopInScreen - anchorHeight - displayFrameTop; in tryFitVertical() local1827 if (height <= spaceAbove) { in tryFitVertical()
5192 final int spaceAbove = effectivePaddingTop - firstTop;5310 if (spaceAbove < absIncrementalDeltaY || spaceBelow < absIncrementalDeltaY) {