Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthContainerView.java155 private final ScrollView mBiometricScrollView; field in AuthContainerView
333 mBiometricScrollView = mFrameLayout.findViewById(R.id.biometric_scrollview); in AuthContainerView()
548 mBiometricScrollView.addView(mBiometricView.asView()); in onAttachedToWindow()
681 (FrameLayout.LayoutParams) mBiometricScrollView.getLayoutParams();
683 mBiometricScrollView.setLayoutParams(params);