Home
last modified time | relevance | path

Searched refs:bottomSpacerHeight (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsDialogMeasureAdapter.java90 final int bottomSpacerHeight = calculateBottomSpacerHeightForPortrait( in onMeasureInternalPortrait() local
128 MeasureSpec.makeMeasureSpec(bottomSpacerHeight, MeasureSpec.EXACTLY)); in onMeasureInternalPortrait()
153 final int bottomSpacerHeight = calculateBottomSpacerHeightForLandscape(titleHeight, in onMeasureInternalLandscape() local
187 - Math.min(bottomSpacerHeight, 0); in onMeasureInternalLandscape()
199 final int newBottomSpacerHeight = Math.max(bottomSpacerHeight, 0); in onMeasureInternalLandscape()
297 final int bottomSpacerHeight = dialogHeightAboveIcon in calculateBottomSpacerHeightForLandscape() local
308 + ", Bottom spacer height (landscape): " + bottomSpacerHeight); in calculateBottomSpacerHeightForLandscape()
310 return bottomSpacerHeight; in calculateBottomSpacerHeightForLandscape()