am b1b55e6c: Fix build.
* commit 'b1b55e6c6b079d75c13dcc23ca3ebce847bb42f8': Fix build.
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