summaryrefslogtreecommitdiff
path: root/core/java/android/view/ViewAnimationUtils.java
diff options
context:
space:
mode:
authorGeorge Mount <mount@google.com>2015-07-01 11:07:13 -0700
committerGeorge Mount <mount@google.com>2015-07-01 11:10:58 -0700
commit94882946112e5a5d384fca5f39b2bdf7584cba6f (patch)
tree88ab7b6fb5cfdda21d49357f6998adcf831e7165 /core/java/android/view/ViewAnimationUtils.java
parenta10277e3e4c01e08f53b98eac3c98bf94482b106 (diff)
Fix docs for ViewAnimationUtils.createCircularReveal
Bug 22202425 Change-Id: Ic9b5b8ec88b8ae2ece2312e3bc3d4fd49ffc1f1f
Diffstat (limited to 'core/java/android/view/ViewAnimationUtils.java')
-rw-r--r--core/java/android/view/ViewAnimationUtils.java6
1 files changed, 4 insertions, 2 deletions
diff --git a/core/java/android/view/ViewAnimationUtils.java b/core/java/android/view/ViewAnimationUtils.java
index d44df3133ff9..4c75935d6e23 100644
--- a/core/java/android/view/ViewAnimationUtils.java
+++ b/core/java/android/view/ViewAnimationUtils.java
@@ -43,8 +43,10 @@ public final class ViewAnimationUtils {
* on thread responsiveness.
*
* @param view The View will be clipped to the animating circle.
- * @param centerX The x coordinate of the center of the animating circle.
- * @param centerY The y coordinate of the center of the animating circle.
+ * @param centerX The x coordinate of the center of the animating circle, relative to
+ * <code>view</code>.
+ * @param centerY The y coordinate of the center of the animating circle, relative to
+ * <code>view</code>.
* @param startRadius The starting radius of the animating circle.
* @param endRadius The ending radius of the animating circle.
*/