123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <?xml version="1.0" encoding="utf-8"?>
- <!--
- /*
- ** Copyright 2020, The Android Open Source Project
- **
- ** Licensed under the Apache License, Version 2.0 (the "License");
- ** you may not use this file except in compliance with the License.
- ** You may obtain a copy of the License at
- **
- ** http://www.apache.org/licenses/LICENSE-2.0
- **
- ** Unless required by applicable law or agreed to in writing, software
- ** distributed under the License is distributed on an "AS IS" BASIS,
- ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- ** See the License for the specific language governing permissions and
- ** limitations under the License.
- */
- -->
- <resources>
- <string-array name="config_calibrated_compensation_images">
- <item>SCI_0_cal0.png</item>
- <item>SCI_1_cal0.png</item>
- <item>SCI_2_cal0.png</item>
- <item>SCI_3_cal0.png</item>
- <item>SCI_4_cal0.png</item>
- <item>SCI_5_cal0.png</item>
- </string-array>
- <array name="config_compensation_images">
- <item>@drawable/SCI_0_cal0</item>
- <item>@drawable/SCI_1_cal0</item>
- <item>@drawable/SCI_2_cal0</item>
- <item>@drawable/SCI_3_cal0</item>
- <item>@drawable/SCI_4_cal0</item>
- <item>@drawable/SCI_5_cal0</item>
- </array>
- <integer name="config_compensation_filter_horizon">1500</integer>
- <dimen name="config_compensation_filter_intercept">10.0</dimen>
- <dimen name="config_compensation_lux_enter_threshold">7000.0</dimen>
- <array name="config_compensation_thresholds">
- <item>7000.0</item>
- <item>10000.0</item>
- <item>35000.0</item>
- <item>50000.0</item>
- <item>80000.0</item>
- <item>100000.0</item>
- </array>
- </resources>
|