Loading api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -49989,6 +49989,7 @@ package android.view { method public boolean hasInsets(); method public boolean hasStableInsets(); method public boolean hasSystemWindowInsets(); method public android.view.WindowInsets inset(int, int, int, int); method public boolean isConsumed(); method public boolean isRound(); method public android.view.WindowInsets replaceSystemWindowInsets(int, int, int, int); core/java/android/view/WindowInsets.java +1 −3 Original line number Diff line number Diff line Loading @@ -579,10 +579,8 @@ public final class WindowInsets { * @param bottom the amount of insets to remove from the bottom. Must be non-negative. * * @return the inset insets * * @hide pending API */ @UnsupportedAppUsage @NonNull public WindowInsets inset(int left, int top, int right, int bottom) { Preconditions.checkArgumentNonnegative(left); Preconditions.checkArgumentNonnegative(top); Loading Loading
api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -49989,6 +49989,7 @@ package android.view { method public boolean hasInsets(); method public boolean hasStableInsets(); method public boolean hasSystemWindowInsets(); method public android.view.WindowInsets inset(int, int, int, int); method public boolean isConsumed(); method public boolean isRound(); method public android.view.WindowInsets replaceSystemWindowInsets(int, int, int, int);
core/java/android/view/WindowInsets.java +1 −3 Original line number Diff line number Diff line Loading @@ -579,10 +579,8 @@ public final class WindowInsets { * @param bottom the amount of insets to remove from the bottom. Must be non-negative. * * @return the inset insets * * @hide pending API */ @UnsupportedAppUsage @NonNull public WindowInsets inset(int left, int top, int right, int bottom) { Preconditions.checkArgumentNonnegative(left); Preconditions.checkArgumentNonnegative(top); Loading