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.java1216 public void computeScroll() { method in class:TaskStackView
1217 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.java775 // Treat animating scrolls differently; see #computeScroll() for why.
1291 public void computeScroll() { method in class:HorizontalScrollView
1299 // It is, except when you remember that computeScroll() is used to
H A DScrollView.java825 // Treat animating scrolls differently; see #computeScroll() for why.
1312 public void computeScroll() { method in class:ScrollView
1320 // It is, except when you remember that computeScroll() is used to
H A DNumberPicker.java1086 public void computeScroll() { method in class:NumberPicker
H A DTextView.java8883 public void computeScroll() { method in class:TextView
/frameworks/base/core/java/com/android/internal/widget/
H A DResolverDrawerLayout.java425 public void computeScroll() { method in class:ResolverDrawerLayout
426 super.computeScroll();
H A DViewPager.java1615 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/support/wear/src/android/support/wear/widget/drawer/
H A DWearableDrawerLayout.java528 public void computeScroll() { method in class:WearableDrawerLayout
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DNestedScrollView.java1450 public void computeScroll() { method in class:NestedScrollView
H A DSlidingPaneLayout.java1081 public void computeScroll() { method in class:SlidingPaneLayout
H A DDrawerLayout.java1267 public void computeScroll() { method in class:DrawerLayout
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java458 * See {@link android.webkit.WebView#computeScroll}
460 public void computeScroll(); method in interface:WebViewProvider.ScrollDelegate
H A DWebView.java2307 WebView.super.computeScroll();
2563 public void computeScroll() { method in class:WebView
2564 mProvider.getScrollDelegate().computeScroll();
/frameworks/support/core-ui/java/android/support/v4/view/
H A DViewPager.java1784 public void computeScroll() { method in class:ViewPager
/frameworks/base/core/java/android/view/
H A DView.java15988 public void computeScroll() { method in class:View
18052 computeScroll();
18342 computeScroll();
18427 computeScroll();
18860 computeScroll();

Completed in 863 milliseconds