Loading packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java +1 −0 Original line number Diff line number Diff line Loading @@ -2002,6 +2002,7 @@ public class NotificationStackScrollLayout extends ViewGroup if (!mIsExpanded) { mBackgroundBounds.top = 0; mBackgroundBounds.bottom = 0; return; } ActivatableNotificationView firstView = mFirstVisibleBackgroundChild; int top = 0; Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java +1 −0 Original line number Diff line number Diff line Loading @@ -2002,6 +2002,7 @@ public class NotificationStackScrollLayout extends ViewGroup if (!mIsExpanded) { mBackgroundBounds.top = 0; mBackgroundBounds.bottom = 0; return; } ActivatableNotificationView firstView = mFirstVisibleBackgroundChild; int top = 0; Loading