Searched refs:titleHeightPx (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/ |
D | UdfpsDialogMeasureAdapterTest.java | 79 final int titleHeightPx = 320; in testUdfpsBottomSpacerHeightForLandscape_whenMoreSpaceAboveIcon() local 89 titleHeightPx, subtitleHeightPx, descriptionHeightPx, topSpacerHeightPx, in testUdfpsBottomSpacerHeightForLandscape_whenMoreSpaceAboveIcon() 95 final int titleHeightPx = 315; in testUdfpsBottomSpacerHeightForLandscape_whenMoreSpaceBelowIcon() local 105 titleHeightPx, subtitleHeightPx, descriptionHeightPx, topSpacerHeightPx, in testUdfpsBottomSpacerHeightForLandscape_whenMoreSpaceBelowIcon()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | UdfpsDialogMeasureAdapter.java | 328 static int calculateBottomSpacerHeightForLandscape(int titleHeightPx, int subtitleHeightPx, in calculateBottomSpacerHeightForLandscape() argument 332 final int dialogHeightAboveIcon = titleHeightPx in calculateBottomSpacerHeightForLandscape() 344 Log.d(TAG, "Title height: " + titleHeightPx in calculateBottomSpacerHeightForLandscape()
|