Searched defs:computeScroll (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java733 // Treat animating scrolls differently; see #computeScroll() for why.
1233 public void computeScroll() { method in class:HorizontalScrollView
1241 // It is, except when you remember that computeScroll() is used to
H A DScrollView.java754 // Treat animating scrolls differently; see #computeScroll() for why.
1221 public void computeScroll() { method in class:ScrollView
1229 // It is, except when you remember that computeScroll() is used to
H A DNumberPicker.java1005 public void computeScroll() { method in class:NumberPicker
H A DTextView.java6643 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/base/core/java/android/webkit/
H A DWebViewProvider.java376 * See {@link android.webkit.WebView#computeScroll}
378 public void computeScroll(); method in interface:WebViewProvider.ScrollDelegate
H A DWebView.java1766 WebView.super.computeScroll();
1952 public void computeScroll() { method in class:WebView
1953 mProvider.getScrollDelegate().computeScroll();
H A DWebViewClassic.java3807 public void computeScroll() { method in class:WebViewClassic
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DSlidingChallengeLayout.java977 public void computeScroll() { method in class:SlidingChallengeLayout
978 super.computeScroll();
983 Log.e(TAG, "Challenge view missing in computeScroll");
H A DPagedView.java179 // If true, the subclass should directly update scrollX itself in its computeScroll method
578 public void computeScroll() { method in class:PagedView
1837 computeScroll();
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java1533 public void computeScroll() { method in class:ViewPager
/frameworks/base/core/java/android/view/
H A DView.java10828 public void computeScroll() { method in class:View
12633 computeScroll();
12940 computeScroll();
13019 computeScroll();
13437 computeScroll();

Completed in 523 milliseconds