Loading core/java/android/view/WindowManager.java +2 −1 Original line number Diff line number Diff line Loading @@ -6183,7 +6183,8 @@ public interface WindowManager extends ViewManager { } /** * Returns the size of the provided insets. * Returns the size of the provided insets. May be {@code null} if the provided insets have * the same size as the window frame. */ public @Nullable Insets getInsetsSize() { return mInsets; Loading Loading
core/java/android/view/WindowManager.java +2 −1 Original line number Diff line number Diff line Loading @@ -6183,7 +6183,8 @@ public interface WindowManager extends ViewManager { } /** * Returns the size of the provided insets. * Returns the size of the provided insets. May be {@code null} if the provided insets have * the same size as the window frame. */ public @Nullable Insets getInsetsSize() { return mInsets; Loading