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

Commit b1b55e6c authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Fix build.

Change-Id: Ie255c93442d0b62032ac25e6de97f2c03e5df3ba
parent f54bfcf5
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.
     */