Loading packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java +1 −1 Original line number Diff line number Diff line Loading @@ -1381,7 +1381,6 @@ public abstract class BaseStatusBar extends SystemUI implements R.layout.notification_public_default, contentContainerPublic, false); publicViewLocal.setIsRootNamespace(true); contentContainerPublic.setContractedChild(publicViewLocal); final TextView title = (TextView) publicViewLocal.findViewById(R.id.title); try { Loading Loading @@ -1447,6 +1446,7 @@ public abstract class BaseStatusBar extends SystemUI implements mContext.getResources().getConfiguration().fontScale); title.setPadding(0, topPadding, 0, 0); contentContainerPublic.setContractedChild(publicViewLocal); entry.autoRedacted = true; } Loading packages/SystemUI/src/com/android/systemui/statusbar/NotificationContentView.java +2 −2 Original line number Diff line number Diff line Loading @@ -311,9 +311,9 @@ public class NotificationContentView extends FrameLayout { } int visibleType = calculateVisibleType(); if (visibleType != mVisibleType || force) { if (animate && (visibleType == VISIBLE_TYPE_EXPANDED && mExpandedChild != null) if (animate && ((visibleType == VISIBLE_TYPE_EXPANDED && mExpandedChild != null) || (visibleType == VISIBLE_TYPE_HEADSUP && mHeadsUpChild != null) || visibleType == VISIBLE_TYPE_CONTRACTED) { || visibleType == VISIBLE_TYPE_CONTRACTED)) { runSwitchAnimation(visibleType); } else { updateViewVisibilities(visibleType); Loading packages/SystemUI/src/com/android/systemui/statusbar/stack/StackScrollState.java +3 −3 Original line number Diff line number Diff line Loading @@ -149,9 +149,6 @@ public class StackScrollState { // apply dimming view.setDimmed(state.dimmed, false /* animate */); // apply dark view.setDark(state.dark, false /* animate */, 0 /* delay */); // apply hiding sensitive view.setHideSensitive( state.hideSensitive, false /* animated */, 0 /* delay */, 0 /* duration */); Loading @@ -159,6 +156,9 @@ public class StackScrollState { // apply speed bump state view.setBelowSpeedBump(state.belowSpeedBump); // apply dark view.setDark(state.dark, false /* animate */, 0 /* delay */); // apply clipping float oldClipTopAmount = view.getClipTopAmount(); if (oldClipTopAmount != state.clipTopAmount) { Loading packages/SystemUI/src/com/android/systemui/statusbar/stack/StackStateAnimator.java +3 −3 Original line number Diff line number Diff line Loading @@ -243,9 +243,6 @@ public class StackStateAnimator { // start dimmed animation child.setDimmed(viewState.dimmed, mAnimationFilter.animateDimmed); // start dark animation child.setDark(viewState.dark, mAnimationFilter.animateDark, delay); // apply speed bump state child.setBelowSpeedBump(viewState.belowSpeedBump); Loading @@ -253,6 +250,9 @@ public class StackStateAnimator { child.setHideSensitive(viewState.hideSensitive, mAnimationFilter.animateHideSensitive, delay, duration); // start dark animation child.setDark(viewState.dark, mAnimationFilter.animateDark, delay); if (wasAdded) { child.performAddAnimation(delay, mCurrentLength); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java +1 −1 Original line number Diff line number Diff line Loading @@ -1381,7 +1381,6 @@ public abstract class BaseStatusBar extends SystemUI implements R.layout.notification_public_default, contentContainerPublic, false); publicViewLocal.setIsRootNamespace(true); contentContainerPublic.setContractedChild(publicViewLocal); final TextView title = (TextView) publicViewLocal.findViewById(R.id.title); try { Loading Loading @@ -1447,6 +1446,7 @@ public abstract class BaseStatusBar extends SystemUI implements mContext.getResources().getConfiguration().fontScale); title.setPadding(0, topPadding, 0, 0); contentContainerPublic.setContractedChild(publicViewLocal); entry.autoRedacted = true; } Loading
packages/SystemUI/src/com/android/systemui/statusbar/NotificationContentView.java +2 −2 Original line number Diff line number Diff line Loading @@ -311,9 +311,9 @@ public class NotificationContentView extends FrameLayout { } int visibleType = calculateVisibleType(); if (visibleType != mVisibleType || force) { if (animate && (visibleType == VISIBLE_TYPE_EXPANDED && mExpandedChild != null) if (animate && ((visibleType == VISIBLE_TYPE_EXPANDED && mExpandedChild != null) || (visibleType == VISIBLE_TYPE_HEADSUP && mHeadsUpChild != null) || visibleType == VISIBLE_TYPE_CONTRACTED) { || visibleType == VISIBLE_TYPE_CONTRACTED)) { runSwitchAnimation(visibleType); } else { updateViewVisibilities(visibleType); Loading
packages/SystemUI/src/com/android/systemui/statusbar/stack/StackScrollState.java +3 −3 Original line number Diff line number Diff line Loading @@ -149,9 +149,6 @@ public class StackScrollState { // apply dimming view.setDimmed(state.dimmed, false /* animate */); // apply dark view.setDark(state.dark, false /* animate */, 0 /* delay */); // apply hiding sensitive view.setHideSensitive( state.hideSensitive, false /* animated */, 0 /* delay */, 0 /* duration */); Loading @@ -159,6 +156,9 @@ public class StackScrollState { // apply speed bump state view.setBelowSpeedBump(state.belowSpeedBump); // apply dark view.setDark(state.dark, false /* animate */, 0 /* delay */); // apply clipping float oldClipTopAmount = view.getClipTopAmount(); if (oldClipTopAmount != state.clipTopAmount) { Loading
packages/SystemUI/src/com/android/systemui/statusbar/stack/StackStateAnimator.java +3 −3 Original line number Diff line number Diff line Loading @@ -243,9 +243,6 @@ public class StackStateAnimator { // start dimmed animation child.setDimmed(viewState.dimmed, mAnimationFilter.animateDimmed); // start dark animation child.setDark(viewState.dark, mAnimationFilter.animateDark, delay); // apply speed bump state child.setBelowSpeedBump(viewState.belowSpeedBump); Loading @@ -253,6 +250,9 @@ public class StackStateAnimator { child.setHideSensitive(viewState.hideSensitive, mAnimationFilter.animateHideSensitive, delay, duration); // start dark animation child.setDark(viewState.dark, mAnimationFilter.animateDark, delay); if (wasAdded) { child.performAddAnimation(delay, mCurrentLength); } Loading