Loading services/core/java/com/android/server/wm/InsetsSourceProvider.java +1 −1 Original line number Diff line number Diff line Loading @@ -304,7 +304,7 @@ class InsetsSourceProvider { return mInsetsHint; } final WindowState win = mWindowContainer.asWindowState(); if (win != null && win.mGivenInsetsPending) { if (win != null && win.mGivenInsetsPending && win.mAttrs.providedInsets == null) { return mInsetsHint; } if (mInsetsHintStale) { Loading services/core/java/com/android/server/wm/WindowState.java +1 −1 Original line number Diff line number Diff line Loading @@ -1381,7 +1381,7 @@ class WindowState extends WindowContainer<WindowState> implements WindowManagerP // This window doesn't provide any insets. return; } if (mGivenInsetsPending) { if (mGivenInsetsPending && mAttrs.providedInsets == null) { // The given insets are pending, and they are not reliable for now. The source frame // should be updated after the new given insets are sent to window manager. return; Loading Loading
services/core/java/com/android/server/wm/InsetsSourceProvider.java +1 −1 Original line number Diff line number Diff line Loading @@ -304,7 +304,7 @@ class InsetsSourceProvider { return mInsetsHint; } final WindowState win = mWindowContainer.asWindowState(); if (win != null && win.mGivenInsetsPending) { if (win != null && win.mGivenInsetsPending && win.mAttrs.providedInsets == null) { return mInsetsHint; } if (mInsetsHintStale) { Loading
services/core/java/com/android/server/wm/WindowState.java +1 −1 Original line number Diff line number Diff line Loading @@ -1381,7 +1381,7 @@ class WindowState extends WindowContainer<WindowState> implements WindowManagerP // This window doesn't provide any insets. return; } if (mGivenInsetsPending) { if (mGivenInsetsPending && mAttrs.providedInsets == null) { // The given insets are pending, and they are not reliable for now. The source frame // should be updated after the new given insets are sent to window manager. return; Loading