Searched refs:buttonBarHeightPx (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
H A D | UdfpsDialogMeasureAdapterTest.java | 48 final int buttonBarHeightPx = 100; in testUdfpsBottomSpacerHeightForPortrait() local 74 props, displayHeightPx, textIndicatorHeightPx, buttonBarHeightPx, in testUdfpsBottomSpacerHeightForPortrait() 86 final int buttonBarHeightPx = 160; in testUdfpsBottomSpacerHeightForLandscape_whenMoreSpaceAboveIcon() local 92 textIndicatorHeightPx, buttonBarHeightPx, navbarBottomInsetPx)); in testUdfpsBottomSpacerHeightForLandscape_whenMoreSpaceAboveIcon() 102 final int buttonBarHeightPx = 360; in testUdfpsBottomSpacerHeightForLandscape_whenMoreSpaceBelowIcon() local 108 textIndicatorHeightPx, buttonBarHeightPx, navbarBottomInsetPx)); in testUdfpsBottomSpacerHeightForLandscape_whenMoreSpaceBelowIcon()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | UdfpsDialogMeasureAdapter.java | 293 int textIndicatorHeightPx, int buttonBarHeightPx, int dialogMarginPx, in calculateBottomSpacerHeightForPortrait() argument 302 - buttonBarHeightPx in calculateBottomSpacerHeightForPortrait() 325 int buttonBarHeightPx, int navbarBottomInsetPx) { in calculateBottomSpacerHeightForLandscape() argument 332 final int dialogHeightBelowIcon = textIndicatorHeightPx + buttonBarHeightPx; in calculateBottomSpacerHeightForLandscape() 344 + ", Button bar height: " + buttonBarHeightPx in calculateBottomSpacerHeightForLandscape()
|