summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout/heads_up.xml
Commit message (Collapse)AuthorAgeFilesLines
* Update HUN visuals to UX specAdrian Roos2014-05-311-4/+5
| | | | | | | | Adds gradient, fixes wrong padding on tablets and adds a callback mode to swipe helper. Bug: 15106201 Change-Id: I9c3f2d24665cb3de8e70904893f56c928b0caabb
* Implement HUN visuals: shadows and translucencyAdrian Roos2014-05-261-21/+25
| | | | | Bug: 15106201 Change-Id: I718e3d36355d0f58abc3daadb8c6a9d554f29bec
* Fix measure performance of whole status bar window #2.Jorim Jaggi2014-05-111-1/+1
| | | | Change-Id: I4cbaa762d61e19016f925556c8e02720249dc22c
* Revert "Fix measure performance of whole status bar window."Jorim Jaggi2014-05-091-1/+1
| | | | This reverts commit 5ef8eb5661f1b3c0723348f723778be247a2f365.
* Fix measure performance of whole status bar window.Jorim Jaggi2014-05-091-1/+1
| | | | Change-Id: If66f6d2ad414d75397bd849509903a9ed777e58e
* New layout structure for the expanded status bar.Jorim Jaggi2014-05-071-1/+0
| | | | | | | | This also includes a new (very WIP) interaction to get to quick settings, with clumping the cards and a scrollable container with the cards and the bottom QS part in it. Change-Id: Ib073bb0174cddcf60347a5e3bb474fb3b6385bcf
* improvements to heads up interfaceChris Wren2014-02-271-21/+7
| | | | | | | | | | | remove shadow quick hack to open shade from HUN over status bar instead of under and below it dismiss by pushing up tablets: shadow remains on left, right, and bottom Bug: 13208692 Change-Id: Ie3abb762fb1388be68353c7e3111fe4708ab8110
* proper geometry for heads up on tablets.Chris Wren2013-08-071-6/+12
| | | | | | | also some code cleanup since things are getting complicated. Bug: 10074485 Change-Id: I900a60f0fdda8d2ef1bcfe01035d6f716e14aa56
* allow rich notifications in the heads up.Chris Wren2013-07-231-0/+1
| | | | | | | | | | | | | | | | | | | 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
* heads up notifications, v0.1Chris Wren2013-07-091-0/+34
1. re-name intruder alerts to heads up notifications 2. use interrupt for the verb form, instead of intrude 3. new policy: no full screen, high priority, screen on, not locked or dreaming 4. controlled by global setting, with an observer 5. only content view for now, expandable is a todo to turn it on: adb shell settings put global heads_up_enabled 1 calendar notifications (not pop-up) work well. Change-Id: I253418c217d0a5cf81dc2fa001f4bad90fafcce5