Home
last modified time | relevance | path

Searched refs:computeVerticalScrollExtent (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DScrollingView.java133 int computeVerticalScrollExtent(); in computeVerticalScrollExtent() method
DLinearLayoutManager.java1067 public int computeVerticalScrollExtent(RecyclerView.State state) { in computeVerticalScrollExtent() method
DRecyclerView.java1819 public int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in RecyclerView
1823 return mLayout.canScrollVertically() ? mLayout.computeVerticalScrollExtent(mState) : 0; in computeVerticalScrollExtent()
9302 public int computeVerticalScrollExtent(State state) { in computeVerticalScrollExtent() method in RecyclerView.LayoutManager
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/template/
DRecyclerViewScrollHandlingDelegate.java48 recyclerView.computeVerticalScrollRange() - recyclerView.computeVerticalScrollExtent(); in canScrollDown()
/frameworks/opt/setupwizard/library/recyclerview/test/robotest/src/com/android/setupwizardlib/template/
DRecyclerViewScrollHandlingDelegateTest.java54 doReturn(0).when(mRecyclerView).computeVerticalScrollExtent(); in setUp()
/frameworks/base/core/java/android/inputmethodservice/
DExtractEditText.java132 return computeVerticalScrollRange() > computeVerticalScrollExtent(); in hasVerticalScrollBar()
/frameworks/base/core/java/android/view/
DRoundScrollbarRenderer.java82 float scrollExtent = mParent.computeVerticalScrollExtent(); in drawRoundScrollbars()
DView.java7519 computeVerticalScrollRange() > computeVerticalScrollExtent();
7549 final int extent = computeVerticalScrollExtent();
17772 final int extent = computeVerticalScrollExtent(); in handleScrollBarDragging()
21515 return computeVerticalScrollOffset() + computeVerticalScrollExtent() < in getBottomFadingEdgeStrength()
21889 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method
21924 final int range = computeVerticalScrollRange() - computeVerticalScrollExtent(); in canScrollVertically()
22195 computeVerticalScrollExtent(), true); in onDrawScrollBars()
29608 computeVerticalScrollRange() > computeVerticalScrollExtent(); in overScrollBy()
/frameworks/base/core/java/android/webkit/
DWebViewProvider.java538 public int computeVerticalScrollExtent(); in computeVerticalScrollExtent() method
DWebView.java2699 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in WebView
2700 return mProvider.getScrollDelegate().computeVerticalScrollExtent(); in computeVerticalScrollExtent()
/frameworks/base/core/java/android/widget/
DGridView.java2319 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method
DNumberPicker.java1210 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in NumberPicker
DAbsListView.java2123 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in AbsListView
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt17037 HSPLandroid/view/View;->computeVerticalScrollExtent()I
19308 HSPLandroid/webkit/WebView;->computeVerticalScrollExtent()I
19398 HSPLandroid/widget/AbsListView;->computeVerticalScrollExtent()I+]Landroid/view/View;Landroid/widget…
20445 HSPLandroid/widget/TextView;->computeVerticalScrollExtent()I
/frameworks/base/config/
Dboot-image-profile.txt17101 HSPLandroid/view/View;->computeVerticalScrollExtent()I
19372 HSPLandroid/webkit/WebView;->computeVerticalScrollExtent()I
19462 HSPLandroid/widget/AbsListView;->computeVerticalScrollExtent()I+]Landroid/view/View;Landroid/widget…
20509 HSPLandroid/widget/TextView;->computeVerticalScrollExtent()I
/frameworks/base/core/api/
Dsystem-current.txt18580 method public int computeVerticalScrollExtent();
Dcurrent.txt52537 method protected int computeVerticalScrollExtent();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33314 method protected int computeVerticalScrollExtent();