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

Commit db2bb3e1 authored by Colin Cross's avatar Colin Cross
Browse files

Fix docs error

Fixes:
out/soong/.intermediates/frameworks/base/doc-comment-check-docs/android_common/srcjars/android/view/View.java:12544: lint: Unresolved link/see tag "android.view.Window#setOnContentApplyWindowInsets Window#setOnContentApplyWindowInsets" in android.view.View [101]
out/soong/.intermediates/frameworks/base/doc-comment-check-docs/android_common/srcjars/android/view/View.java:12564: lint: Unresolved link/see tag "android.view.Window#setOnContentApplyWindowInsets Window#setOnContentApplyWindowInsets" in android.view.View [101]

Test: out/soong/.intermediates/frameworks/base/doc-comment-check-docs/android_common/doc-comment-check-docs-docs.zip
Change-Id: Ifdae4bad3f8a30d70a8894de8f7b011ba961adae
parent c8e17b66
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -3659,8 +3659,8 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
     *
     * @deprecated For floating windows, use {@link LayoutParams#setFitInsetsTypes(int)} with
     * {@link Type#navigationBars()}. For non-floating windows that fill the screen, call
     * {@link Window#setOnContentApplyWindowInsets} with {@code null} or a listener that doesn't
     * fit the navigation bar on the window content level.
     * {@link Window#setOnContentApplyWindowInsetsListener} with {@code null} or a listener that
     * doesn't fit the navigation bar on the window content level.
     */
    public static final int SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION = 0x00000200;
@@ -3688,8 +3688,8 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
     *
     * @deprecated For floating windows, use {@link LayoutParams#setFitInsetsTypes(int)} with
     * {@link Type#statusBars()} ()}. For non-floating windows that fill the screen, call
     * {@link Window#setOnContentApplyWindowInsets} with {@code null} or a listener that doesn't
     * fit the status bar on the window content level.
     * {@link Window#setOnContentApplyWindowInsetsListener} with {@code null} or a listener that
     * doesn't fit the status bar on the window content level.
     */
    @Deprecated
    public static final int SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN = 0x00000400;