File
Doc
Category
Size
Date
Package
AbsSavedState.java
API Doc
Android 5.1 API
751
Sat Mar 14 14:09:38 GMT 2015
android.view
AbsSavedState
java.lang.Object
public abstract class AbsSavedState extends Object implements android.os.Parcelable
Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
public static final AbsSavedState
EMPTY_STATE
Constructors Summary
protected AbsSavedState
(
android.os.Parcelable
superState)
throw new RuntimeException("Stub!");
protected AbsSavedState
(
android.os.Parcel
source)
throw new RuntimeException("Stub!");
Methods Summary
public
int
describeContents
()
throw new RuntimeException("Stub!");
public final
android.os.Parcelable
getSuperState
()
throw new RuntimeException("Stub!");
public void
writeToParcel
(
android.os.Parcel
dest,
int
flags)
throw new RuntimeException("Stub!");
Java Code Source