Merge "Update motion prediction offset." into udc-qpr-dev

This commit is contained in:
Philip Quinn 2023-07-25 16:54:09 +00:00 committed by Android (Google) Code Review
commit 658e774004

View file

@ -636,7 +636,7 @@
<!-- Enable the system motion prediction model. -->
<bool name="config_enableMotionPrediction">true</bool>
<integer name="config_motionPredictionOffsetNanos">20000000</integer> <!-- 20 ms -->
<integer name="config_motionPredictionOffsetNanos">-4000000</integer> <!-- -4 ms -->
<!-- Whether to reset Battery Stats on unplug when the battery level is high. -->
<bool name="config_batteryStatsResetOnUnplugHighBatteryLevel">false</bool>