summaryrefslogtreecommitdiff
path: root/core/java/android/view/ViewAnimationUtils.java
diff options
context:
space:
mode:
authorChet Haase <chet@google.com>2014-08-22 04:12:49 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-08-22 04:12:50 +0000
commitbc070818271981df5a475666f005aa2084a2c40b (patch)
treeb012f521a50af4418b12304cbb00fb822f5c5c5e /core/java/android/view/ViewAnimationUtils.java
parentdc0800ddb669bef32c04283956bbee5b2692e2e4 (diff)
parent4c902fa56d2dc0b0f50bb2255cb511ea7e970c6e (diff)
Merge "Fix docs for circular reveal" into lmp-dev
Diffstat (limited to 'core/java/android/view/ViewAnimationUtils.java')
-rw-r--r--core/java/android/view/ViewAnimationUtils.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/ViewAnimationUtils.java b/core/java/android/view/ViewAnimationUtils.java
index eeff90a4dd32..7ced0889cdd5 100644
--- a/core/java/android/view/ViewAnimationUtils.java
+++ b/core/java/android/view/ViewAnimationUtils.java
@@ -26,7 +26,7 @@ import android.animation.RevealAnimator;
public final class ViewAnimationUtils {
private ViewAnimationUtils() {}
/**
- * Returns a ValueAnimator which can animate a clipping circle.
+ * Returns an Animator which can animate a clipping circle.
*
* Any shadow cast by the View will respect the circular clip from this animator.
*