Searched refs:onOverScrolled (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java288 public void onOverScrolled(int scrollX, int scrollY, boolean clampedX, boolean clampedY); method in interface:WebViewProvider.ViewDelegate
H A DWebView.java1962 protected void onOverScrolled(int scrollX, int scrollY, boolean clampedX, boolean clampedY) { method in class:WebView
1963 mProvider.getViewDelegate().onOverScrolled(scrollX, scrollY, clampedX, clampedY);
H A DWebViewClassic.java3298 public void onOverScrolled(int scrollX, int scrollY, boolean clampedX, method in class:WebViewClassic
/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java718 protected void onOverScrolled(int scrollX, int scrollY, method in class:HorizontalScrollView
H A DScrollView.java731 protected void onOverScrolled(int scrollX, int scrollY, method in class:ScrollView
H A DAbsListView.java3727 protected void onOverScrolled(int scrollX, int scrollY, boolean clampedX, boolean clampedY) { method in class:AbsListView
/frameworks/base/core/java/android/view/
H A DView.java16125 * {@link #onOverScrolled(int, int, boolean, boolean)} to respond to the
16194 onOverScrolled(newScrollX, newScrollY, clampedX, clampedY);
16208 protected void onOverScrolled(int scrollX, int scrollY, method in class:View

Completed in 3530 milliseconds