Update camera cutout
Bug: 286064534 Test: Setup faceunlock and turn on/off screen Change-Id: I52f2433945e7eb9e6bb7d2cae7f2ed91f596642b
This commit is contained in:
parent
69e72cf452
commit
f0cccf9cf6
4 changed files with 9 additions and 12 deletions
|
@ -252,12 +252,12 @@
|
||||||
<bool name="config_fillMainBuiltInDisplayCutout">true</bool>
|
<bool name="config_fillMainBuiltInDisplayCutout">true</bool>
|
||||||
<!-- Display cutout configuration -->
|
<!-- Display cutout configuration -->
|
||||||
<string translatable="false" name="config_mainBuiltInDisplayCutout">
|
<string translatable="false" name="config_mainBuiltInDisplayCutout">
|
||||||
m 581,86 a 41.5,41.5 0 0 0 -83,0 41.5,41.5 0 0 0 83,0 z
|
m 581.5,86.5 a 42,42 0 0 0 -84,0 42,42 0 0 0 84,0 z
|
||||||
@left
|
@left
|
||||||
</string>
|
</string>
|
||||||
|
|
||||||
<string translatable="false" name="config_mainBuiltInDisplayCutoutRectApproximation">
|
<string translatable="false" name="config_mainBuiltInDisplayCutoutRectApproximation">
|
||||||
m 485.5,0 h 110 v 121 h -110 Z
|
m 484.5,20.5 h 110 v 121 h -110 z
|
||||||
@left
|
@left
|
||||||
</string>
|
</string>
|
||||||
<!-- A string config in svg path format for the main display shape.
|
<!-- A string config in svg path format for the main display shape.
|
||||||
|
|
|
@ -14,9 +14,9 @@
|
||||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:width="196px"
|
android:width="196px"
|
||||||
android:height="196px"
|
android:height="196px"
|
||||||
android:viewportWidth="33.4"
|
android:viewportWidth="196"
|
||||||
android:viewportHeight="33.4">
|
android:viewportHeight="196">
|
||||||
<path
|
<path
|
||||||
android:fillColor="#000000"
|
android:fillColor="#000000"
|
||||||
android:pathData="M 0.13,33.43 C -0.4,23.45 0.76,11.82 9.52,5.44 16.26,-0.01 25.23,0.01 33.43,0.13 H 0.13 V 33.4 z"/>
|
android:pathData="M 0,195 C 0.15,160.29 -1.48,124.41 10.98,91.35 24.1,54.94 53.7,25.02 89.96,11.51 123.37,-1.52 159.83,0.16 195,0 H 0 V 195 Z"/>
|
||||||
</vector>
|
</vector>
|
||||||
|
|
|
@ -14,9 +14,9 @@
|
||||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:width="196px"
|
android:width="196px"
|
||||||
android:height="196px"
|
android:height="196px"
|
||||||
android:viewportWidth="33.4"
|
android:viewportWidth="196"
|
||||||
android:viewportHeight="33.4">
|
android:viewportHeight="196">
|
||||||
<path
|
<path
|
||||||
android:fillColor="#000000"
|
android:fillColor="#000000"
|
||||||
android:pathData="M 0.13,33.43 C -0.4,23.45 0.76,11.82 9.52,5.44 16.26,-0.01 25.23,0.01 33.43,0.13 H 0.13 V 33.4 z"/>
|
android:pathData="M 0,195 C 0.15,160.29 -1.48,124.41 10.98,91.35 24.1,54.94 53.7,25.02 89.96,11.51 123.37,-1.52 159.83,0.16 195,0 H 0 V 195 Z"/>
|
||||||
</vector>
|
</vector>
|
||||||
|
|
|
@ -49,10 +49,7 @@
|
||||||
|
|
||||||
<!-- Configure 13px of extra protection around the front-facing camera -->
|
<!-- Configure 13px of extra protection around the front-facing camera -->
|
||||||
<string translatable="false" name="config_frontBuiltInDisplayCutoutProtection">
|
<string translatable="false" name="config_frontBuiltInDisplayCutoutProtection">
|
||||||
M 489.5,66
|
m 594.5,86.5 a 55,55 0 0 0 -110,0 55,55 0 0 0 110,0 z
|
||||||
a 50,50 0 0 1 100,0
|
|
||||||
a 50,50 0 0 1 -100,0
|
|
||||||
Z
|
|
||||||
</string>
|
</string>
|
||||||
|
|
||||||
<!-- The time (in ms) needed to trigger the lock icon view's long-press affordance -->
|
<!-- The time (in ms) needed to trigger the lock icon view's long-press affordance -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue