universal7580: Disable window rounded corner animations
authorLucas Dupin <dupin@google.com>
Wed, 9 Jan 2019 18:16:40 +0000 (10:16 -0800)
committerDanny Wood <danwood76@gmail.com>
Sun, 15 Mar 2020 09:00:24 +0000 (09:00 +0000)
It improves performance under LineageOS 17.1 and is recommended to be disabled on low-end devices.

Change-Id: Iadc765aa72e2777f5307659a6138e9dcef1a9659

overlay/frameworks/base/core/res/res/values/config.xml

index 9f8ce42dc4af7a5cf8d17e260ea2a5d228f6ea6f..420bfe8985c4c3bb54e4d0ab89c386f4330856ac 100644 (file)
          players. -->
     <integer name="config_safe_media_volume_index">7</integer>
 
+    <!-- If device supports corner radius on windows.
+         This should be turned off on low-end devices to improve animation performance. -->
+    <bool name="config_supportsRoundedCornersOnWindows">false</bool>
+
     <!-- Set this to true to enable the platform's auto-power-save modes like doze and
          app standby.  These are not enabled by default because they require a standard
          cloud-to-device messaging service for apps to interact correctly with the modes