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

Commit 386d18cc authored by Joshua Baxter's avatar Joshua Baxter Committed by android-build-merger
Browse files

Merge "docs: remove incorrect (default) identifiers" into qt-dev am:...

Merge "docs: remove incorrect (default) identifiers" into qt-dev am: 2c7d94c7 am: b2a8b29d am: 31121830
am: 6d92ef5e

Change-Id: If87405cf3776f3823b722a0cc54728c2ee7932a5
parents 34fc421d 6d92ef5e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26414,7 +26414,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
    /**
     * Returns the over-scroll mode for this view. The result will be
     * one of {@link #OVER_SCROLL_ALWAYS} (default), {@link #OVER_SCROLL_IF_CONTENT_SCROLLS}
     * one of {@link #OVER_SCROLL_ALWAYS}, {@link #OVER_SCROLL_IF_CONTENT_SCROLLS}
     * (allow over-scrolling only if the view content is larger than the container),
     * or {@link #OVER_SCROLL_NEVER}.
     *
@@ -26431,7 +26431,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
    /**
     * Set the over-scroll mode for this view. Valid over-scroll modes are
     * {@link #OVER_SCROLL_ALWAYS} (default), {@link #OVER_SCROLL_IF_CONTENT_SCROLLS}
     * {@link #OVER_SCROLL_ALWAYS}, {@link #OVER_SCROLL_IF_CONTENT_SCROLLS}
     * (allow over-scrolling only if the view content is larger than the container),
     * or {@link #OVER_SCROLL_NEVER}.
     *