Searched refs:descriptionHeightPx (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
H A D | UdfpsDialogMeasureAdapterTest.java | 83 final int descriptionHeightPx = 200; in testUdfpsBottomSpacerHeightForLandscape_whenMoreSpaceAboveIcon() local 91 titleHeightPx, subtitleHeightPx, descriptionHeightPx, topSpacerHeightPx, in testUdfpsBottomSpacerHeightForLandscape_whenMoreSpaceAboveIcon() 99 final int descriptionHeightPx = 75; in testUdfpsBottomSpacerHeightForLandscape_whenMoreSpaceBelowIcon() local 107 titleHeightPx, subtitleHeightPx, descriptionHeightPx, topSpacerHeightPx, in testUdfpsBottomSpacerHeightForLandscape_whenMoreSpaceBelowIcon()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | UdfpsDialogMeasureAdapter.java | 324 int descriptionHeightPx, int topSpacerHeightPx, int textIndicatorHeightPx, in calculateBottomSpacerHeightForLandscape() argument 329 + descriptionHeightPx in calculateBottomSpacerHeightForLandscape() 341 + ", Description height: " + descriptionHeightPx in calculateBottomSpacerHeightForLandscape()
|