-
- All Implemented Interfaces:
-
android.os.Parcelable
public class RecyclerView.SavedState extends AbsSavedState
This is public so that the CREATOR can be accessed on cold launch.
-
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<RecyclerView.SavedState>
CREATOR
-
Method Summary
Modifier and Type Method Description void
writeToParcel(Parcel dest, int flags)
-
Methods inherited from class tds.androidx.customview.view.AbsSavedState
describeContents, getSuperState
-
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
-
-
Method Detail
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
-
-
-