diff options
| -rw-r--r-- | core/java/android/view/ViewGroup.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/java/android/view/ViewGroup.java b/core/java/android/view/ViewGroup.java index bcf263b24d8e..b91091fbcca4 100644 --- a/core/java/android/view/ViewGroup.java +++ b/core/java/android/view/ViewGroup.java @@ -3134,7 +3134,6 @@ public abstract class ViewGroup extends View implements ViewParent, ViewManager * @return True if the group should be an isolated Z volume with its own Z * ordering space, false if its decendents should inhabit the * inherited Z ordering volume. - * @attr ref android.R.styleable#ViewGroup_isolateZVolume */ public void setIsolatedZVolume(boolean isolateZVolume) { boolean previousValue = (mGroupFlags & FLAG_ISOLATED_Z_VOLUME) == FLAG_ISOLATED_Z_VOLUME; |