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

Commit a1be72bc authored by András Kurucz's avatar András Kurucz Committed by Android (Google) Code Review
Browse files

Merge "Dump ENR appear animation states" into main

parents aa80478e 6d6c196d
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -830,4 +830,13 @@ public abstract class ActivatableNotificationView extends ExpandableOutlineView
            });
        }
    }

    protected void dumpAppearAnimationProperties(IndentingPrintWriter pw, String[] args) {
        pw.print("AppearAnimation: ");
        pw.print("mDrawingAppearAnimation", mDrawingAppearAnimation);
        pw.print("mAppearAnimationFraction", mAppearAnimationFraction);
        pw.print("mIsHeadsUpAnimation", mIsHeadsUpAnimation);
        pw.print("mTargetPoint", mTargetPoint);
        pw.println();
    }
}
+1 −0
Original line number Diff line number Diff line
@@ -3883,6 +3883,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView
                dumpHeights(pw);
            }
            showingLayout.dump(pw, args);
            dumpAppearAnimationProperties(pw, args);
            dumpCustomOutline(pw, args);
            dumpClipping(pw, args);
            if (getViewState() != null) {