Support face auth ripple animation

Initialize AuthRipple as part of the notification shade in the
StatusBarModule instead of adding the view later.

First take face auth ripple.

Test: atest AuthRippleControllerTest
Bug: 182316496
Bug: 175717712
Change-Id: Iafeb5b1ff95a8e27e849c775b42fb6e9940b842d
diff --git a/packages/SystemUI/res/values/config.xml b/packages/SystemUI/res/values/config.xml
index bd92299..0125144 100644
--- a/packages/SystemUI/res/values/config.xml
+++ b/packages/SystemUI/res/values/config.xml
@@ -642,4 +642,11 @@
 
     <!-- Whether to use window background blur for the volume dialog. -->
     <bool name="config_volumeDialogUseBackgroundBlur">false</bool>
+
+    <!-- The properties of the face auth camera in pixels -->
+    <integer-array name="config_face_auth_props">
+        <!-- sensorLocationX -->
+        <!-- sensorLocationY -->
+        <!--sensorRadius -->
+    </integer-array>
 </resources>