Searched refs:computeScroll (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java392 * See {@link android.webkit.WebView#computeScroll}
394 public void computeScroll(); method in interface:WebViewProvider.ScrollDelegate
H A DWebView.java1898 WebView.super.computeScroll();
2143 public void computeScroll() { method in class:WebView
2144 mProvider.getScrollDelegate().computeScroll();
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewChromium.java2023 public void computeScroll() { method in class:WebViewChromium
2029 computeScroll();
2034 mAwContents.computeScroll();
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DSlidingChallengeLayout.java1016 public void computeScroll() { method in class:SlidingChallengeLayout
1017 super.computeScroll();
1022 Log.e(TAG, "Challenge view missing in computeScroll");
H A DPagedView.java186 // If true, the subclass should directly update scrollX itself in its computeScroll method
633 public void computeScroll() { method in class:PagedView
1968 computeScroll();
/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java739 // Treat animating scrolls differently; see #computeScroll() for why.
1242 public void computeScroll() { method in class:HorizontalScrollView
1250 // It is, except when you remember that computeScroll() is used to
H A DScrollView.java760 // Treat animating scrolls differently; see #computeScroll() for why.
1230 public void computeScroll() { method in class:ScrollView
1238 // It is, except when you remember that computeScroll() is used to
H A DNumberPicker.java1035 public void computeScroll() { method in class:NumberPicker
H A DTextView.java6944 public void computeScroll() { method in class:TextView
/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java542 public void computeScroll() { method in class:StaggeredGridView
/frameworks/support/v4/java/android/support/v4/widget/
H A DDrawerLayout.java767 public void computeScroll() { method in class:DrawerLayout
H A DSlidingPaneLayout.java1020 public void computeScroll() { method in class:SlidingPaneLayout
/frameworks/base/core/java/android/view/
H A DView.java11386 public void computeScroll() { method in class:View
13347 computeScroll();
13654 computeScroll();
13736 computeScroll();
14196 computeScroll();
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java1606 public void computeScroll() { method in class:ViewPager

Completed in 459 milliseconds