From 51afc022fa76c79f0d1ece470ddc126c08fea8a4 Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Mon, 4 May 2009 18:03:43 -0700 Subject: Fix obsolete javadoc --- src/com/android/launcher/CellLayout.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/com/android/launcher') diff --git a/src/com/android/launcher/CellLayout.java b/src/com/android/launcher/CellLayout.java index fe6b193e1..157bf5641 100644 --- a/src/com/android/launcher/CellLayout.java +++ b/src/com/android/launcher/CellLayout.java @@ -531,8 +531,8 @@ public class CellLayout extends ViewGroup { * Find a vacant area that will fit the given bounds nearest the requested * cell location. Uses Euclidean distance to score multiple vacant areas. * - * @param cellX The X location of the desired location. - * @param cellY The Y location of the desired location. + * @param pixelX The X location at which you want to search for a vacant area. + * @param pixelY The Y location at which you want to search for a vacant area. * @param spanX Horizontal span of the object. * @param spanY Vertical span of the object. * @param vacantCells Pre-computed set of vacant cells to search. -- cgit v1.2.3