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

Commit 26191e08 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "ViewRootImpl: add a trace point for inset animations" into main

parents 86574701 deb2c92b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2516,6 +2516,11 @@ public final class ViewRootImpl implements ViewParent,
    public void notifyInsetsAnimationRunningStateChanged(boolean running) {
        if (sToolkitSetFrameRateReadOnlyFlagValue) {
            mInsetsAnimationRunning = running;
            if (Trace.isTagEnabled(Trace.TRACE_TAG_VIEW)) {
                Trace.instant(Trace.TRACE_TAG_VIEW,
                        TextUtils.formatSimple("notifyInsetsAnimationRunningStateChanged(%s)",
                        Boolean.toString(running)));
            }
        }
    }