Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 647019a0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "HbmManager: Configure compensation_filter_horizon to 3500" into rvc-d1-dev am: 3070ff76

Original change: https://googleplex-android-review.googlesource.com/c/device/google/redfin/+/12189129

Change-Id: I12384e690ec9f8f6d1608984da772bb5619a736d
parents 76082172 3070ff76
Loading
Loading
Loading
Loading
+15.3 KiB
Loading image diff...
−29 B (15.6 KiB)
Loading image diff...
−15.4 KiB
Loading image diff...
+3 −3
Original line number Diff line number Diff line
@@ -19,16 +19,16 @@

<resources>
  <array name="config_compensation_thresholds">
    <item> 7000.0</item>
    <item>15000.0</item>
    <item>30000.0</item>
    <item>50000.0</item>
  </array>

  <array name="config_compensation_images">
    <item>@drawable/r3_compensation_image_7k</item>
    <item>@drawable/r3_compensation_image_15k</item>
    <item>@drawable/r3_compensation_image_30k</item>
    <item>@drawable/r3_compensation_image_50k</item>
  </array>

  <integer name="config_compensation_filter_horizon">4000</integer>
  <integer name="config_compensation_filter_horizon">3500</integer>
</resources>