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

Commit 007a6fb3 authored by Adam Powell's avatar Adam Powell Committed by Android Git Automerger
Browse files

am f16d870f: Merge "Un-hide WindowInsets#isConsumed" into lmp-dev

* commit 'f16d870f7007ca5aa3f01ee648dad5a7437179ee':
  Un-hide WindowInsets#isConsumed
parents 3895a2de 2f13c9de
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -35547,6 +35547,7 @@ package android.view {
    method public int getSystemWindowInsetTop();
    method public boolean hasInsets();
    method public boolean hasSystemWindowInsets();
    method public boolean isConsumed();
    method public boolean isRound();
    method public android.view.WindowInsets replaceSystemWindowInsets(int, int, int, int);
  }
+0 −1
Original line number Diff line number Diff line
@@ -266,7 +266,6 @@ public final class WindowInsets {
     * {@link View#fitSystemWindows(android.graphics.Rect)}.</p>
     *
     * @return true if the insets have been fully consumed.
     * @hide Pending API
     */
    public boolean isConsumed() {
        return mSystemWindowInsetsConsumed && mWindowDecorInsetsConsumed && mStableInsetsConsumed;