Searched refs:bottomSpacerHeight (Results 1 – 1 of 1) sorted by relevance
90 final int bottomSpacerHeight = calculateBottomSpacerHeightForPortrait( in onMeasureInternalPortrait() local128 MeasureSpec.makeMeasureSpec(bottomSpacerHeight, MeasureSpec.EXACTLY)); in onMeasureInternalPortrait()153 final int bottomSpacerHeight = calculateBottomSpacerHeightForLandscape(titleHeight, in onMeasureInternalLandscape() local187 - Math.min(bottomSpacerHeight, 0); in onMeasureInternalLandscape()199 final int newBottomSpacerHeight = Math.max(bottomSpacerHeight, 0); in onMeasureInternalLandscape()297 final int bottomSpacerHeight = dialogHeightAboveIcon in calculateBottomSpacerHeightForLandscape() local308 + ", Bottom spacer height (landscape): " + bottomSpacerHeight); in calculateBottomSpacerHeightForLandscape()310 return bottomSpacerHeight; in calculateBottomSpacerHeightForLandscape()