Home | History | Annotate | Download | only in widget

Lines Matching defs:computeVerticalScrollOffset

2000      * {@link RecyclerView.LayoutManager#computeVerticalScrollOffset(RecyclerView.State)} in your
2004 * @see RecyclerView.LayoutManager#computeVerticalScrollOffset
2008 public int computeVerticalScrollOffset() {
2012 return mLayout.canScrollVertically() ? mLayout.computeVerticalScrollOffset(mState) : 0;
2020 computeVerticalScrollOffset()}.</p>
2043 * {@link #computeVerticalScrollExtent()} and {@link #computeVerticalScrollOffset()}.</p>
9897 * <p>Read {@link RecyclerView#computeVerticalScrollOffset()} for details.</p>
9903 * @see RecyclerView#computeVerticalScrollOffset()
9905 public int computeVerticalScrollOffset(@NonNull State state) {