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

Commit 13c23df9 authored by Christine Hallstrom's avatar Christine Hallstrom Committed by Android (Google) Code Review
Browse files

Merge "Manual 'cherry pick' to fix CTS tests for MediaControllerTest." into cw-e-dev

parents 4e86aae6 2eb7d476
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -7391,7 +7391,11 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
     * @hide
     */
    public void getOutsets(Rect outOutsetRect) {
        if (mAttachInfo != null) {
            outOutsetRect.set(mAttachInfo.mOutsets);
        } else {
            outOutsetRect.setEmpty();
        }
    }
    /**