Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DUdfpsDialogMeasureAdapterTest.java82 final int subtitleHeightPx = 240; in testUdfpsBottomSpacerHeightForLandscape_whenMoreSpaceAboveIcon() local
98 final int subtitleHeightPx = 160; in testUdfpsBottomSpacerHeightForLandscape_whenMoreSpaceBelowIcon() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsDialogMeasureAdapter.java323 static int calculateBottomSpacerHeightForLandscape(int titleHeightPx, int subtitleHeightPx, in calculateBottomSpacerHeightForLandscape()