Loading packages/SystemUI/src/com/android/systemui/statusbar/ExpandableNotificationRow.java +3 −0 Original line number Diff line number Diff line Loading @@ -1974,6 +1974,9 @@ public class ExpandableNotificationRow extends ActivatableNotificationView if (mGuts != null) { mGuts.setActualHeight(height); } if (mMenuRow.getMenuView() != null) { mMenuRow.onHeightUpdate(); } } @Override Loading packages/SystemUI/src/com/android/systemui/statusbar/NotificationMenuRow.java +1 −1 Original line number Diff line number Diff line Loading @@ -431,7 +431,7 @@ public class NotificationMenuRow implements NotificationMenuRowPlugin, View.OnCl if (mParent == null || mMenuItems.size() == 0 || mMenuContainer == null) { return; } int parentHeight = mParent.getCollapsedHeight(); int parentHeight = mParent.getActualHeight(); float translationY; if (parentHeight < mVertSpaceForIcons) { translationY = (parentHeight / 2) - (mHorizSpaceForIcon / 2); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/ExpandableNotificationRow.java +3 −0 Original line number Diff line number Diff line Loading @@ -1974,6 +1974,9 @@ public class ExpandableNotificationRow extends ActivatableNotificationView if (mGuts != null) { mGuts.setActualHeight(height); } if (mMenuRow.getMenuView() != null) { mMenuRow.onHeightUpdate(); } } @Override Loading
packages/SystemUI/src/com/android/systemui/statusbar/NotificationMenuRow.java +1 −1 Original line number Diff line number Diff line Loading @@ -431,7 +431,7 @@ public class NotificationMenuRow implements NotificationMenuRowPlugin, View.OnCl if (mParent == null || mMenuItems.size() == 0 || mMenuContainer == null) { return; } int parentHeight = mParent.getCollapsedHeight(); int parentHeight = mParent.getActualHeight(); float translationY; if (parentHeight < mVertSpaceForIcons) { translationY = (parentHeight / 2) - (mHorizSpaceForIcon / 2); Loading