Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationChildrenContainer.java +7 −1 Original line number Diff line number Diff line Loading @@ -612,8 +612,14 @@ public class NotificationChildrenContainer extends ViewGroup } public float getChildRenderingStartPosition() { // NOTE: if the non-bundle header is ever changed to have different expanded/collapsed // heights, we may want to remove this isBundle() check. if (isBundle() && mChildrenExpanded) { return mHeaderHeight + getAdditionalExpandedHeaderMargin() + mDividerHeight; } else { return mHeaderHeight + mDividerHeight; } } /** * Recreate the low-priority header. Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationChildrenContainer.java +7 −1 Original line number Diff line number Diff line Loading @@ -612,8 +612,14 @@ public class NotificationChildrenContainer extends ViewGroup } public float getChildRenderingStartPosition() { // NOTE: if the non-bundle header is ever changed to have different expanded/collapsed // heights, we may want to remove this isBundle() check. if (isBundle() && mChildrenExpanded) { return mHeaderHeight + getAdditionalExpandedHeaderMargin() + mDividerHeight; } else { return mHeaderHeight + mDividerHeight; } } /** * Recreate the low-priority header. Loading