summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-08-06 07:31:59 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-08-06 07:31:59 +0000
commit123685b116d10fa57941ae2eb62110a45c44b59b (patch)
treea76d3291a1f5077d44f2552b4373abfa4d1fde02
parent185ef0e714253c35b93b2beaf79e2a295033baaf (diff)
parent266ae19d689c5570525c1297c2fec6ee22d9d1de (diff)
release-request-d642586e-3e25-49f4-8b4c-acad0e3f63d8-for-git_oc-mr1-release-4249777 snap-temp-L81500000089724408
Change-Id: I662ff6ecab5c9ab731c2597affd04836e153dc91
-rw-r--r--walleye/overlay/frameworks/base/packages/SystemUI/res/values/config.xml35
1 files changed, 35 insertions, 0 deletions
diff --git a/walleye/overlay/frameworks/base/packages/SystemUI/res/values/config.xml b/walleye/overlay/frameworks/base/packages/SystemUI/res/values/config.xml
new file mode 100644
index 0000000..2cb656b
--- /dev/null
+++ b/walleye/overlay/frameworks/base/packages/SystemUI/res/values/config.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2009, 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.
+*/
+-->
+
+<!-- These resources are around just to allow their values to be customized
+ for different hardware and product builds. -->
+<resources>
+ <!-- Doze: Table that translates sensor values from the doze_brightness_sensor_type sensor
+ to an opacity value for a black scrim that is overlayed in AOD1.
+ Valid range is from 0 (transparent) to 255 (opaque).
+ -1 means keeping the current opacity. -->
+ <integer-array name="config_doze_brightness_sensor_to_scrim_opacity">
+ <item>-1</item> <!-- 0: OFF -->
+ <item>160</item> <!-- 1: NIGHT -->
+ <item>0</item> <!-- 2: LOW -->
+ <item>0</item> <!-- 3: HIGH -->
+ <item>0</item> <!-- 4: SUN -->
+ </integer-array>
+
+</resources>