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 @@ -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.
You can’t perform that action at this time.
0 commit comments