summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/drawable-hdpi
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2014-02-13 12:52:19 -0500
committerJohn Spurlock <jspurlock@google.com>2014-02-27 11:53:30 -0500
commite677d7113f6627161653f686b6381d2eef4d502f (patch)
treeb00c08df78f346475cba74e15d60d818dacfcf5f /packages/SystemUI/res/drawable-hdpi
parent94b5ca811e5716bddb4a4d86df35c29bb9165e5f (diff)
downloadframeworks_base-e677d7113f6627161653f686b6381d2eef4d502f.zip
frameworks_base-e677d7113f6627161653f686b6381d2eef4d502f.tar.gz
frameworks_base-e677d7113f6627161653f686b6381d2eef4d502f.tar.bz2
Introduce zen mode.
- New global zen mode setting with three values: ZEN_MODE_OFF, ZEN_MODE_LIMITED, ZEN_MODE_FULL - Status bar icon (on lhs) when in _LIMITED / _FULL - Rules are hardcoded for now: _LIMITED = intercept all notifications except calls/alarms _FULL = intercept everything - UI affordance in shade to set mode - Only one exit condition: "Until you delete this" - Intercepted notifications: - appear darker in the shade - do not cause sound/vibration - do not fire fullScreenIntents - do not contribute an icon to the status bar Change-Id: Ic36c95982b483432006bf9dab102a31370382aa9
Diffstat (limited to 'packages/SystemUI/res/drawable-hdpi')
-rw-r--r--packages/SystemUI/res/drawable-hdpi/spinner_default_holo_dark_am_no_underline.9.pngbin0 -> 408 bytes
-rw-r--r--packages/SystemUI/res/drawable-hdpi/stat_sys_zen_full.pngbin0 -> 745 bytes
-rw-r--r--packages/SystemUI/res/drawable-hdpi/stat_sys_zen_limited.pngbin0 -> 614 bytes
3 files changed, 0 insertions, 0 deletions
diff --git a/packages/SystemUI/res/drawable-hdpi/spinner_default_holo_dark_am_no_underline.9.png b/packages/SystemUI/res/drawable-hdpi/spinner_default_holo_dark_am_no_underline.9.png
new file mode 100644
index 0000000..267e7ba
--- /dev/null
+++ b/packages/SystemUI/res/drawable-hdpi/spinner_default_holo_dark_am_no_underline.9.png
Binary files differ
diff --git a/packages/SystemUI/res/drawable-hdpi/stat_sys_zen_full.png b/packages/SystemUI/res/drawable-hdpi/stat_sys_zen_full.png
new file mode 100644
index 0000000..fa23e85
--- /dev/null
+++ b/packages/SystemUI/res/drawable-hdpi/stat_sys_zen_full.png
Binary files differ
diff --git a/packages/SystemUI/res/drawable-hdpi/stat_sys_zen_limited.png b/packages/SystemUI/res/drawable-hdpi/stat_sys_zen_limited.png
new file mode 100644
index 0000000..aa8635c
--- /dev/null
+++ b/packages/SystemUI/res/drawable-hdpi/stat_sys_zen_limited.png
Binary files differ