Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthContainerView.java160 @Nullable private Spaghetti mBiometricView; field in AuthContainerView
459 mBiometricView = BiometricViewBinder.bind(mLayout, viewModel, null, in addBiometricView()
468 mBiometricView = BiometricViewBinder.bind(view, viewModel, mPanelController, in addBiometricView()
560 mBiometricScrollView.addView(mBiometricView.asView()); in onAttachedToWindow()
645 if (faceProp != null && mBiometricView != null && mBiometricView.isFaceOnly()) {
673 if (mBiometricView == null || !shouldUpdatePositionForUdfps(mBiometricView.asView())) {
714 if (mBiometricView == null || !shouldUpdatePositionForUdfps(mBiometricView.asView())) {
776 mBiometricView.cancelAnimation();
799 if (mBiometricView != null) {
800 mBiometricView.onAuthenticationSucceeded(modality);
[all …]