sm7125: overlay: Disable alpha compositing in WM

tirimbino
Adithya R 2 years ago committed by Ruchit Marathe
parent c24afe5376
commit c80b9febf8
  1. 6
      overlay/frameworks/base/core/res/res/values/config.xml

@ -1259,4 +1259,10 @@
<item>2</item> <!-- COLOR_MODE_SATURATED --> <item>2</item> <!-- COLOR_MODE_SATURATED -->
<item>3</item> <!-- COLOR_MODE_AUTOMATIC --> <item>3</item> <!-- COLOR_MODE_AUTOMATIC -->
</integer-array> </integer-array>
<!-- Flag indicating whether the surface flinger has limited
alpha compositing functionality in hardware. If set, the window
manager will disable alpha trasformation in animations where not
strictly needed. -->
<bool name="config_sf_limitedAlpha">true</bool>
</resources> </resources>

Loading…
Cancel
Save