Searched refs:biometricView (Results 1 – 3 of 3) sorted by relevance
70 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 …]
71 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 = true125 biometricView.onError(TYPE_FACE, "not a face")140 biometricView.isFaceClass3 = true142 biometricView.onError([all …]
447 final AuthBiometricView biometricView = this; in updateSize() local451 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()