Home
last modified time | relevance | path

Searched defs:topSpacerHeightPx (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DUdfpsDialogMeasureAdapterTest.java84 final int topSpacerHeightPx = 550; in testUdfpsBottomSpacerHeightForLandscape_whenMoreSpaceAboveIcon() local
100 final int topSpacerHeightPx = 220; in testUdfpsBottomSpacerHeightForLandscape_whenMoreSpaceBelowIcon() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsDialogMeasureAdapter.java324 int descriptionHeightPx, int topSpacerHeightPx, int textIndicatorHeightPx, in calculateBottomSpacerHeightForLandscape()