File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments