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

Commit c4f196b6 authored by Christine Hallstrom's avatar Christine Hallstrom Committed by Android Git Automerger
Browse files

am 039fd00f: am 13c23df9: Merge "Manual \'cherry pick\' to fix CTS tests for...

am 039fd00f: am 13c23df9: Merge "Manual \'cherry pick\' to fix CTS tests for MediaControllerTest." into cw-e-dev

* commit '039fd00f':
  Manual 'cherry pick' to fix CTS tests for MediaControllerTest.
parents 4092eeb7 039fd00f
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();
        }
    }
    /**