Searched refs:computeVerticalScrollExtent (Results 1 - 24 of 24) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/view/
H A DScrollingView.java84 * units used by {@link #computeVerticalScrollExtent()} and
91 * @see #computeVerticalScrollExtent()
104 * {@link #computeVerticalScrollExtent()}.</p>
111 * @see #computeVerticalScrollExtent()
133 int computeVerticalScrollExtent(); method in interface:ScrollingView
/frameworks/base/core/java/com/android/internal/widget/
H A DScrollingView.java84 * units used by {@link #computeVerticalScrollExtent()} and
91 * @see #computeVerticalScrollExtent()
104 * {@link #computeVerticalScrollExtent()}.</p>
111 * @see #computeVerticalScrollExtent()
133 int computeVerticalScrollExtent(); method in interface:ScrollingView
H A DLinearLayoutManager.java1067 public int computeVerticalScrollExtent(RecyclerView.State state) { method in class:LinearLayoutManager
H A DRecyclerView.java1777 * {@link #computeVerticalScrollRange()} and {@link #computeVerticalScrollExtent()}.</p>
1807 * {@link RecyclerView.LayoutManager#computeVerticalScrollExtent(RecyclerView.State)} in your
1811 * @see RecyclerView.LayoutManager#computeVerticalScrollExtent(RecyclerView.State)
1814 public int computeVerticalScrollExtent() { method in class:RecyclerView
1818 return mLayout.canScrollVertically() ? mLayout.computeVerticalScrollExtent(mState) : 0;
1825 * {@link #computeVerticalScrollExtent()} and {@link #computeVerticalScrollOffset()}.</p>
9171 * <p>Read {@link RecyclerView#computeVerticalScrollExtent()} for details.</p>
9177 * @see RecyclerView#computeVerticalScrollExtent()
9179 public int computeVerticalScrollExtent(State state) { method in class:RecyclerView.LayoutManager
/frameworks/base/core/java/android/view/
H A DRoundScrollbarRenderer.java63 float scrollExtent = mParent.computeVerticalScrollExtent();
68 float linearThumbLength = mParent.computeVerticalScrollExtent();
H A DView.java6157 final int extent = computeVerticalScrollExtent();
13628 final int extent = computeVerticalScrollExtent();
17050 return computeVerticalScrollOffset() + computeVerticalScrollExtent() <
17367 * units used by {@link #computeVerticalScrollExtent()} and
17374 * @see #computeVerticalScrollExtent()
17389 * {@link #computeVerticalScrollExtent()}.</p>
17396 * @see #computeVerticalScrollExtent()
17420 protected int computeVerticalScrollExtent() { method in class:View
17449 final int range = computeVerticalScrollRange() - computeVerticalScrollExtent();
17719 computeVerticalScrollExtent(), tru
[all...]
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/template/
H A DRecyclerViewScrollHandlingDelegate.java52 - mRecyclerView.computeVerticalScrollExtent();
/frameworks/opt/setupwizard/library/recyclerview/test/robotest/src/com/android/setupwizardlib/template/
H A DRecyclerViewScrollHandlingDelegateTest.java57 doReturn(0).when(mRecyclerView).computeVerticalScrollExtent();
/frameworks/base/core/java/android/inputmethodservice/
H A DExtractEditText.java132 return computeVerticalScrollRange() > computeVerticalScrollExtent();
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java462 * See {@link android.webkit.WebView#computeVerticalScrollExtent}
464 public int computeVerticalScrollExtent(); method in interface:WebViewProvider.ScrollDelegate
H A DWebView.java2772 protected int computeVerticalScrollExtent() { method in class:WebView
2773 return mProvider.getScrollDelegate().computeVerticalScrollExtent();
/frameworks/support/car/src/main/java/androidx/car/app/
H A DCarListDialog.java379 recyclerView.computeVerticalScrollExtent(),
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DRecyclerViewFastScrollerTest.java337 public int computeVerticalScrollExtent() {
H A DRecyclerViewLayoutTest.java4860 assertEquals(0, rv.computeVerticalScrollExtent());
4874 assertEquals(0, rv.computeVerticalScrollExtent());
/frameworks/support/car/src/main/java/androidx/car/widget/
H A DPagedListView.java1021 mRecyclerView.computeVerticalScrollExtent());
1066 mRecyclerView.computeVerticalScrollExtent(), animate);
/frameworks/support/compat/src/main/java/androidx/core/widget/
H A DNestedScrollView.java1029 computeVerticalScrollRange() > computeVerticalScrollExtent();
1450 public int computeVerticalScrollExtent() { method in class:NestedScrollView
1451 return super.computeVerticalScrollExtent();
/frameworks/base/core/java/android/widget/
H A DGridView.java2284 protected int computeVerticalScrollExtent() { method in class:GridView
H A DNumberPicker.java1176 protected int computeVerticalScrollExtent() { method in class:NumberPicker
H A DAbsListView.java2017 protected int computeVerticalScrollExtent() { method in class:AbsListView
H A DTextView.java10285 protected int computeVerticalScrollExtent() { method in class:TextView
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DLinearLayoutManager.java1094 public int computeVerticalScrollExtent(RecyclerView.State state) { method in class:LinearLayoutManager
H A DRecyclerView.java1995 * {@link #computeVerticalScrollRange()} and {@link #computeVerticalScrollExtent()}.</p>
2025 * {@link RecyclerView.LayoutManager#computeVerticalScrollExtent(RecyclerView.State)} in your
2029 * @see RecyclerView.LayoutManager#computeVerticalScrollExtent(RecyclerView.State)
2032 public int computeVerticalScrollExtent() { method in class:RecyclerView
2036 return mLayout.canScrollVertically() ? mLayout.computeVerticalScrollExtent(mState) : 0;
2043 * {@link #computeVerticalScrollExtent()} and {@link #computeVerticalScrollOffset()}.</p>
9882 * <p>Read {@link RecyclerView#computeVerticalScrollExtent()} for details.</p>
9888 * @see RecyclerView#computeVerticalScrollExtent()
9890 public int computeVerticalScrollExtent(@NonNull State state) { method in class:RecyclerView.LayoutManager
H A DStaggeredGridLayoutManager.java1102 public int computeVerticalScrollExtent(RecyclerView.State state) { method in class:StaggeredGridLayoutManager
/frameworks/base/config/
H A Dboot-image-profile.txt7470 HPLandroid/widget/GridView;->computeVerticalScrollExtent()I
[all...]

Completed in 443 milliseconds