diff options
author | Chris Craik <ccraik@google.com> | 2014-03-08 01:12:44 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-03-08 01:12:44 +0000 |
commit | 400b6232090c9e620bf4eedd34c8ceadb00b2237 (patch) | |
tree | 71228ab81d0b80d74d1fc82245055e8114ad3f36 /core/java | |
parent | 4fc51997602262bad6c931b5513add5e9a13750c (diff) | |
parent | 29cc47a5f1021ad42f4699f08ebaea025925f410 (diff) | |
download | frameworks_base-400b6232090c9e620bf4eedd34c8ceadb00b2237.zip frameworks_base-400b6232090c9e620bf4eedd34c8ceadb00b2237.tar.gz frameworks_base-400b6232090c9e620bf4eedd34c8ceadb00b2237.tar.bz2 |
Merge "Update Z documentation to avoid hidden API"
Diffstat (limited to 'core/java')
-rw-r--r-- | core/java/android/view/View.java | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/core/java/android/view/View.java b/core/java/android/view/View.java index 827c4cc..975d519 100644 --- a/core/java/android/view/View.java +++ b/core/java/android/view/View.java @@ -10927,9 +10927,8 @@ public class View implements Drawable.Callback, KeyEvent.Callback, * Set to true to enable this View to cast shadows. * <p> * If enabled, and the View has a z translation greater than 0, or is - * rotated in 3D, the shadow will be cast onto the current - * {@link ViewGroup#setIsolatedZVolume(boolean) isolated Z volume}, - * at the z = 0 plane. + * rotated in 3D, the shadow will be cast onto its parent at the z = 0 + * plane. * <p> * The shape of the shadow being cast is defined by the * {@link #setOutline(Path) outline} of the view, or the rectangular bounds |