public interface

PagedScrollBarView.PaginationListener

 androidx.car.widget.PagedScrollBarView.PaginationListener

Overview

Listener for when the list should paginate.

Summary

Fields
public static final intPAGE_DOWN

public static final intPAGE_UP

Methods
public voidonAlphaJump()

Called when the 'alpha jump' button is clicked and the linked view should switch into alpha jump mode, where we display a list of buttons to allow the user to quickly scroll to a certain point in the list, bypassing a lot of manual scrolling.

public voidonPaginate(int direction)

Called when the linked view should be paged in the given direction

Fields

public static final int PAGE_UP

public static final int PAGE_DOWN

Methods

public void onPaginate(int direction)

Called when the linked view should be paged in the given direction

public void onAlphaJump()

Called when the 'alpha jump' button is clicked and the linked view should switch into alpha jump mode, where we display a list of buttons to allow the user to quickly scroll to a certain point in the list, bypassing a lot of manual scrolling.