summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2014-09-16 08:57:22 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-09-16 08:57:22 +0000
commite851483fa510b5605b2c3455e65b566725913bb4 (patch)
tree7d94c9a9bd10bfd2b155a1220a63f094267375ac /packages/SystemUI/res
parent0e0886944b42b0940075244cf55f502ddf76c5ff (diff)
parentac9c3e14d092ff65af3c225250b2cc7cf617d5fa (diff)
downloadframeworks_base-e851483fa510b5605b2c3455e65b566725913bb4.zip
frameworks_base-e851483fa510b5605b2c3455e65b566725913bb4.tar.gz
frameworks_base-e851483fa510b5605b2c3455e65b566725913bb4.tar.bz2
am 49418426: am ca57d42b: am f2dc7e56: Merge "Doze: Aggressively dial down notification-related pulses." into lmp-dev
* commit '4941842645f271898188871c1db00191b4dda385': Doze: Aggressively dial down notification-related pulses.
Diffstat (limited to 'packages/SystemUI/res')
-rw-r--r--packages/SystemUI/res/values/config.xml14
1 files changed, 8 insertions, 6 deletions
diff --git a/packages/SystemUI/res/values/config.xml b/packages/SystemUI/res/values/config.xml
index e22d78a..17b3833 100644
--- a/packages/SystemUI/res/values/config.xml
+++ b/packages/SystemUI/res/values/config.xml
@@ -194,9 +194,14 @@
<!-- Doze: should the pickup sensor be used as a pulse signal? -->
<bool name="doze_pulse_on_pick_up">false</bool>
- <!-- Doze: period of time between pulses (start of pulse) when following the notification light
- Format: <under_ms>:<period_ms>,...,<default_ms> -->
- <string name="doze_pulse_period_function">60000:10000,300000:30000,1800000:60000,0</string>
+ <!-- Doze: should notifications be used as a pulse signal? -->
+ <bool name="doze_pulse_on_notifications">true</bool>
+
+ <!-- Doze: when to pulse after a buzzworthy notification arrives -->
+ <string name="doze_pulse_schedule">1s,10s,30s,60s,120s</string>
+
+ <!-- Doze: maximum number of times the notification pulse schedule can be reset -->
+ <integer name="doze_pulse_schedule_resets">3</integer>
<!-- Doze: pulse parameter - how long does it take to fade in? -->
<integer name="doze_pulse_duration_in">1000</integer>
@@ -207,9 +212,6 @@
<!-- Doze: pulse parameter - how long does it take to fade out? -->
<integer name="doze_pulse_duration_out">1000</integer>
- <!-- Doze: pulse parameter - how long to wait before pulsing (if not starting immediately) -->
- <integer name="doze_pulse_delay">1000</integer>
-
<!-- Doze: alpha to apply to small icons when dozing -->
<integer name="doze_small_icon_alpha">222</integer><!-- 87% of 0xff -->