OSDN Git Service

Fixed a bug where the minHeight of groups was inaccurate
authorSelim Cinek <cinek@google.com>
Thu, 24 Mar 2016 17:54:56 +0000 (10:54 -0700)
committerSelim Cinek <cinek@google.com>
Tue, 5 Apr 2016 18:17:15 +0000 (11:17 -0700)
commit567e845d99840a6e556595739a15e16132eb2f1e
treee18dd4c06730dc3a04adecfe62c4ff5351fd3308
parentcd404a2fc34a967f0763fb3b6b43f56a5d8014e8
Fixed a bug where the minHeight of groups was inaccurate

Also cleaned up the methods names a bit and fixed some small
bugs in border cases where the algorithm was using the wrong
sizes.

Bug: 24866646
Change-Id: I6622814f8cec3fe143234e349030a19e3dc11353
packages/SystemUI/src/com/android/systemui/ExpandHelper.java
packages/SystemUI/src/com/android/systemui/statusbar/DragDownHelper.java
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/NotificationContentView.java
packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationChildrenContainer.java
packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java
packages/SystemUI/src/com/android/systemui/statusbar/stack/StackScrollAlgorithm.java