/aosp12/frameworks/base/core/java/android/view/ |
H A D | RoundScrollbarRenderer.java | 70 float scrollExtent = mParent.computeVerticalScrollExtent(); in drawRoundScrollbars() 75 float linearThumbLength = mParent.computeVerticalScrollExtent(); in drawRoundScrollbars()
|
H A D | View.java | 6946 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 D | ScrollingView.java | 133 int computeVerticalScrollExtent(); in computeVerticalScrollExtent() method
|
H A D | LinearLayoutManager.java | 1067 public int computeVerticalScrollExtent(RecyclerView.State state) { in computeVerticalScrollExtent() method
|
H A 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
|
/aosp12/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/template/ |
H A D | RecyclerViewScrollHandlingDelegate.java | 48 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 D | DefaultScrollBar.java | 565 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 D | DefaultScrollBar.java | 572 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 D | RecyclerViewScrollHandlingDelegateTest.java | 54 doReturn(0).when(mRecyclerView).computeVerticalScrollExtent(); in setUp()
|
/aosp12/frameworks/base/core/java/android/inputmethodservice/ |
H A D | ExtractEditText.java | 132 return computeVerticalScrollRange() > computeVerticalScrollExtent(); in hasVerticalScrollBar()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversation/ |
H A D | ConversationFastScroller.java | 199 final int extent = mRv.computeVerticalScrollExtent(); in isEnabled() 299 final int extent = mRv.computeVerticalScrollExtent(); in computeScrollRatio()
|
/aosp12/frameworks/base/core/java/android/webkit/ |
H A D | WebViewProvider.java | 517 public int computeVerticalScrollExtent(); in computeVerticalScrollExtent() method
|
H A D | WebView.java | 2687 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in WebView 2688 return mProvider.getScrollDelegate().computeVerticalScrollExtent(); in computeVerticalScrollExtent()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | GridView.java | 2319 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method
|
H A D | NumberPicker.java | 1210 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in NumberPicker
|
H A D | AbsListView.java | 2047 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in AbsListView
|
H A D | TextView.java | 11389 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in TextView.Drawables
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 17544 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 D | system-current.txt | 14917 method public int computeVerticalScrollExtent();
|
H A D | current.txt | 48652 method protected int computeVerticalScrollExtent();
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 17593 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 D | android-22.txt | 33314 method protected int computeVerticalScrollExtent();
|