Searched defs:computeVerticalScrollExtent (Results 1 - 15 of 15) sorted by relevance

/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.java1071 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/support/compat/java/android/support/v4/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/android/widget/
H A DGridView.java2279 protected int computeVerticalScrollExtent() { method in class:GridView
H A DNumberPicker.java1172 protected int computeVerticalScrollExtent() { method in class:NumberPicker
H A DAbsListView.java2016 protected int computeVerticalScrollExtent() { method in class:AbsListView
H A DTextView.java9886 protected int computeVerticalScrollExtent() { method in class:TextView
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DNestedScrollView.java981 computeVerticalScrollRange() > computeVerticalScrollExtent();
1394 public int computeVerticalScrollExtent() { method in class:NestedScrollView
1395 return super.computeVerticalScrollExtent();
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLinearLayoutManager.java1095 public int computeVerticalScrollExtent(RecyclerView.State state) { method in class:LinearLayoutManager
H A DStaggeredGridLayoutManager.java1101 public int computeVerticalScrollExtent(RecyclerView.State state) { method in class:StaggeredGridLayoutManager
H A DRecyclerView.java1906 * {@link #computeVerticalScrollRange()} and {@link #computeVerticalScrollExtent()}.</p>
1936 * {@link RecyclerView.LayoutManager#computeVerticalScrollExtent(RecyclerView.State)} in your
1940 * @see RecyclerView.LayoutManager#computeVerticalScrollExtent(RecyclerView.State)
1943 public int computeVerticalScrollExtent() { method in class:RecyclerView
1947 return mLayout.canScrollVertically() ? mLayout.computeVerticalScrollExtent(mState) : 0;
1954 * {@link #computeVerticalScrollExtent()} and {@link #computeVerticalScrollOffset()}.</p>
9590 * <p>Read {@link RecyclerView#computeVerticalScrollExtent()} for details.</p>
9596 * @see RecyclerView#computeVerticalScrollExtent()
9598 public int computeVerticalScrollExtent(State state) { method in class:RecyclerView.LayoutManager
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java453 * See {@link android.webkit.WebView#computeVerticalScrollExtent}
455 public int computeVerticalScrollExtent(); method in interface:WebViewProvider.ScrollDelegate
H A DWebView.java2621 protected int computeVerticalScrollExtent() { method in class:WebView
2622 return mProvider.getScrollDelegate().computeVerticalScrollExtent();
/frameworks/base/core/java/android/view/
H A DView.java5897 final int extent = computeVerticalScrollExtent();
12882 final int extent = computeVerticalScrollExtent();
16158 return computeVerticalScrollOffset() + computeVerticalScrollExtent() <
16475 * units used by {@link #computeVerticalScrollExtent()} and
16482 * @see #computeVerticalScrollExtent()
16497 * {@link #computeVerticalScrollExtent()}.</p>
16504 * @see #computeVerticalScrollExtent()
16528 protected int computeVerticalScrollExtent() { method in class:View
16557 final int range = computeVerticalScrollRange() - computeVerticalScrollExtent();
16827 computeVerticalScrollExtent(), tru
[all...]

Completed in 533 milliseconds