Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ExpandableNotificationRow.java +1 −1 Original line number Diff line number Diff line Loading @@ -3883,7 +3883,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView dumpHeights(pw); } showingLayout.dump(pw, args); dumpCustomOutline(pw, args); if (getViewState() != null) { getViewState().dump(pw, args); pw.println(); Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ExpandableOutlineView.java +9 −3 Original line number Diff line number Diff line Loading @@ -365,11 +365,17 @@ public abstract class ExpandableOutlineView extends ExpandableView { DumpUtilsKt.withIncreasedIndent(pw, () -> { pw.println(getRoundableState().debugString()); if (DUMP_VERBOSE) { pw.println("mCustomOutline: " + mCustomOutline + " mOutlineRect: " + mOutlineRect); pw.println("mOutlineAlpha: " + mOutlineAlpha); pw.println("mAlwaysRoundBothCorners: " + mAlwaysRoundBothCorners); dumpCustomOutline(pw, args); } }); } protected void dumpCustomOutline(IndentingPrintWriter pw, String[] args) { pw.print("CustomOutline: "); pw.print("mCustomOutline", mCustomOutline); pw.print("mOutlineRect", mOutlineRect); pw.print("mOutlineAlpha", mOutlineAlpha); pw.print("mAlwaysRoundBothCorners", mAlwaysRoundBothCorners); pw.println(); } } Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ExpandableNotificationRow.java +1 −1 Original line number Diff line number Diff line Loading @@ -3883,7 +3883,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView dumpHeights(pw); } showingLayout.dump(pw, args); dumpCustomOutline(pw, args); if (getViewState() != null) { getViewState().dump(pw, args); pw.println(); Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ExpandableOutlineView.java +9 −3 Original line number Diff line number Diff line Loading @@ -365,11 +365,17 @@ public abstract class ExpandableOutlineView extends ExpandableView { DumpUtilsKt.withIncreasedIndent(pw, () -> { pw.println(getRoundableState().debugString()); if (DUMP_VERBOSE) { pw.println("mCustomOutline: " + mCustomOutline + " mOutlineRect: " + mOutlineRect); pw.println("mOutlineAlpha: " + mOutlineAlpha); pw.println("mAlwaysRoundBothCorners: " + mAlwaysRoundBothCorners); dumpCustomOutline(pw, args); } }); } protected void dumpCustomOutline(IndentingPrintWriter pw, String[] args) { pw.print("CustomOutline: "); pw.print("mCustomOutline", mCustomOutline); pw.print("mOutlineRect", mOutlineRect); pw.print("mOutlineAlpha", mOutlineAlpha); pw.print("mAlwaysRoundBothCorners", mAlwaysRoundBothCorners); pw.println(); } }