diff --git a/core/java/android/hardware/biometrics/IBiometricSysuiReceiver.aidl b/core/java/android/hardware/biometrics/IBiometricSysuiReceiver.aidl index 7a006c34e1e16..492ceebe4d066 100644 --- a/core/java/android/hardware/biometrics/IBiometricSysuiReceiver.aidl +++ b/core/java/android/hardware/biometrics/IBiometricSysuiReceiver.aidl @@ -28,4 +28,6 @@ oneway interface IBiometricSysuiReceiver { void onDeviceCredentialPressed(); // Notifies the client that an internal event, e.g. back button has occurred. void onSystemEvent(int event); + // Notifies that the dialog has finished animating in. + void onDialogAnimatedIn(); } diff --git a/packages/SystemUI/res/layout/auth_biometric_contents.xml b/packages/SystemUI/res/layout/auth_biometric_contents.xml index 2439fedd05182..aed067c302536 100644 --- a/packages/SystemUI/res/layout/auth_biometric_contents.xml +++ b/packages/SystemUI/res/layout/auth_biometric_contents.xml @@ -88,7 +88,8 @@ android:layout_width="8dp" android:layout_height="match_parent" android:visibility="visible" /> - + +