android.support.v4.view
Class ViewPager.SavedState
java.lang.Object
BaseSavedState
android.support.v4.view.ViewPager.SavedState
- Enclosing class:
- ViewPager
public static class ViewPager.SavedState
- extends BaseSavedState
This is the persistent state that is saved by ViewPager. Only needed
if you are creating a sublass of ViewPager that must save its own
state, in which case it should implement a subclass of this which
contains that state.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CREATOR
public static final CREATOR
ViewPager.SavedState
public ViewPager.SavedState(Parcelable superState)
writeToParcel
public void writeToParcel(Parcel out,
int flags)
toString
public java.lang.String toString()