androidx.viewpager.widget
Annotations
ViewPager.DecorView | Annotation which allows marking of views to be decoration views when added to a view pager. |
Interfaces
ViewPager.OnAdapterChangeListener | Callback interface for responding to adapter changes. |
ViewPager.OnPageChangeListener | Callback interface for responding to changing state of the selected page. |
ViewPager.PageTransformer | A PageTransformer is invoked whenever a visible/attached page is scrolled. |
Classes
PagerAdapter |
Base class providing the adapter to populate pages inside of
a ViewPager .
|
PagerTabStrip |
PagerTabStrip is an interactive indicator of the current, next,
and previous pages of a ViewPager .
|
PagerTitleStrip |
PagerTitleStrip is a non-interactive indicator of the current, next,
and previous pages of a ViewPager .
|
ViewPager | Layout manager that allows the user to flip left and right through pages of data. |
ViewPager.LayoutParams | Layout parameters that should be supplied for views added to a ViewPager. |
ViewPager.SavedState | This is the persistent state that is saved by ViewPager. |
ViewPager.SimpleOnPageChangeListener |
Simple implementation of the ViewPager.OnPageChangeListener interface with stub
implementations of each method.
|