Loading packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationChildrenContainer.java +4 −0 Original line number Diff line number Diff line Loading @@ -379,6 +379,8 @@ public class NotificationChildrenContainer extends ViewGroup { } tmpState.alpha = alpha; state.applyViewState(divider, tmpState); // There is no fake shadow to be drawn on the children child.setFakeShadowIntensity(0.0f, 0.0f, 0, 0); } } Loading Loading @@ -413,6 +415,8 @@ public class NotificationChildrenContainer extends ViewGroup { } tmpState.alpha = alpha; stateAnimator.startViewAnimations(divider, tmpState, baseDelay, duration); // There is no fake shadow to be drawn on the children child.setFakeShadowIntensity(0.0f, 0.0f, 0, 0); } } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationChildrenContainer.java +4 −0 Original line number Diff line number Diff line Loading @@ -379,6 +379,8 @@ public class NotificationChildrenContainer extends ViewGroup { } tmpState.alpha = alpha; state.applyViewState(divider, tmpState); // There is no fake shadow to be drawn on the children child.setFakeShadowIntensity(0.0f, 0.0f, 0, 0); } } Loading Loading @@ -413,6 +415,8 @@ public class NotificationChildrenContainer extends ViewGroup { } tmpState.alpha = alpha; stateAnimator.startViewAnimations(divider, tmpState, baseDelay, duration); // There is no fake shadow to be drawn on the children child.setFakeShadowIntensity(0.0f, 0.0f, 0, 0); } } Loading