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

Commit 4e8dfd78 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Null documentation on InsetsParams#getInsetsSize" into main

parents e24ceb0b e5cb884b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;