Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/
DUdfpsDialogMeasureAdapterTest.java81 final int descriptionHeightPx = 200; in testUdfpsBottomSpacerHeightForLandscape_whenMoreSpaceAboveIcon() local
89 titleHeightPx, subtitleHeightPx, descriptionHeightPx, topSpacerHeightPx, in testUdfpsBottomSpacerHeightForLandscape_whenMoreSpaceAboveIcon()
97 final int descriptionHeightPx = 75; in testUdfpsBottomSpacerHeightForLandscape_whenMoreSpaceBelowIcon() local
105 titleHeightPx, subtitleHeightPx, descriptionHeightPx, topSpacerHeightPx, in testUdfpsBottomSpacerHeightForLandscape_whenMoreSpaceBelowIcon()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsDialogMeasureAdapter.java329 int descriptionHeightPx, int topSpacerHeightPx, int textIndicatorHeightPx, in calculateBottomSpacerHeightForLandscape() argument
334 + descriptionHeightPx in calculateBottomSpacerHeightForLandscape()
346 + ", Description height: " + descriptionHeightPx in calculateBottomSpacerHeightForLandscape()