summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values/ids.xml
diff options
context:
space:
mode:
authorChris Wren <cwren@android.com>2013-07-16 20:49:17 -0400
committerChris Wren <cwren@android.com>2013-07-23 11:38:56 -0400
commit51c7510e493680b4aca1ed7695b35c52d2cd63ff (patch)
treeb99db218ade0125eb153c6309e4ba8bc071742c4 /packages/SystemUI/res/values/ids.xml
parentbc668ac4b7c54278ed20d8329eb80e0b54892dc7 (diff)
downloadframeworks_base-51c7510e493680b4aca1ed7695b35c52d2cd63ff.zip
frameworks_base-51c7510e493680b4aca1ed7695b35c52d2cd63ff.tar.gz
frameworks_base-51c7510e493680b4aca1ed7695b35c52d2cd63ff.tar.bz2
allow rich notifications in the heads up.
new shouldInterrupt logic: screen on, not locked, not dreaming, and priority above HIGH and noisy, or has fullscreen intent draft of API allowing devs to give hints about head up display reuse inflateViews() add an expand helper to the heads up space move some things into Entry for reuse don't allow touches in first second delay decay if touched make decay time a resource add a custom viewgroup for notification rows to get view management out of the NotificationData class. Change-Id: I36464f110cfa0dabc3f35db7db6c35c27e8ee2ba
Diffstat (limited to 'packages/SystemUI/res/values/ids.xml')
-rw-r--r--packages/SystemUI/res/values/ids.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/SystemUI/res/values/ids.xml b/packages/SystemUI/res/values/ids.xml
index 2cc3446..d876a95 100644
--- a/packages/SystemUI/res/values/ids.xml
+++ b/packages/SystemUI/res/values/ids.xml
@@ -16,8 +16,5 @@
-->
<resources>
- <item type="id" name="expandable_tag" />
- <item type="id" name="user_expanded_tag" />
- <item type="id" name="user_lock_tag" />
<item type="id" name="status_bar_cling_stub" />
</resources>