Loading core/java/android/view/NotificationHeaderView.java +0 −11 Original line number Diff line number Diff line Loading @@ -55,7 +55,6 @@ public class NotificationHeaderView extends ViewGroup { private CachingIconView mIcon; private View mProfileBadge; private View mFeedbackIcon; private boolean mShowWorkBadgeAtEnd; private int mHeaderTextMarginEnd; private Drawable mBackground; private boolean mEntireHeaderClickable; Loading Loading @@ -290,16 +289,6 @@ public class NotificationHeaderView extends ViewGroup { updateTouchListener(); } /** * Sets whether or not the work badge appears at the end of the NotificationHeaderView. * The expand button will always be closer to the end. */ public void setShowWorkBadgeAtEnd(boolean showWorkBadgeAtEnd) { if (showWorkBadgeAtEnd != mShowWorkBadgeAtEnd) { mShowWorkBadgeAtEnd = showWorkBadgeAtEnd; } } /** * Sets the margin end for the text portion of the header, excluding right-aligned elements * @param headerTextMarginEnd margin size Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationContentView.java +0 −1 Original line number Diff line number Diff line Loading @@ -336,7 +336,6 @@ public class NotificationContentView extends FrameLayout { ? contractedHeader.getPaddingLeft() : paddingEnd, contractedHeader.getPaddingBottom()); contractedHeader.setShowWorkBadgeAtEnd(false); return true; } } Loading Loading
core/java/android/view/NotificationHeaderView.java +0 −11 Original line number Diff line number Diff line Loading @@ -55,7 +55,6 @@ public class NotificationHeaderView extends ViewGroup { private CachingIconView mIcon; private View mProfileBadge; private View mFeedbackIcon; private boolean mShowWorkBadgeAtEnd; private int mHeaderTextMarginEnd; private Drawable mBackground; private boolean mEntireHeaderClickable; Loading Loading @@ -290,16 +289,6 @@ public class NotificationHeaderView extends ViewGroup { updateTouchListener(); } /** * Sets whether or not the work badge appears at the end of the NotificationHeaderView. * The expand button will always be closer to the end. */ public void setShowWorkBadgeAtEnd(boolean showWorkBadgeAtEnd) { if (showWorkBadgeAtEnd != mShowWorkBadgeAtEnd) { mShowWorkBadgeAtEnd = showWorkBadgeAtEnd; } } /** * Sets the margin end for the text portion of the header, excluding right-aligned elements * @param headerTextMarginEnd margin size Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationContentView.java +0 −1 Original line number Diff line number Diff line Loading @@ -336,7 +336,6 @@ public class NotificationContentView extends FrameLayout { ? contractedHeader.getPaddingLeft() : paddingEnd, contractedHeader.getPaddingBottom()); contractedHeader.setShowWorkBadgeAtEnd(false); return true; } } Loading