Loading packages/SystemUI/src/com/android/systemui/statusbar/NotificationShelf.java +4 −0 Original line number Diff line number Diff line Loading @@ -358,9 +358,13 @@ public class NotificationShelf extends ActivatableNotificationView implements && anv instanceof ExpandableNotificationRow && ((ExpandableNotificationRow) anv).isHeadsUp(); final boolean isHunGoingToShade = mAmbientState.isShadeExpanded() && anv == mAmbientState.getTrackedHeadsUpRow(); final boolean shouldUpdateCornerRoundness = viewStart < shelfStart && !mHostLayoutController.isViewAffectedBySwipe(anv) && !isUnlockedHeadsUp && !isHunGoingToShade && !mAmbientState.isPulsing() && !mAmbientState.isDozing(); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/NotificationShelf.java +4 −0 Original line number Diff line number Diff line Loading @@ -358,9 +358,13 @@ public class NotificationShelf extends ActivatableNotificationView implements && anv instanceof ExpandableNotificationRow && ((ExpandableNotificationRow) anv).isHeadsUp(); final boolean isHunGoingToShade = mAmbientState.isShadeExpanded() && anv == mAmbientState.getTrackedHeadsUpRow(); final boolean shouldUpdateCornerRoundness = viewStart < shelfStart && !mHostLayoutController.isViewAffectedBySwipe(anv) && !isUnlockedHeadsUp && !isHunGoingToShade && !mAmbientState.isPulsing() && !mAmbientState.isDozing(); Loading