Loading packages/SystemUI/src/com/android/systemui/statusbar/ExpandableNotificationRow.java +3 −5 Original line number Diff line number Diff line Loading @@ -507,7 +507,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView { int intrinsicHeight = getIntrinsicHeight(); mIsPinned = pinned; if (intrinsicHeight != getIntrinsicHeight()) { notifyHeightChanged(false); notifyHeightChanged(false /* needsAnimation */); } if (pinned) { setIconAnimationRunning(true); Loading Loading @@ -840,8 +840,6 @@ public class ExpandableNotificationRow extends ActivatableNotificationView { } public void resetHeight() { mMaxExpandHeight = 0; mHeadsUpHeight = 0; onHeightReset(); requestLayout(); } Loading Loading @@ -1290,7 +1288,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView { } mHeadsUpHeight = headsUpChild.getHeight(); if (intrinsicBefore != getIntrinsicHeight()) { notifyHeightChanged(false /* needsAnimation */); notifyHeightChanged(true /* needsAnimation */); } } Loading Loading @@ -1398,7 +1396,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView { if (isChildInGroup()) { mGroupManager.setGroupExpanded(mStatusBarNotification, true); } notifyHeightChanged(false); notifyHeightChanged(false /* needsAnimation */); } public void setChildrenExpanded(boolean expanded, boolean animate) { Loading packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java +0 −8 Original line number Diff line number Diff line Loading @@ -216,7 +216,6 @@ public class NotificationStackScrollLayout extends ViewGroup private float mTopPaddingOverflow; private boolean mDontReportNextOverScroll; private boolean mDontClampNextScroll; private boolean mRequestViewResizeAnimationOnLayout; private boolean mNeedViewResizeAnimation; private View mExpandedGroupView; private boolean mEverythingNeedsAnimation; Loading Loading @@ -518,10 +517,6 @@ public class NotificationStackScrollLayout extends ViewGroup setMaxLayoutHeight(getHeight()); updateContentHeight(); clampScrollPosition(); if (mRequestViewResizeAnimationOnLayout) { requestAnimationOnViewResize(null); mRequestViewResizeAnimationOnLayout = false; } requestChildrenUpdate(); updateFirstAndLastBackgroundViews(); } Loading Loading @@ -3104,9 +3099,6 @@ public class NotificationStackScrollLayout extends ViewGroup @Override public void onReset(ExpandableView view) { if (mIsExpanded && mAnimationsEnabled) { mRequestViewResizeAnimationOnLayout = true; } updateAnimationState(view); updateChronometerForChild(view); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/ExpandableNotificationRow.java +3 −5 Original line number Diff line number Diff line Loading @@ -507,7 +507,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView { int intrinsicHeight = getIntrinsicHeight(); mIsPinned = pinned; if (intrinsicHeight != getIntrinsicHeight()) { notifyHeightChanged(false); notifyHeightChanged(false /* needsAnimation */); } if (pinned) { setIconAnimationRunning(true); Loading Loading @@ -840,8 +840,6 @@ public class ExpandableNotificationRow extends ActivatableNotificationView { } public void resetHeight() { mMaxExpandHeight = 0; mHeadsUpHeight = 0; onHeightReset(); requestLayout(); } Loading Loading @@ -1290,7 +1288,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView { } mHeadsUpHeight = headsUpChild.getHeight(); if (intrinsicBefore != getIntrinsicHeight()) { notifyHeightChanged(false /* needsAnimation */); notifyHeightChanged(true /* needsAnimation */); } } Loading Loading @@ -1398,7 +1396,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView { if (isChildInGroup()) { mGroupManager.setGroupExpanded(mStatusBarNotification, true); } notifyHeightChanged(false); notifyHeightChanged(false /* needsAnimation */); } public void setChildrenExpanded(boolean expanded, boolean animate) { Loading
packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java +0 −8 Original line number Diff line number Diff line Loading @@ -216,7 +216,6 @@ public class NotificationStackScrollLayout extends ViewGroup private float mTopPaddingOverflow; private boolean mDontReportNextOverScroll; private boolean mDontClampNextScroll; private boolean mRequestViewResizeAnimationOnLayout; private boolean mNeedViewResizeAnimation; private View mExpandedGroupView; private boolean mEverythingNeedsAnimation; Loading Loading @@ -518,10 +517,6 @@ public class NotificationStackScrollLayout extends ViewGroup setMaxLayoutHeight(getHeight()); updateContentHeight(); clampScrollPosition(); if (mRequestViewResizeAnimationOnLayout) { requestAnimationOnViewResize(null); mRequestViewResizeAnimationOnLayout = false; } requestChildrenUpdate(); updateFirstAndLastBackgroundViews(); } Loading Loading @@ -3104,9 +3099,6 @@ public class NotificationStackScrollLayout extends ViewGroup @Override public void onReset(ExpandableView view) { if (mIsExpanded && mAnimationsEnabled) { mRequestViewResizeAnimationOnLayout = true; } updateAnimationState(view); updateChronometerForChild(view); } Loading