Home | History | Annotate | Download | only in widget

Lines Matching defs:computeVerticalScrollExtent

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