Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthBiometricView.java917 final int navBarWidth; in onMeasure() local
919 navBarWidth = navBarInsets.left; in onMeasure()
921 navBarWidth = navBarInsets.right; in onMeasure()
923 navBarWidth = 0; in onMeasure()
927 if (navBarWidth != 0 || navBarHeight != 0) { in onMeasure()
929 mLayoutParams.mMediumWidth + navBarWidth, in onMeasure()