Home | History | Annotate | Download | only in widget

Lines Matching defs:smoothScrollToPosition

1528      * {@link LayoutManager#smoothScrollToPosition(RecyclerView, State, int)} and create a
1533 * {@link LayoutManager#smoothScrollToPosition(RecyclerView, State, int)} in your
1537 * @see LayoutManager#smoothScrollToPosition(RecyclerView, State, int)
1539 public void smoothScrollToPosition(int position) {
1548 mLayout.smoothScrollToPosition(this, mState, position);
1889 * {@link #smoothScrollToPosition(int)} are dropped; TouchEvents and GenericMotionEvents are
1895 * LayoutManager#scrollToPosition(int)}, {@link LayoutManager#smoothScrollToPosition(
7573 public void smoothScrollToPosition(RecyclerView recyclerView, State state,
7575 Log.e(TAG, "You must override smoothScrollToPosition to support smooth scrolling");