summaryrefslogtreecommitdiffstats
path: root/core/java/android/animation
diff options
context:
space:
mode:
authorEino-Ville Talvala <etalvala@google.com>2014-12-05 11:11:45 -0800
committerEino-Ville Talvala <etalvala@google.com>2014-12-05 11:11:55 -0800
commit5a5afe010d2f8fb7e8f00858b8a305b4745c0469 (patch)
tree714bc8f2ac02c251687d73f29f452d8ce3361311 /core/java/android/animation
parent04c022f4c12a778027957a266dd9fce2b70a1cb0 (diff)
downloadframeworks_base-5a5afe010d2f8fb7e8f00858b8a305b4745c0469.zip
frameworks_base-5a5afe010d2f8fb7e8f00858b8a305b4745c0469.tar.gz
frameworks_base-5a5afe010d2f8fb7e8f00858b8a305b4745c0469.tar.bz2
Fix docs build
Change-Id: I9947d53aeb155d98f5194c9789f19aba1f01e4be
Diffstat (limited to 'core/java/android/animation')
-rw-r--r--core/java/android/animation/ValueAnimator.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/animation/ValueAnimator.java b/core/java/android/animation/ValueAnimator.java
index 5a44a74..8b70ae6 100644
--- a/core/java/android/animation/ValueAnimator.java
+++ b/core/java/android/animation/ValueAnimator.java
@@ -559,7 +559,7 @@ public class ValueAnimator extends Animator {
* set to this fraction; it will simply set the fraction to this value and perform any
* appropriate actions based on that fraction. If the animation is already running, then
* setCurrentFraction() will set the current fraction to this value and continue
- * playing from that point. {@link AnimatorListener} events are not called
+ * playing from that point. {@link Animator.AnimatorListener} events are not called
* due to changing the fraction; those events are only processed while the animation
* is running.
*