summaryrefslogtreecommitdiff
path: root/core/java/android/view/ViewGroup.java
diff options
context:
space:
mode:
Diffstat (limited to 'core/java/android/view/ViewGroup.java')
-rw-r--r--core/java/android/view/ViewGroup.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/java/android/view/ViewGroup.java b/core/java/android/view/ViewGroup.java
index ff8e66aec8aa..5e02b49bba65 100644
--- a/core/java/android/view/ViewGroup.java
+++ b/core/java/android/view/ViewGroup.java
@@ -354,8 +354,6 @@ public abstract class ViewGroup extends View implements ViewParent, ViewManager
/**
* This constant is a {@link #setLayoutMode(int) layoutMode}.
- * Layout bounds are derived by offsetting the component bounds using
- * {@link View#getLayoutInsets()}.
*/
public static final int LAYOUT_BOUNDS = 1;