Loading core/java/android/view/View.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -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. * * Loading Loading
core/java/android/view/View.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -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. * * Loading