Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthBiometricFingerprintView.kt72 val bottomSpacerHeight = adapter.bottomSpacerHeight regex
73 Log.w(TAG, "bottomSpacerHeight: $bottomSpacerHeight")
74 if (bottomSpacerHeight < 0) {
76 iconFrame.translationY = -bottomSpacerHeight.toFloat()
78 indicator.translationY = -bottomSpacerHeight.toFloat()
H A DUdfpsDialogMeasureAdapter.java201 final int bottomSpacerHeight = calculateBottomSpacerHeightForLandscape(titleHeight, in onMeasureInternalLandscape() local
234 - Math.min(bottomSpacerHeight, 0); in onMeasureInternalLandscape()
246 final int newBottomSpacerHeight = Math.max(bottomSpacerHeight, 0); in onMeasureInternalLandscape()
334 final int bottomSpacerHeight = dialogHeightAboveIcon in calculateBottomSpacerHeightForLandscape() local
346 + ", Bottom spacer height (landscape): " + bottomSpacerHeight); in calculateBottomSpacerHeightForLandscape()
349 return bottomSpacerHeight; in calculateBottomSpacerHeightForLandscape()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/
H A DBiometricPromptLayout.java172 final float bottomSpacerHeight = mUdfpsAdapter.getBottomSpacerHeight(); in onLayout() local
173 Log.w(TAG, "bottomSpacerHeight: " + bottomSpacerHeight); in onLayout()
174 if (bottomSpacerHeight < 0) { in onLayout()
176 iconFrame.setTranslationY(-bottomSpacerHeight); in onLayout()
178 indicator.setTranslationY(-bottomSpacerHeight); in onLayout()