Skip to content

Commit 4242893

Browse files
committed
Minor touch-up of Animation docs
Change-Id: Ifd615d352b9924d562f4238c8ed36a8f4e6a91fa
1 parent ef27936 commit 4242893

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

core/java/android/view/View.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15280,10 +15280,12 @@ public void clearAnimation() {
1528015280
/**
1528115281
* Sets the next animation to play for this view.
1528215282
* If you want the animation to play immediately, use
15283-
* startAnimation. This method provides allows fine-grained
15283+
* {@link #startAnimation(android.view.animation.Animation)} instead.
15284+
* This method provides allows fine-grained
1528415285
* control over the start time and invalidation, but you
1528515286
* must make sure that 1) the animation has a start time set, and
15286-
* 2) the view will be invalidated when the animation is supposed to
15287+
* 2) the view's parent (which controls animations on its children)
15288+
* will be invalidated when the animation is supposed to
1528715289
* start.
1528815290
*
1528915291
* @param animation The next animation, or null.

0 commit comments

Comments
 (0)