-
- All Implemented Interfaces:
-
android.os.Parcelable
public class AnimatedCountdownSavedState extends View.BaseSavedState
Saved state for views that implement a countdown animation
-
-
Field Summary
Fields Modifier and Type Field Description public booleananimatingpublic longanimationEndDatepublic longdurationpublic final static Parcelable.Creator<AnimatedCountdownSavedState>CREATOR
-
Constructor Summary
Constructors Constructor Description AnimatedCountdownSavedState(Parcel source)AnimatedCountdownSavedState(Parcel source, ClassLoader loader)AnimatedCountdownSavedState(Parcelable superState)
-
Method Summary
Modifier and Type Method Description voidwriteToParcel(Parcel out, int flags)StringtoString()-
Methods inherited from class android.view.View.BaseSavedState
writeToParcel -
Methods inherited from class android.view.AbsSavedState
describeContents, getSuperState -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
AnimatedCountdownSavedState
AnimatedCountdownSavedState(Parcel source)
-
AnimatedCountdownSavedState
AnimatedCountdownSavedState(Parcel source, ClassLoader loader)
-
AnimatedCountdownSavedState
AnimatedCountdownSavedState(Parcelable superState)
-
-
Method Detail
-
writeToParcel
void writeToParcel(Parcel out, int flags)
-
-
-
-