OSDN Git Service

Zoom notifications on lockscreen after tapping.
authorJorim Jaggi <jjaggi@google.com>
Tue, 15 Apr 2014 13:42:55 +0000 (15:42 +0200)
committerJorim Jaggi <jjaggi@google.com>
Tue, 15 Apr 2014 15:04:49 +0000 (17:04 +0200)
commitc5dc0d0cce373fbf292e13633c114a431d747167
treee8c96a78c3205bc7754c0ea9dde3760d596ae4b5
parent18769204be413cf6e857be48e73bf4bf539de806
Zoom notifications on lockscreen after tapping.

For the double tap interaction, this change introduces a new cue
that the notifications must be double-tapped: With the first tap,
the tapped notifications gets larger and the others fade out a bit.

Change-Id: Ib48ff0291aee1a5ec083b9e7ed1021bc420514cf
packages/SystemUI/res/layout/status_bar_notification_keyguard_overflow.xml
packages/SystemUI/res/values/dimens.xml
packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java
packages/SystemUI/src/com/android/systemui/statusbar/ExpandableNotificationRow.java
packages/SystemUI/src/com/android/systemui/statusbar/LatestItemView.java
packages/SystemUI/src/com/android/systemui/statusbar/NotificationActivator.java [new file with mode: 0644]
packages/SystemUI/src/com/android/systemui/statusbar/NotificationOverflowContainer.java [new file with mode: 0644]
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java