Package 

Class RecyclerView.SmoothScroller


  • 
    public abstract class RecyclerView.SmoothScroller
    
                        

    Base class for smooth scrolling. Handles basic tracking of the target view position andprovides methods to trigger a programmatic scroll.

    An instance of SmoothScroller is only intended to be used once. You should create a newinstance for each call to startSmoothScroll.