Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthBiometricFingerprintViewTest.kt70 biometricView = createView()
75 biometricView.destroyDialog()
90 biometricView.setRequireConfirmation(true)
183 biometricView.setBackgroundView(view)
192 biometricView.setBackgroundView(view)
206 biometricView.setBackgroundView(view)
239 biometricView.onSaveState(state)
254 biometricView.destroyDialog()
255 biometricView = createView()
256 biometricView.restoreState(state)
[all …]
H A DAuthBiometricFingerprintAndFaceViewTest.kt71 biometricView.destroyDialog()
81 assertThat(biometricView.isAuthenticated).isTrue()
88 biometricView.onAuthenticationSucceeded(TYPE_FACE)
97 biometricView.mIconView.performClick()
101 assertThat(biometricView.isAuthenticated).isTrue()
108 biometricView.onError(TYPE_FACE, "not a face")
123 biometricView.isFaceClass3 = true
125 biometricView.onError(TYPE_FACE, "not a face")
140 biometricView.isFaceClass3 = true
142 biometricView.onError(
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthBiometricView.java447 final AuthBiometricView biometricView = this; in updateSize() local
451 biometricView.getY(), biometricView.getY() - translationY); in updateSize()
455 biometricView.setTranslationY(translation); in updateSize()
461 if (biometricView.getParent() instanceof ViewGroup) { in updateSize()
462 ((ViewGroup) biometricView.getParent()).removeView(biometricView); in updateSize()
473 biometricView.setAlpha(opacity); in updateSize()