instantnoodlep: Avoid aliasing in display cutout

Change-Id: I24e5c4e385b38352a9aabeaa4d5d5666469570cb
This commit is contained in:
Giuseppe Barillari 2019-01-19 23:53:23 +01:00 committed by Łukasz Patron
parent a9ea1ade22
commit bf60d86bc1

View File

@ -441,6 +441,11 @@
--> -->
<string translatable="false" name="config_mainBuiltInDisplayCutout">M -525 79.5 A 41.5 41.5 0 0 1 -608 79.5 A 41.5 41.5 0 0 1 -525 79.5 Z M -608,0 L -525,0 Z M -720,0 L -720,121 Z</string> <string translatable="false" name="config_mainBuiltInDisplayCutout">M -525 79.5 A 41.5 41.5 0 0 1 -608 79.5 A 41.5 41.5 0 0 1 -525 79.5 Z M -608,0 L -525,0 Z M -720,0 L -720,121 Z</string>
<!-- Whether the display cutout region of the main built-in display should be forced to
black in software (to avoid aliasing or emulate a cutout that is not physically existent).
-->
<bool name="config_fillMainBuiltInDisplayCutout">true</bool>
<!-- Height of the status bar --> <!-- Height of the status bar -->
<dimen name="status_bar_height_portrait">138px</dimen> <dimen name="status_bar_height_portrait">138px</dimen>
<dimen name="status_bar_height_landscape">138px</dimen> <dimen name="status_bar_height_landscape">138px</dimen>