Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/
DBiometricPromptLayout.java178 final float bottomSpacerHeight = mUdfpsAdapter.getBottomSpacerHeight(); in onLayout() local
179 Log.w(TAG, "bottomSpacerHeight: " + bottomSpacerHeight); in onLayout()
180 if (bottomSpacerHeight < 0) { in onLayout()
182 iconFrame.setTranslationY(-bottomSpacerHeight); in onLayout()
184 indicator.setTranslationY(-bottomSpacerHeight); in onLayout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsDialogMeasureAdapter.java206 final int bottomSpacerHeight = calculateBottomSpacerHeightForLandscape(titleHeight, in onMeasureInternalLandscape() local
239 - Math.min(bottomSpacerHeight, 0); in onMeasureInternalLandscape()
251 final int newBottomSpacerHeight = Math.max(bottomSpacerHeight, 0); in onMeasureInternalLandscape()
339 final int bottomSpacerHeight = dialogHeightAboveIcon in calculateBottomSpacerHeightForLandscape() local
351 + ", Bottom spacer height (landscape): " + bottomSpacerHeight); in calculateBottomSpacerHeightForLandscape()
354 return bottomSpacerHeight; in calculateBottomSpacerHeightForLandscape()