OSDN Git Service

Fixed a bug in the notification stack algorithm
authorSelim Cinek <cinek@google.com>
Mon, 11 Aug 2014 20:32:57 +0000 (22:32 +0200)
committerSelim Cinek <cinek@google.com>
Mon, 11 Aug 2014 20:59:44 +0000 (20:59 +0000)
commit3afd00e9f2b55a21ca378d6e520d24283dbb62e0
tree396a43a33556ec45772ea68a1b830cc8395823d5
parent8705eb95b0e00d54bbc511351c6bb180bf3273de
Fixed a bug in the notification stack algorithm

Bad holes could occur when a notification was at the same time in
the top and the bottom stack. This also improves the landscape /
smallscreen interaction with the shade.

Bug: 16715133
Change-Id: Icbb4d080e658f4ddbd39b7d08652ca5311a47978
packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java
packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java
packages/SystemUI/src/com/android/systemui/statusbar/stack/StackScrollAlgorithm.java