Class AnimatedCountdownSavedState

  • All Implemented Interfaces:
    android.os.Parcelable

    public class AnimatedCountdownSavedState
    extends android.view.View.BaseSavedState
    Saved state for views that implement a countdown animation
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface android.os.Parcelable

        android.os.Parcelable.ClassLoaderCreator<T extends java.lang.Object>, android.os.Parcelable.Creator<T extends java.lang.Object>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean animating  
      long animationEndDate  
      static android.os.Parcelable.Creator<AnimatedCountdownSavedState> CREATOR  
      long duration  
      • Fields inherited from class android.view.AbsSavedState

        EMPTY_STATE
      • Fields inherited from interface android.os.Parcelable

        CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      void writeToParcel​(android.os.Parcel out, int flags)  
      • Methods inherited from class android.view.AbsSavedState

        describeContents, getSuperState
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • animating

        public boolean animating
      • animationEndDate

        public long animationEndDate
      • duration

        public long duration
    • 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:
        writeToParcel in interface android.os.Parcelable
        Overrides:
        writeToParcel in class android.view.View.BaseSavedState
      • toString

        @NonNull
        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object