Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DRoundScrollbarRendererTest.java80 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/
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.java146 float scrollExtent = mParent.computeVerticalScrollExtent(); in drawRoundScrollbars()
DView.java7574 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/
DWebViewProvider.java538 public int computeVerticalScrollExtent(); in computeVerticalScrollExtent() method
DWebView.java2737 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in WebView
2738 return mProvider.getScrollDelegate().computeVerticalScrollExtent(); in computeVerticalScrollExtent()
/frameworks/base/core/java/android/widget/
DGridView.java2319 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method
DNumberPicker.java1215 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in NumberPicker
DAbsListView.java2124 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in AbsListView
DTextView.java13536 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method
/frameworks/base/boot/
Dboot-image-profile.txt17641 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/
Dsystem-current.txt19528 method public int computeVerticalScrollExtent();
Dcurrent.txt53973 method protected int computeVerticalScrollExtent();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33314 method protected int computeVerticalScrollExtent();