Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f87ec6a6 authored by Chris Craik's avatar Chris Craik Committed by Android Git Automerger
Browse files

am 365dfe93: Merge "Update docs around empty/null outline behavior" into lmp-preview-dev

* commit '365dfe93dd3baab1417e20bc9ba7e3175600faa0':
  Update docs around empty/null outline behavior
parents 5fe5bcae ddce6899
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.
     * <p>
     * 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 <code>null</code>,
     * shadows will not be cast.
     * <p>
     * Only outlines that return true from {@link Outline#canClip()} may be used for clipping.
     *