From 94882946112e5a5d384fca5f39b2bdf7584cba6f Mon Sep 17 00:00:00 2001 From: George Mount Date: Wed, 1 Jul 2015 11:07:13 -0700 Subject: Fix docs for ViewAnimationUtils.createCircularReveal Bug 22202425 Change-Id: Ic9b5b8ec88b8ae2ece2312e3bc3d4fd49ffc1f1f --- core/java/android/view/ViewAnimationUtils.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'core/java/android/view/ViewAnimationUtils.java') 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 + * view. + * @param centerY The y coordinate of the center of the animating circle, relative to + * view. * @param startRadius The starting radius of the animating circle. * @param endRadius The ending radius of the animating circle. */ -- cgit v1.2.3