/frameworks/base/core/java/android/view/ |
D | RoundScrollbarRenderer.java | 70 float scrollExtent = mParent.computeVerticalScrollExtent(); in drawRoundScrollbars() 75 float linearThumbLength = mParent.computeVerticalScrollExtent(); in drawRoundScrollbars()
|
D | View.java | 6772 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/ |
D | ScrollingView.java | 133 int computeVerticalScrollExtent(); in computeVerticalScrollExtent() method
|
D | LinearLayoutManager.java | 1067 public int computeVerticalScrollExtent(RecyclerView.State state) { in computeVerticalScrollExtent() method
|
D | RecyclerView.java | 1815 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/ |
D | RecyclerViewScrollHandlingDelegate.java | 48 recyclerView.computeVerticalScrollRange() - recyclerView.computeVerticalScrollExtent(); in canScrollDown()
|
/frameworks/opt/setupwizard/library/recyclerview/test/robotest/src/com/android/setupwizardlib/template/ |
D | RecyclerViewScrollHandlingDelegateTest.java | 54 doReturn(0).when(mRecyclerView).computeVerticalScrollExtent(); in setUp()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | ExtractEditText.java | 132 return computeVerticalScrollRange() > computeVerticalScrollExtent(); in hasVerticalScrollBar()
|
/frameworks/base/core/java/android/webkit/ |
D | WebViewProvider.java | 480 public int computeVerticalScrollExtent(); in computeVerticalScrollExtent() method
|
D | WebView.java | 2652 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in WebView 2653 return mProvider.getScrollDelegate().computeVerticalScrollExtent(); in computeVerticalScrollExtent()
|
/frameworks/base/core/java/android/widget/ |
D | GridView.java | 2312 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method
|
D | NumberPicker.java | 1210 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in NumberPicker
|
D | AbsListView.java | 2054 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in AbsListView
|
D | TextView.java | 11092 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in TextView.Drawables
|
/frameworks/base/api/ |
D | system-current.txt | 10822 method public int computeVerticalScrollExtent();
|
D | current.txt | 51607 method protected int computeVerticalScrollExtent();
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 10720 method public int computeVerticalScrollExtent();
|
D | current.txt | 51463 method protected int computeVerticalScrollExtent();
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 16785 HSPLandroid/view/View;->computeVerticalScrollExtent()I 18435 HSPLandroid/widget/AbsListView;->computeVerticalScrollExtent()I 19294 HSPLandroid/widget/TextView;->computeVerticalScrollExtent()I
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 33314 method protected int computeVerticalScrollExtent();
|