Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f120f90 authored by András Kurucz's avatar András Kurucz
Browse files

Dump ExpandableView clip bounds

Applying a clipping bound to the notification row would be one more way
to get to the "empty space in shade" state, and yet it is not included
in the bugreports.

Bug: 369608449
Test: dumpsysui NotificationStackScrollLayout
Flag: EXEMPT changing dumps only
Change-Id: I3ea395555dd0005701a3ffc71ba58dcb62fcc6e3
parent 95ed338a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -862,8 +862,8 @@ public abstract class ExpandableView extends FrameLayout implements Dumpable, Ro
                pw.println("mClipToActualHeight: " + mClipToActualHeight);
                pw.println("mExtraWidthForClipping: " + mExtraWidthForClipping);
                pw.println("mMinimumHeightForClipping: " + mMinimumHeightForClipping);
                pw.println("getClipBounds(): " + getClipBounds());
            }
            pw.println("getClipBounds(): " + getClipBounds());
        });
    }