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

/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java289 public void onOverScrolled(int scrollX, int scrollY, boolean clampedX, boolean clampedY); method in interface:WebViewProvider.ViewDelegate
H A DWebView.java2042 protected void onOverScrolled(int scrollX, int scrollY, boolean clampedX, boolean clampedY) { method in class:WebView
2043 mProvider.getViewDelegate().onOverScrolled(scrollX, scrollY, clampedX, clampedY);
H A DWebViewClassic.java3347 public void onOverScrolled(int scrollX, int scrollY, boolean clampedX, method in class:WebViewClassic
/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java731 protected void onOverScrolled(int scrollX, int scrollY, method in class:HorizontalScrollView
H A DScrollView.java752 protected void onOverScrolled(int scrollX, int scrollY, method in class:ScrollView
H A DAbsListView.java3621 protected void onOverScrolled(int scrollX, int scrollY, boolean clampedX, boolean clampedY) { method in class:AbsListView
/frameworks/base/core/java/android/view/
H A DView.java16466 * {@link #onOverScrolled(int, int, boolean, boolean)} to respond to the
16535 onOverScrolled(newScrollX, newScrollY, clampedX, clampedY);
16549 protected void onOverScrolled(int scrollX, int scrollY, method in class:View

Completed in 1750 milliseconds