Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DRoundScrollbarRenderer.java70 float scrollExtent = mParent.computeVerticalScrollExtent(); in drawRoundScrollbars()
75 float linearThumbLength = mParent.computeVerticalScrollExtent(); in drawRoundScrollbars()
DView.java6772 computeVerticalScrollRange() > computeVerticalScrollExtent();
6802 final int extent = computeVerticalScrollExtent();
15204 final int extent = computeVerticalScrollExtent(); in handleScrollBarDragging()
18798 return computeVerticalScrollOffset() + computeVerticalScrollExtent() < in getBottomFadingEdgeStrength()
19172 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in View
19201 final int range = computeVerticalScrollRange() - computeVerticalScrollExtent(); in canScrollVertically()
19471 computeVerticalScrollExtent(), true); in onDrawScrollBars()
26338 computeVerticalScrollRange() > computeVerticalScrollExtent(); in overScrollBy()
/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.java1815 public int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in RecyclerView
1819 return mLayout.canScrollVertically() ? mLayout.computeVerticalScrollExtent(mState) : 0; in computeVerticalScrollExtent()
9181 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/webkit/
DWebViewProvider.java480 public int computeVerticalScrollExtent(); in computeVerticalScrollExtent() method
DWebView.java2652 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in WebView
2653 return mProvider.getScrollDelegate().computeVerticalScrollExtent(); in computeVerticalScrollExtent()
/frameworks/base/core/java/android/widget/
DGridView.java2312 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method
DNumberPicker.java1210 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in NumberPicker
DAbsListView.java2054 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in AbsListView
DTextView.java11092 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in TextView.Drawables
/frameworks/base/api/
Dsystem-current.txt10822 method public int computeVerticalScrollExtent();
Dcurrent.txt51607 method protected int computeVerticalScrollExtent();
/frameworks/base/non-updatable-api/
Dsystem-current.txt10720 method public int computeVerticalScrollExtent();
Dcurrent.txt51463 method protected int computeVerticalScrollExtent();
/frameworks/base/config/
Dboot-image-profile.txt16785 HSPLandroid/view/View;->computeVerticalScrollExtent()I
18435 HSPLandroid/widget/AbsListView;->computeVerticalScrollExtent()I
19294 HSPLandroid/widget/TextView;->computeVerticalScrollExtent()I
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33314 method protected int computeVerticalScrollExtent();