Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/
DUdfpsDialogMeasureAdapterTest.java88 UdfpsDialogMeasureAdapter.calculateBottomSpacerHeightForLandscape( in testUdfpsBottomSpacerHeightForLandscape_whenMoreSpaceAboveIcon()
104 UdfpsDialogMeasureAdapter.calculateBottomSpacerHeightForLandscape( in testUdfpsBottomSpacerHeightForLandscape_whenMoreSpaceBelowIcon()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsDialogMeasureAdapter.java206 final int bottomSpacerHeight = calculateBottomSpacerHeightForLandscape(titleHeight, in onMeasureInternalLandscape()
328 static int calculateBottomSpacerHeightForLandscape(int titleHeightPx, int subtitleHeightPx, in calculateBottomSpacerHeightForLandscape() method in UdfpsDialogMeasureAdapter