Home
last modified time | relevance | path

Searched refs:mMediumHeight (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthDialog.java77 public final int mMediumHeight; field in AuthDialog.LayoutParams
82 mMediumHeight = mediumHeight; in LayoutParams()
H A DAuthBiometricView.java437 mLayoutParams.mMediumHeight, in updateSize()
441 mLayoutParams.mMediumHeight, in updateSize()
930 mLayoutParams.mMediumHeight + navBarInsets.bottom); in onMeasure()
933 setMeasuredDimension(mLayoutParams.mMediumWidth, mLayoutParams.mMediumHeight); in onMeasure()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/
H A DBiometricPromptLayout.java160 params.mMediumHeight + insets.bottom); in onMeasure()