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

Commit 00389a51 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am b1b55e6c: Fix build.

* commit 'b1b55e6c':
  Fix build.
parents 6ad11058 b1b55e6c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -22846,7 +22846,6 @@ package android.view {
    method public final android.view.View findViewWithTag(java.lang.Object);
    method public void findViewsWithText(java.util.ArrayList<android.view.View>, java.lang.CharSequence, int);
    method protected boolean fitSystemWindows(android.graphics.Rect);
    method public boolean fitsSystemWindows();
    method public android.view.View focusSearch(int);
    method public void forceLayout();
    method public float getAlpha();
+5 −0
Original line number Diff line number Diff line
@@ -5272,6 +5272,11 @@ public class View implements Drawable.Callback, Drawable.Callback2, KeyEvent.Cal
        return (mViewFlags & FITS_SYSTEM_WINDOWS) == FITS_SYSTEM_WINDOWS;
    }
    /** @hide */
    public boolean fitsSystemWindows() {
        return getFitsSystemWindows();
    }
    /**
     * Ask that a new dispatch of {@link #fitSystemWindows(Rect)} be performed.
     */