Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DUdfpsDialogMeasureAdapterTest.java81 final int titleHeightPx = 320; in testUdfpsBottomSpacerHeightForLandscape_whenMoreSpaceAboveIcon() local
97 final int titleHeightPx = 315; 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()