Merge "WindowInsetsAnimationController: Clarify finish javadoc" into rvc-dev am: a576c805ab am: a1f40c1cef am: 33ea5df87f

Change-Id: Ic11e2a3fc7626fbc3c341b8af9d593e64f0ab3ca
This commit is contained in:
Adrian Roos
2020-04-14 19:36:42 +00:00
committed by Automerger Merge Worker

View File

@@ -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.