diff options
| author | Chris Craik <ccraik@google.com> | 2014-02-10 16:30:14 -0800 |
|---|---|---|
| committer | Chris Craik <ccraik@google.com> | 2014-02-18 16:55:45 -0800 |
| commit | e9b8817bd720cd2a294126074eb533f943a9348f (patch) | |
| tree | 722c53d39ed0a187b09414a445f128f7c8b9b696 /core/java/android/view/ViewGroup.java | |
| parent | c70c723cf8a892fb4be2f5917e596d79dfb3cb91 (diff) | |
Make outline and shadow APIs public
Change-Id: If40dc27b2fdc41c3ed355bc9029474b1344c1a03
Diffstat (limited to 'core/java/android/view/ViewGroup.java')
| -rw-r--r-- | core/java/android/view/ViewGroup.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/view/ViewGroup.java b/core/java/android/view/ViewGroup.java index c3bf5338415f..9cd3c9ddd25f 100644 --- a/core/java/android/view/ViewGroup.java +++ b/core/java/android/view/ViewGroup.java @@ -3176,6 +3176,7 @@ 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_isolatedZVolume */ public void setIsolatedZVolume(boolean isolateZVolume) { boolean previousValue = (mGroupFlags & FLAG_ISOLATED_Z_VOLUME) != 0; |
