/frameworks/base/core/tests/coretests/src/android/view/ |
D | RoundScrollbarRendererTest.java | 80 when(view.computeVerticalScrollExtent()).thenReturn(DEFAULT_VERTICAL_SCROLL_EXTENT); in setup() 139 public int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in RoundScrollbarRendererTest.MockView 140 return super.computeVerticalScrollExtent(); in computeVerticalScrollExtent()
|
/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 | 1819 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/ |
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/view/ |
D | RoundScrollbarRenderer.java | 146 float scrollExtent = mParent.computeVerticalScrollExtent(); in drawRoundScrollbars()
|
D | View.java | 7574 computeVerticalScrollRange() > computeVerticalScrollExtent(); 7604 final int extent = computeVerticalScrollExtent(); 17997 final int extent = computeVerticalScrollExtent(); in handleScrollBarDragging() 21760 return computeVerticalScrollOffset() + computeVerticalScrollExtent() < in getBottomFadingEdgeStrength() 22134 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in View 22169 final int range = computeVerticalScrollRange() - computeVerticalScrollExtent(); in canScrollVertically() 22440 computeVerticalScrollExtent(), true); in onDrawScrollBars() 29925 computeVerticalScrollRange() > computeVerticalScrollExtent(); in overScrollBy()
|
/frameworks/base/core/java/android/webkit/ |
D | WebViewProvider.java | 538 public int computeVerticalScrollExtent(); in computeVerticalScrollExtent() method
|
D | WebView.java | 2737 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in WebView 2738 return mProvider.getScrollDelegate().computeVerticalScrollExtent(); in computeVerticalScrollExtent()
|
/frameworks/base/core/java/android/widget/ |
D | GridView.java | 2319 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method
|
D | NumberPicker.java | 1215 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in NumberPicker
|
D | AbsListView.java | 2124 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in AbsListView
|
D | TextView.java | 13536 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 17641 HSPLandroid/view/View;->computeVerticalScrollExtent()I 19993 HSPLandroid/webkit/WebView;->computeVerticalScrollExtent()I 20082 HSPLandroid/widget/AbsListView;->computeVerticalScrollExtent()I 21127 HSPLandroid/widget/TextView;->computeVerticalScrollExtent()I
|
/frameworks/base/core/api/ |
D | system-current.txt | 19528 method public int computeVerticalScrollExtent();
|
D | current.txt | 53973 method protected int computeVerticalScrollExtent();
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 33314 method protected int computeVerticalScrollExtent();
|