Skip to content

Commit 728e439

Browse files
chethaaseAndroid (Google) Code Review
authored andcommitted
Merge "Minor touch-up of Animation docs" into jb-dev
2 parents 04d3521 + 4242893 commit 728e439

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
@@ -15309,10 +15309,12 @@ public void clearAnimation() {
1530915309
/**
1531015310
* Sets the next animation to play for this view.
1531115311
* If you want the animation to play immediately, use
15312-
* startAnimation. This method provides allows fine-grained
15312+
* {@link #startAnimation(android.view.animation.Animation)} instead.
15313+
* This method provides allows fine-grained
1531315314
* control over the start time and invalidation, but you
1531415315
* must make sure that 1) the animation has a start time set, and
15315-
* 2) the view will be invalidated when the animation is supposed to
15316+
* 2) the view's parent (which controls animations on its children)
15317+
* will be invalidated when the animation is supposed to
1531615318
* start.
1531715319
*
1531815320
* @param animation The next animation, or null.

0 commit comments

Comments
 (0)