Home | History | Annotate | Download | only in view

Lines Matching refs:scroller

38 import android.widget.Scroller;
113 private Scroller mScroller;
575 mScroller = new Scroller(getContext(), null, true);
1142 RecyclerView.SmoothScroller scroller = mSmoothScroller;
1143 if (scroller == null) {
1144 scroller = getDefaultSmoothScroller(recyclerView);
1146 scroller.setTargetPosition(position);
1147 startSmoothScroll(scroller);