diff --git a/core/java/android/view/View.java b/core/java/android/view/View.java index 6396781377a3f..ce266d736ea4a 100644 --- a/core/java/android/view/View.java +++ b/core/java/android/view/View.java @@ -10711,8 +10711,8 @@ public class View implements Drawable.Callback, KeyEvent.Callback, * {@link Drawable#getOutline(Outline)}. Manually setting the Outline with this method allows * this behavior to be overridden. *

- * If the outline is empty or is null, shadows will be cast from the - * bounds of the View. + * If the outline is {@link Outline#isEmpty()} or is null, + * shadows will not be cast. *

* Only outlines that return true from {@link Outline#canClip()} may be used for clipping. *