Searched refs:descriptionHeightPx (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
H A D | UdfpsDialogMeasureAdapterTest.java | 80 final int descriptionHeightPx = 200; in testUdfpsBottomSpacerHeightForLandscape_whenMoreSpaceAboveIcon() local 88 titleHeightPx, subtitleHeightPx, descriptionHeightPx, topSpacerHeightPx, in testUdfpsBottomSpacerHeightForLandscape_whenMoreSpaceAboveIcon() 96 final int descriptionHeightPx = 75; in testUdfpsBottomSpacerHeightForLandscape_whenMoreSpaceBelowIcon() local 104 titleHeightPx, subtitleHeightPx, descriptionHeightPx, topSpacerHeightPx, in testUdfpsBottomSpacerHeightForLandscape_whenMoreSpaceBelowIcon()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | UdfpsDialogMeasureAdapter.java | 287 int descriptionHeightPx, int topSpacerHeightPx, int textIndicatorHeightPx, in calculateBottomSpacerHeightForLandscape() argument 292 + descriptionHeightPx in calculateBottomSpacerHeightForLandscape() 303 + ", Description height: " + descriptionHeightPx in calculateBottomSpacerHeightForLandscape()
|