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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackViewScroller.java179 boolean computeScroll() { method in class:TaskStackViewScroller
H A DTaskStackView.java701 public void computeScroll() { method in class:TaskStackView
702 mStackScroller.computeScroll();
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java415 * See {@link android.webkit.WebView#computeScroll}
417 public void computeScroll(); method in interface:WebViewProvider.ScrollDelegate
H A DWebView.java2121 WebView.super.computeScroll();
2367 public void computeScroll() { method in class:WebView
2368 mProvider.getScrollDelegate().computeScroll();
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DViewGroup_Delegate.java125 child.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/com/android/internal/widget/
H A DResolverDrawerLayout.java407 public void computeScroll() { method in class:ResolverDrawerLayout
408 super.computeScroll();
H A DViewPager.java1626 public void computeScroll() { method in class:ViewPager
/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java750 // Treat animating scrolls differently; see #computeScroll() for why.
1263 public void computeScroll() { method in class:HorizontalScrollView
1271 // It is, except when you remember that computeScroll() is used to
H A DScrollView.java804 // Treat animating scrolls differently; see #computeScroll() for why.
1287 public void computeScroll() { method in class:ScrollView
1295 // 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.java7513 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 DNestedScrollView.java1339 public void computeScroll() { method in class:NestedScrollView
H A DSlidingPaneLayout.java1078 public void computeScroll() { method in class:SlidingPaneLayout
H A DDrawerLayout.java1120 public void computeScroll() { method in class:DrawerLayout
/frameworks/base/core/java/android/view/
H A DView.java13253 public void computeScroll() { method in class:View
15167 computeScroll();
15456 computeScroll();
15537 computeScroll();
15967 computeScroll();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java1095 public void computeScroll() { method in class:NotificationStackScrollLayout
1259 // Treat animating scrolls differently; see #computeScroll() for why.
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java1644 public void computeScroll() { method in class:ViewPager

Completed in 694 milliseconds