-
- All Implemented Interfaces:
-
android.os.Parcelable
public class ViewPager.SavedState extends AbsSavedState
This is the persistent state that is saved by ViewPager. Only neededif you are creating a sublass of ViewPager that must save its ownstate, in which case it should implement a subclass of this whichcontains that state.
-
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<ViewPager.SavedState>
CREATOR
-
Constructor Summary
Constructors Constructor Description ViewPager.SavedState(Parcelable superState)
-
Method Summary
Modifier and Type Method Description void
writeToParcel(Parcel out, int flags)
String
toString()
-
Methods inherited from class tds.androidx.customview.view.AbsSavedState
describeContents, getSuperState, writeToParcel
-
Methods inherited from class android.os.Parcelable
describeContents, writeToParcel
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ViewPager.SavedState
ViewPager.SavedState(Parcelable superState)
-
-
Method Detail
-
writeToParcel
void writeToParcel(Parcel out, int flags)
-
-
-
-