Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/row/StackScrollerDecorView.java +3 −3 Original line number Diff line number Diff line Loading @@ -90,10 +90,10 @@ public abstract class StackScrollerDecorView extends ExpandableView { } else { setWillBeGone(true); } setContentVisible(visible, true /* animate */, null /* runAfter */); setContentVisible(visible, true /* animate */, null /* onAnimationEnded */); } else { setVisibility(visible ? VISIBLE : GONE); setContentVisible(visible, false /* animate */, null /* runAfter */); setContentVisible(visible, false /* animate */, null /* onAnimationEnded */); setWillBeGone(false); notifyHeightChanged(false /* needsAnimation */); } Loading @@ -108,7 +108,7 @@ public abstract class StackScrollerDecorView extends ExpandableView { * Change content visibility to {@code visible}, animated. */ public void setContentVisibleAnimated(boolean visible) { setContentVisible(visible, true /* animate */, null /* runAfter */); setContentVisible(visible, true /* animate */, null /* onAnimationEnded */); } /** Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/SectionHeaderView.java +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ public class SectionHeaderView extends StackScrollerDecorView { mContents = requireViewById(R.id.content); bindContents(); super.onFinishInflate(); setVisible(true /* nowVisible */, false /* animate */); setVisible(true /* visible */, false /* animate */); } private void bindContents() { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/row/StackScrollerDecorView.java +3 −3 Original line number Diff line number Diff line Loading @@ -90,10 +90,10 @@ public abstract class StackScrollerDecorView extends ExpandableView { } else { setWillBeGone(true); } setContentVisible(visible, true /* animate */, null /* runAfter */); setContentVisible(visible, true /* animate */, null /* onAnimationEnded */); } else { setVisibility(visible ? VISIBLE : GONE); setContentVisible(visible, false /* animate */, null /* runAfter */); setContentVisible(visible, false /* animate */, null /* onAnimationEnded */); setWillBeGone(false); notifyHeightChanged(false /* needsAnimation */); } Loading @@ -108,7 +108,7 @@ public abstract class StackScrollerDecorView extends ExpandableView { * Change content visibility to {@code visible}, animated. */ public void setContentVisibleAnimated(boolean visible) { setContentVisible(visible, true /* animate */, null /* runAfter */); setContentVisible(visible, true /* animate */, null /* onAnimationEnded */); } /** Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/SectionHeaderView.java +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ public class SectionHeaderView extends StackScrollerDecorView { mContents = requireViewById(R.id.content); bindContents(); super.onFinishInflate(); setVisible(true /* nowVisible */, false /* animate */); setVisible(true /* visible */, false /* animate */); } private void bindContents() { Loading