diff options
author | 2018-07-02 14:47:09 -0700 | |
---|---|---|
committer | 2018-07-02 14:47:09 -0700 | |
commit | b7dc212a61db5c7f873cf5109c75884c18b1ee03 (patch) | |
tree | 6c1e079d15483bd09e87a651d6bc1a2eaf888564 /packages/overlays/DisplayCutoutEmulationDoubleOverlay | |
parent | a9cd9d475bc9999141c305b83c13951745fded1a (diff) | |
parent | 4764921dcc61f01cb011e2e64a117855910f7a61 (diff) |
Merge "Only use simple rects for cutout region" into pi-dev
am: 4764921dcc
Change-Id: Icfb41008189d5c01f90afd4992428433043b4c4e
Diffstat (limited to 'packages/overlays/DisplayCutoutEmulationDoubleOverlay')
-rw-r--r-- | packages/overlays/DisplayCutoutEmulationDoubleOverlay/res/values/config.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/overlays/DisplayCutoutEmulationDoubleOverlay/res/values/config.xml b/packages/overlays/DisplayCutoutEmulationDoubleOverlay/res/values/config.xml index ca261f98cfae..80c997a46264 100644 --- a/packages/overlays/DisplayCutoutEmulationDoubleOverlay/res/values/config.xml +++ b/packages/overlays/DisplayCutoutEmulationDoubleOverlay/res/values/config.xml @@ -49,6 +49,8 @@ @dp </string> + <string translatable="false" name="config_mainBuiltInDisplayCutoutRectApproximation">@*android:string/config_mainBuiltInDisplayCutout</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). --> |