Fix build.
Change-Id: Ie255c93442d0b62032ac25e6de97f2c03e5df3ba
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user