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 |
PagerTabStrip |
PagerTabStrip is an interactive indicator of the current, next, and previous pages of a |
PagerTitleStrip |
PagerTitleStrip is a non-interactive indicator of the current, next, and previous pages of a |
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 |