Package com.batch.android.messaging.view
Class AnimatedCountdownSavedState
- java.lang.Object
-
- android.view.AbsSavedState
-
- android.view.View.BaseSavedState
-
- com.batch.android.messaging.view.AnimatedCountdownSavedState
-
- All Implemented Interfaces:
android.os.Parcelable
public class AnimatedCountdownSavedState extends android.view.View.BaseSavedStateSaved state for views that implement a countdown animation
-
-
Field Summary
Fields Modifier and Type Field Description booleananimatinglonganimationEndDatestatic android.os.Parcelable.Creator<AnimatedCountdownSavedState>CREATORlongduration
-
Constructor Summary
Constructors Constructor Description AnimatedCountdownSavedState(android.os.Parcel source)AnimatedCountdownSavedState(android.os.Parcelable superState)AnimatedCountdownSavedState(android.os.Parcel source, java.lang.ClassLoader loader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()voidwriteToParcel(android.os.Parcel out, int flags)
-
-
-
Field Detail
-
animating
public boolean animating
-
animationEndDate
public long animationEndDate
-
duration
public long duration
-
CREATOR
public static final android.os.Parcelable.Creator<AnimatedCountdownSavedState> CREATOR
-
-
Constructor Detail
-
AnimatedCountdownSavedState
public AnimatedCountdownSavedState(android.os.Parcel source)
-
AnimatedCountdownSavedState
public AnimatedCountdownSavedState(android.os.Parcel source, java.lang.ClassLoader loader)
-
AnimatedCountdownSavedState
public AnimatedCountdownSavedState(android.os.Parcelable superState)
-
-
Method Detail
-
writeToParcel
public void writeToParcel(android.os.Parcel out, int flags)- Specified by:
writeToParcelin interfaceandroid.os.Parcelable- Overrides:
writeToParcelin classandroid.view.View.BaseSavedState
-
toString
@NonNull public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-