Lines Matching refs:SmoothScroller

219 …ouchHelper.ViewDropHandler androidx.recyclerview.widget.RecyclerView.SmoothScroller.ScrollVectorPr…
258 …ublic class LinearSmoothScroller extends androidx.recyclerview.widget.RecyclerView.SmoothScroller {
268 …erview.widget.RecyclerView.State, androidx.recyclerview.widget.RecyclerView.SmoothScroller.Action);
271 …erview.widget.RecyclerView.State, androidx.recyclerview.widget.RecyclerView.SmoothScroller.Action);
272 …void updateActionForInterimTarget(androidx.recyclerview.widget.RecyclerView.SmoothScroller.Action);
705 method public void startSmoothScroll(androidx.recyclerview.widget.RecyclerView.SmoothScroller);
790 public static abstract class RecyclerView.SmoothScroller {
791 ctor public RecyclerView.SmoothScroller();
803 …erview.widget.RecyclerView.State, androidx.recyclerview.widget.RecyclerView.SmoothScroller.Action);
806 …erview.widget.RecyclerView.State, androidx.recyclerview.widget.RecyclerView.SmoothScroller.Action);
811 public static class RecyclerView.SmoothScroller.Action {
812 ctor public RecyclerView.SmoothScroller.Action(int, int);
813 ctor public RecyclerView.SmoothScroller.Action(int, int, int);
814 …ctor public RecyclerView.SmoothScroller.Action(int, int, int, android.view.animation.Interpolator);
828 public static abstract interface RecyclerView.SmoothScroller.ScrollVectorProvider {
911 …method protected androidx.recyclerview.widget.RecyclerView.SmoothScroller createScroller(androidx.…
971 …w.LayoutManager implements androidx.recyclerview.widget.RecyclerView.SmoothScroller.ScrollVectorPr…