Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DRoundScrollbarRenderer.java70 float scrollExtent = mParent.computeVerticalScrollExtent(); in drawRoundScrollbars()
75 float linearThumbLength = mParent.computeVerticalScrollExtent(); in drawRoundScrollbars()
H A DView.java6946 computeVerticalScrollRange() > computeVerticalScrollExtent();
6976 final int extent = computeVerticalScrollExtent();
15873 final int extent = computeVerticalScrollExtent(); in handleScrollBarDragging()
19497 return computeVerticalScrollOffset() + computeVerticalScrollExtent() < in getBottomFadingEdgeStrength()
19871 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in View
19900 final int range = computeVerticalScrollRange() - computeVerticalScrollExtent(); in canScrollVertically()
20175 computeVerticalScrollExtent(), true); in onDrawScrollBars()
27229 computeVerticalScrollRange() > computeVerticalScrollExtent(); in overScrollBy()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DScrollingView.java133 int computeVerticalScrollExtent(); in computeVerticalScrollExtent() method
H A DLinearLayoutManager.java1067 public int computeVerticalScrollExtent(RecyclerView.State state) { in computeVerticalScrollExtent() method
H A 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
/aosp12/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/template/
H A DRecyclerViewScrollHandlingDelegate.java48 recyclerView.computeVerticalScrollRange() - recyclerView.computeVerticalScrollExtent(); in canScrollDown()
/aosp12/packages/apps/Car/libs/car-ui-lib/referencedesign/plugin/src/main/java/com/chassis/car/ui/plugin/recyclerview/
H A DDefaultScrollBar.java565 computeVerticalScrollExtent()); in updatePaginationButtons()
627 int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in DefaultScrollBar
628 return getRecyclerView().computeVerticalScrollExtent(); in computeVerticalScrollExtent()
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/recyclerview/
H A DDefaultScrollBar.java572 computeVerticalScrollExtent()); in updatePaginationButtons()
636 int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in DefaultScrollBar
637 return getRecyclerView().computeVerticalScrollExtent(); in computeVerticalScrollExtent()
/aosp12/frameworks/opt/setupwizard/library/recyclerview/test/robotest/src/com/android/setupwizardlib/template/
H A DRecyclerViewScrollHandlingDelegateTest.java54 doReturn(0).when(mRecyclerView).computeVerticalScrollExtent(); in setUp()
/aosp12/frameworks/base/core/java/android/inputmethodservice/
H A DExtractEditText.java132 return computeVerticalScrollRange() > computeVerticalScrollExtent(); in hasVerticalScrollBar()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DConversationFastScroller.java199 final int extent = mRv.computeVerticalScrollExtent(); in isEnabled()
299 final int extent = mRv.computeVerticalScrollExtent(); in computeScrollRatio()
/aosp12/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java517 public int computeVerticalScrollExtent(); in computeVerticalScrollExtent() method
H A DWebView.java2687 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in WebView
2688 return mProvider.getScrollDelegate().computeVerticalScrollExtent(); in computeVerticalScrollExtent()
/aosp12/frameworks/base/core/java/android/widget/
H A DGridView.java2319 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method
H A DNumberPicker.java1210 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in NumberPicker
H A DAbsListView.java2047 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in AbsListView
H A DTextView.java11389 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in TextView.Drawables
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt17544 HSPLandroid/view/View;->computeVerticalScrollExtent()I+]Landroid/view/View;missing_types
19678 HSPLandroid/webkit/WebView;->computeVerticalScrollExtent()I
19763 HSPLandroid/widget/AbsListView;->computeVerticalScrollExtent()I+]Landroid/view/View;missing_types]L…
20804 HSPLandroid/widget/TextView;->computeVerticalScrollExtent()I+]Landroid/widget/TextView;missing_types
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt14917 method public int computeVerticalScrollExtent();
H A Dcurrent.txt48652 method protected int computeVerticalScrollExtent();
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt17593 HSPLandroid/view/View;->computeVerticalScrollExtent()I+]Landroid/view/View;missing_types
19726 HSPLandroid/webkit/WebView;->computeVerticalScrollExtent()I
19811 HSPLandroid/widget/AbsListView;->computeVerticalScrollExtent()I+]Landroid/view/View;missing_types]L…
20851 HSPLandroid/widget/TextView;->computeVerticalScrollExtent()I+]Landroid/widget/TextView;missing_types
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt33314 method protected int computeVerticalScrollExtent();