diff options
| author | Philip Milne <pmilne@google.com> | 2012-04-16 16:12:19 -0700 |
|---|---|---|
| committer | Philip Milne <pmilne@google.com> | 2012-04-16 16:12:19 -0700 |
| commit | fcc6a0f145fa721e3feee70bedf8e120fcc4c494 (patch) | |
| tree | 072e5acc448d177d08b62bc6e9890a0be0def9f1 /core/java/android/view/ViewGroup.java | |
| parent | a5d552fc2bad6aea2087f56e88fb1ce836a79571 (diff) | |
| download | frameworks_base-fcc6a0f145fa721e3feee70bedf8e120fcc4c494.zip frameworks_base-fcc6a0f145fa721e3feee70bedf8e120fcc4c494.tar.gz frameworks_base-fcc6a0f145fa721e3feee70bedf8e120fcc4c494.tar.bz2 | |
Minor doc fix.
Change-Id: I8f20c4751b599e0108c9373caef7e672d1cd4821
Diffstat (limited to 'core/java/android/view/ViewGroup.java')
| -rw-r--r-- | core/java/android/view/ViewGroup.java | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/core/java/android/view/ViewGroup.java b/core/java/android/view/ViewGroup.java index 5e02b49..0b973e5 100644 --- a/core/java/android/view/ViewGroup.java +++ b/core/java/android/view/ViewGroup.java @@ -4449,8 +4449,7 @@ public abstract class ViewGroup extends View implements ViewParent, ViewManager * Returns the basis of alignment during the layout of this view group: * either {@link #COMPONENT_BOUNDS} or {@link #LAYOUT_BOUNDS}. * - * @return whether or not this view group should use the component or layout bounds during - * layout operations + * @return the layout mode to use during layout operations * * @see #setLayoutMode(int) */ @@ -4479,8 +4478,7 @@ public abstract class ViewGroup extends View implements ViewParent, ViewManager * value is {@link #LAYOUT_BOUNDS} for target SDK's greater than JellyBean, * {@link #LAYOUT_BOUNDS} otherwise. * - * @return whether or not this view group should use the component or layout bounds during - * layout operations + * @param layoutMode the layout mode to use during layout operations * * @see #getLayoutMode() */ |
