From 67c360f3d52e705258182dbc448ef528599482fa Mon Sep 17 00:00:00 2001 From: Chris Craik Date: Tue, 27 May 2014 14:10:17 -0700 Subject: Update docs around empty/null outline behavior bug:15257846 Change-Id: Ie4d1b0aaeb900eaaa7e54097f3e0d795beb8f445 --- core/java/android/view/View.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/java/android') diff --git a/core/java/android/view/View.java b/core/java/android/view/View.java index 0f21c1d..025cf69 100644 --- a/core/java/android/view/View.java +++ b/core/java/android/view/View.java @@ -10687,8 +10687,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. * -- cgit v1.1