diff options
| author | Svetoslav <svetoslavganov@google.com> | 2013-06-18 20:31:17 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-06-18 20:31:17 +0000 |
| commit | 9f6bb77eb61a465f13147ada9a920d7ba9567c92 (patch) | |
| tree | c8b703e2bbce125cfb65cb244c16909a4d4ee8d4 /core/java/android | |
| parent | 77d55c7e5c7ace27dfe56665a59edc17102418a8 (diff) | |
| parent | 3fcf1eda18f6c6ce2bf8f9ba7c09ca973b917009 (diff) | |
| download | frameworks_base-9f6bb77eb61a465f13147ada9a920d7ba9567c92.zip frameworks_base-9f6bb77eb61a465f13147ada9a920d7ba9567c92.tar.gz frameworks_base-9f6bb77eb61a465f13147ada9a920d7ba9567c92.tar.bz2 | |
Merge "Update Javadoc references"
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/view/accessibility/AccessibilityNodeInfo.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/java/android/view/accessibility/AccessibilityNodeInfo.java b/core/java/android/view/accessibility/AccessibilityNodeInfo.java index 8caa283..e924e8b 100644 --- a/core/java/android/view/accessibility/AccessibilityNodeInfo.java +++ b/core/java/android/view/accessibility/AccessibilityNodeInfo.java @@ -2577,7 +2577,7 @@ public class AccessibilityNodeInfo implements Parcelable { /** * Class with information if a node is a range. Use - * {@link #obtain(int, float, float, float)} to get an instance. + * {@link RangeInfo#obtain(int, float, float, float) to get an instance. */ public static final class RangeInfo { private static final int MAX_POOL_SIZE = 10; @@ -2683,7 +2683,7 @@ public class AccessibilityNodeInfo implements Parcelable { /** * Class with information if a node is a collection. Use - * {@link #obtain(int, float, float, float)} to an instance. + * {@link CollectionInfo#obtain(int, int, boolean) to an instance. */ public static final class CollectionInfo { private static final int MAX_POOL_SIZE = 20; @@ -2767,7 +2767,7 @@ public class AccessibilityNodeInfo implements Parcelable { /** * Class with information if a node is a collection item. Use - * {@link #obtain(int, int, boolean)} to get an instance. + * {@link CollectionItemInfo#obtain(int, int, int, int, boolean) to get an instance. */ public static final class CollectionItemInfo { private static final int MAX_POOL_SIZE = 20; |
