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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackViewScroller.java189 boolean computeScroll() { method in class:TaskStackViewScroller
H A DTaskStackView.java575 public void computeScroll() { method in class:TaskStackView
576 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.java747 // Treat animating scrolls differently; see #computeScroll() for why.
1250 public void computeScroll() { method in class:HorizontalScrollView
1258 // It is, except when you remember that computeScroll() is used to
H A DScrollView.java794 // Treat animating scrolls differently; see #computeScroll() for why.
1264 public void computeScroll() { method in class:ScrollView
1272 // It is, except when you remember that computeScroll() is used to
H A DNumberPicker.java1069 public void computeScroll() { method in class:NumberPicker
H A DTextView.java7215 public void computeScroll() { method in class:TextView
/frameworks/base/core/java/com/android/internal/widget/
H A DResolverDrawerLayout.java340 public void computeScroll() { method in class:ResolverDrawerLayout
341 super.computeScroll();
/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.java401 * See {@link android.webkit.WebView#computeScroll}
403 public void computeScroll(); method in interface:WebViewProvider.ScrollDelegate
H A DWebView.java2038 WebView.super.computeScroll();
2284 public void computeScroll() { method in class:WebView
2285 mProvider.getScrollDelegate().computeScroll();
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DSlidingChallengeLayout.java1016 public void computeScroll() { method in class:SlidingChallengeLayout
1017 super.computeScroll();
1022 Log.e(TAG, "Challenge view missing in computeScroll");
H A DPagedView.java178 // If true, the subclass should directly update scrollX itself in its computeScroll method
614 public void computeScroll() { method in class:PagedView
1966 computeScroll();
/frameworks/support/v4/java/android/support/v4/widget/
H A DDrawerLayout.java984 public void computeScroll() { method in class:DrawerLayout
H A DSlidingPaneLayout.java1075 public void computeScroll() { method in class:SlidingPaneLayout
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java1611 public void computeScroll() { method in class:ViewPager
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewChromium.java2127 public void computeScroll() { method in class:WebViewChromium
2133 computeScroll();
2138 mAwContents.computeScroll();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java1018 public void computeScroll() { method in class:NotificationStackScrollLayout
1182 // Treat animating scrolls differently; see #computeScroll() for why.
/frameworks/base/core/java/android/view/
H A DView.java12335 public void computeScroll() { method in class:View
14154 computeScroll();
14453 computeScroll();
14534 computeScroll();
14973 computeScroll();

Completed in 3596 milliseconds