config.xml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. /*
  4. ** Copyright 2020, The Android Open Source Project
  5. **
  6. ** Licensed under the Apache License, Version 2.0 (the "License");
  7. ** you may not use this file except in compliance with the License.
  8. ** You may obtain a copy of the License at
  9. **
  10. ** http://www.apache.org/licenses/LICENSE-2.0
  11. **
  12. ** Unless required by applicable law or agreed to in writing, software
  13. ** distributed under the License is distributed on an "AS IS" BASIS,
  14. ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. ** See the License for the specific language governing permissions and
  16. ** limitations under the License.
  17. */
  18. -->
  19. <resources>
  20. <string-array name="config_calibrated_compensation_images">
  21. <item>SCI_0_cal0.png</item>
  22. <item>SCI_1_cal0.png</item>
  23. <item>SCI_2_cal0.png</item>
  24. <item>SCI_3_cal0.png</item>
  25. <item>SCI_4_cal0.png</item>
  26. <item>SCI_5_cal0.png</item>
  27. </string-array>
  28. <array name="config_compensation_images">
  29. <item>@drawable/SCI_0_cal0</item>
  30. <item>@drawable/SCI_1_cal0</item>
  31. <item>@drawable/SCI_2_cal0</item>
  32. <item>@drawable/SCI_3_cal0</item>
  33. <item>@drawable/SCI_4_cal0</item>
  34. <item>@drawable/SCI_5_cal0</item>
  35. </array>
  36. <integer name="config_compensation_filter_horizon">1500</integer>
  37. <dimen name="config_compensation_filter_intercept">10.0</dimen>
  38. <dimen name="config_compensation_lux_enter_threshold">7000.0</dimen>
  39. <array name="config_compensation_thresholds">
  40. <item>7000.0</item>
  41. <item>10000.0</item>
  42. <item>35000.0</item>
  43. <item>50000.0</item>
  44. <item>80000.0</item>
  45. <item>100000.0</item>
  46. </array>
  47. </resources>