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 …]
941 final int spaceAbove = sel.getTop() - topSelectionPixel; in fillFromSelection() local946 final int offset = Math.min(spaceAbove, spaceBelow); in fillFromSelection()953 final int spaceAbove = topSelectionPixel - sel.getTop(); in fillFromSelection() local958 final int offset = Math.min(spaceAbove, spaceBelow); in fillFromSelection()1094 int spaceAbove = sel.getTop() - topSelectionPixel; in moveSelection() local1101 int offset = Math.min(spaceAbove, spaceBelow); in moveSelection()1155 int spaceAbove = topSelectionPixel - sel.getTop(); in moveSelection() local1162 int offset = Math.min(spaceAbove, spaceBelow); in moveSelection()
827 int spaceAbove = childInSelectedRow.getTop() - topSelectionPixel; in adjustForBottomFadingEdge() local832 int offset = Math.min(spaceAbove, spaceBelow); in adjustForBottomFadingEdge()854 int spaceAbove = topSelectionPixel - childInSelectedRow.getTop(); in adjustForTopFadingEdge() local859 int offset = Math.min(spaceAbove, spaceBelow); in adjustForTopFadingEdge()
1828 final int spaceAbove = anchorTopInScreen - anchorHeight - displayFrameTop; in tryFitVertical() local1829 if (height <= spaceAbove) { in tryFitVertical()
5484 final int spaceAbove = effectivePaddingTop - firstTop;5602 if (spaceAbove < absIncrementalDeltaY || spaceBelow < absIncrementalDeltaY) {