From 29cc47a5f1021ad42f4699f08ebaea025925f410 Mon Sep 17 00:00:00 2001 From: Chris Craik Date: Fri, 7 Mar 2014 17:11:26 -0800 Subject: [PATCH] Update Z documentation to avoid hidden API Change-Id: I723930b951327a06dfbf2aeb8417409e6ce02c2e --- core/java/android/view/View.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/core/java/android/view/View.java b/core/java/android/view/View.java index 827c4ccd1f1f4..975d5190d16aa 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. *

* 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. *

* The shape of the shadow being cast is defined by the * {@link #setOutline(Path) outline} of the view, or the rectangular bounds