Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/
DUdfpsDialogMeasureAdapterTest.java47 final int textIndicatorHeightPx = 200; in testUdfpsBottomSpacerHeightForPortrait() local
72 props, displayHeightPx, textIndicatorHeightPx, buttonBarHeightPx, in testUdfpsBottomSpacerHeightForPortrait()
83 final int textIndicatorHeightPx = 190; in testUdfpsBottomSpacerHeightForLandscape_whenMoreSpaceAboveIcon() local
90 textIndicatorHeightPx, buttonBarHeightPx, navbarBottomInsetPx)); in testUdfpsBottomSpacerHeightForLandscape_whenMoreSpaceAboveIcon()
99 final int textIndicatorHeightPx = 290; in testUdfpsBottomSpacerHeightForLandscape_whenMoreSpaceBelowIcon() local
106 textIndicatorHeightPx, buttonBarHeightPx, navbarBottomInsetPx)); in testUdfpsBottomSpacerHeightForLandscape_whenMoreSpaceBelowIcon()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsDialogMeasureAdapter.java298 int textIndicatorHeightPx, int buttonBarHeightPx, int dialogMarginPx, in calculateBottomSpacerHeightForPortrait() argument
306 - textIndicatorHeightPx in calculateBottomSpacerHeightForPortrait()
329 int descriptionHeightPx, int topSpacerHeightPx, int textIndicatorHeightPx, in calculateBottomSpacerHeightForLandscape() argument
337 final int dialogHeightBelowIcon = textIndicatorHeightPx + buttonBarHeightPx; in calculateBottomSpacerHeightForLandscape()
348 + ", Text indicator height: " + textIndicatorHeightPx in calculateBottomSpacerHeightForLandscape()