OSDN Git Service

Animate public/private notification layouts
authorJorim Jaggi <jjaggi@google.com>
Fri, 1 Aug 2014 00:45:18 +0000 (02:45 +0200)
committerJorim Jaggi <jjaggi@google.com>
Sun, 3 Aug 2014 18:55:33 +0000 (18:55 +0000)
commitae44128776410abd11bd06ae700db9cc4606a773
tree798e841bc849325b4ee1ee1d23871bcc64197e8a
parentdbc3dce886cb7abba23a9f18e60d0f5af5c93226
Animate public/private notification layouts

This change move the boolean whether we hide sensitive contents into
AmbientState, which makes it consistent with the other stack states
and allows for a orchestrated transition between public/private
layouts. We need this transition when going into the full shade.

Bug: 16291973
Change-Id: I379a6119b5b73eca900a4a2ba9d5ec95b293e487
packages/SystemUI/src/com/android/systemui/statusbar/ExpandableNotificationRow.java
packages/SystemUI/src/com/android/systemui/statusbar/ExpandableView.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java
packages/SystemUI/src/com/android/systemui/statusbar/policy/HeadsUpNotificationView.java
packages/SystemUI/src/com/android/systemui/statusbar/stack/AmbientState.java
packages/SystemUI/src/com/android/systemui/statusbar/stack/AnimationFilter.java
packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java
packages/SystemUI/src/com/android/systemui/statusbar/stack/StackScrollAlgorithm.java
packages/SystemUI/src/com/android/systemui/statusbar/stack/StackScrollState.java
packages/SystemUI/src/com/android/systemui/statusbar/stack/StackStateAnimator.java