Merge "WindowInsetsAnimationController: Clarify finish javadoc" into rvc-dev am: a576c805ab am: a1f40c1cef
Change-Id: I0b301df2f3c2b54733f87fd22b4621de9a6b9b39
This commit is contained in:
@@ -141,7 +141,10 @@ public interface WindowInsetsAnimationController {
|
|||||||
/**
|
/**
|
||||||
* Finishes the animation, and leaves the windows shown or hidden.
|
* Finishes the animation, and leaves the windows shown or hidden.
|
||||||
* <p>
|
* <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
|
* @param shown if {@code true}, the windows will be shown after finishing the
|
||||||
* animation. Otherwise they will be hidden.
|
* animation. Otherwise they will be hidden.
|
||||||
|
|||||||
Reference in New Issue
Block a user