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

Commit 1257b101 authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Fix javadoc link for SDK build breakage"

parents 41fe19af 4886d400
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -8551,8 +8551,8 @@ public class View implements Drawable.Callback, KeyEvent.Callback, Accessibility
    /**
    /**
     * Scroll the view with standard behavior for scrolling beyond the normal
     * Scroll the view with standard behavior for scrolling beyond the normal
     * content boundaries. Views that call this method should override
     * content boundaries. Views that call this method should override
     * {@link #onOverscrolled()} to respond to the results of an overscroll
     * {@link #onOverscrolled(int, int, boolean, boolean)} to respond to the
     * operation.
     * results of an overscroll operation.
     * 
     * 
     * Views can use this method to handle any touch or fling-based scrolling.
     * Views can use this method to handle any touch or fling-based scrolling.
     * 
     *