Home | History | Annotate | Download | only in widget

Lines Matching defs:computeVerticalScrollExtent

1995      * {@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() {
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) {