Searched refs:computeScroll (Results 1 - 19 of 19) 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.java1150 public void computeScroll() { method in class:TaskStackView
1151 if (mStackScroller.computeScroll()) {
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DViewGroup_Delegate.java125 child.computeScroll();
/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/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.java415 public void computeScroll() { method in class:ResolverDrawerLayout
416 super.computeScroll();
H A DViewPager.java1615 public void computeScroll() { method in class:ViewPager
/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.java1087 public void computeScroll() { method in class:NumberPicker
H A DTextView.java7712 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/core-ui/java/android/support/v4/widget/
H A DNestedScrollView.java1424 public void computeScroll() { method in class:NestedScrollView
H A DSlidingPaneLayout.java1085 public void computeScroll() { method in class:SlidingPaneLayout
H A DDrawerLayout.java1270 public void computeScroll() { method in class:DrawerLayout
/frameworks/base/core/java/android/view/
H A DView.java14207 public void computeScroll() { method in class:View
16154 computeScroll();
16450 computeScroll();
16533 computeScroll();
16964 computeScroll();
/frameworks/support/core-ui/java/android/support/v4/view/
H A DViewPager.java1816 public void computeScroll() { method in class:ViewPager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java1494 public void computeScroll() { method in class:NotificationStackScrollLayout
1666 // Treat animating scrolls differently; see #computeScroll() for why.

Completed in 508 milliseconds