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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackViewScroller.java220 // Calculate the fling and snap to closest task from final y position, computeScroll()
314 boolean computeScroll() { method in class:TaskStackViewScroller
319 Log.d(TAG, "computeScroll: " + (mFlingDownScrollP + deltaP));
H A DTaskStackView.java1221 public void computeScroll() { method in class:TaskStackView
1222 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.java1091 public void computeScroll() { method in class:NumberPicker
H A DTextView.java8888 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.java1617 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.java527 public void computeScroll() { method in class:WearableDrawerLayout
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DDrawerLayout.java1249 public void computeScroll() { method in class:DrawerLayout
H A DNestedScrollView.java1450 public void computeScroll() { method in class:NestedScrollView
H A DSlidingPaneLayout.java1055 public void computeScroll() { method in class:SlidingPaneLayout
/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.java2370 WebView.super.computeScroll();
2626 public void computeScroll() { method in class:WebView
2627 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.java16056 public void computeScroll() { method in class:View
18125 computeScroll();
18415 computeScroll();
18500 computeScroll();
18933 computeScroll();

Completed in 346 milliseconds