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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackViewScroller.java248 boolean computeScroll() { method in class:TaskStackViewScroller
253 Log.d(TAG, "computeScroll: " + (mFlingDownScrollP + deltaP));
H A DTaskStackView.java1145 public void computeScroll() { method in class:TaskStackView
1146 if (mStackScroller.computeScroll()) {
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintContentView.java201 public void computeScroll() { method in class:PrintContentView
/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java762 // Treat animating scrolls differently; see #computeScroll() for why.
1278 public void computeScroll() { method in class:HorizontalScrollView
1286 // It is, except when you remember that computeScroll() is used to
H A DScrollView.java810 // Treat animating scrolls differently; see #computeScroll() for why.
1297 public void computeScroll() { method in class:ScrollView
1305 // It is, except when you remember that computeScroll() is used to
H A DNumberPicker.java1084 public void computeScroll() { method in class:NumberPicker
H A DTextView.java7707 public void computeScroll() { method in class:TextView
/frameworks/base/core/java/com/android/internal/widget/
H A DResolverDrawerLayout.java415 public void computeScroll() { method in class:ResolverDrawerLayout
416 super.computeScroll();
H A DViewPager.java1642 public void computeScroll() { method in class:ViewPager
/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.java426 * See {@link android.webkit.WebView#computeScroll}
428 public void computeScroll(); method in interface:WebViewProvider.ScrollDelegate
H A DWebView.java2165 WebView.super.computeScroll();
2415 public void computeScroll() { method in class:WebView
2416 mProvider.getScrollDelegate().computeScroll();
/frameworks/support/v4/java/android/support/v4/widget/
H A DNestedScrollView.java1419 public void computeScroll() { method in class:NestedScrollView
H A DSlidingPaneLayout.java1081 public void computeScroll() { method in class:SlidingPaneLayout
H A DDrawerLayout.java1268 public void computeScroll() { method in class:DrawerLayout
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java1776 public void computeScroll() { method in class:ViewPager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java1436 public void computeScroll() { method in class:NotificationStackScrollLayout
1608 // Treat animating scrolls differently; see #computeScroll() for why.
/frameworks/base/core/java/android/view/
H A DView.java14121 public void computeScroll() { method in class:View
16036 computeScroll();
16332 computeScroll();
16415 computeScroll();
16846 computeScroll();

Completed in 437 milliseconds