OSDN Git Service

AOD: Delay wakeup until interaction with notification
authorAdrian Roos <roosa@google.com>
Mon, 23 Jan 2017 22:49:54 +0000 (14:49 -0800)
committerAdrian Roos <roosa@google.com>
Mon, 23 Jan 2017 23:02:34 +0000 (15:02 -0800)
commit500263a9bc4f833e3897597d692e09d33af2240d
tree8bd1d25597e58d3aa7151fb84372e823fb715f00
parent2536cc6872ecdc43d7e9b07a02fbc844e5f124bb
AOD: Delay wakeup until interaction with notification

Instead of immediately waking upon touching the screen, the
wakeup now happens when interacting with the notification.

Also adds feedback for the first tap of the double tap gesture
on the content view.

Bug: 30876804
Fixes: 34498705
Fixes: 34500641
Fixes: 34500802
Test: manual
Change-Id: I75ea86a6009dd7efab480738584c96bb8743b2ba
packages/SystemUI/res/values/colors.xml
packages/SystemUI/src/com/android/systemui/statusbar/ActivatableNotificationView.java
packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarWindowView.java