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

Commit a1d3e708 authored by Adrian Roos's avatar Adrian Roos Committed by Automerger Merge Worker
Browse files

Merge "WindowInsetsAnimationController: Clarify finish javadoc" into rvc-dev...

Merge "WindowInsetsAnimationController: Clarify finish javadoc" into rvc-dev am: a576c805 am: a1f40c1c am: 33ea5df8 am: 3ef7f50c

Change-Id: I6ae4544c78838e852cf728dc7d75422b65fa4ef0
parents fe32f813 3ef7f50c
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -141,7 +141,10 @@ public interface WindowInsetsAnimationController {
    /**
     * Finishes the animation, and leaves the windows shown or hidden.
     * <p>
     * After invoking {@link #finish(boolean)}, this instance is no longer {@link #isReady ready}.
     * After invoking {@link #finish}, this instance is no longer {@link #isReady ready}.
     * <p>
     * Note: Finishing an animation implicitly {@link #setInsetsAndAlpha sets insets and alpha}
     * according to the requested end state without any further animation.
     *
     * @param shown if {@code true}, the windows will be shown after finishing the
     *              animation. Otherwise they will be hidden.