Class UIViewAnimatingState


  • public final class UIViewAnimatingState
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Active
      The animation is executing.
      static long Inactive
      The animation is not executing.
      static long Stopped
      The animation has been stopped and has not transitioned to inactive.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Inactive

        public static final long Inactive
        The animation is not executing.
        See Also:
        Constant Field Values
      • Stopped

        public static final long Stopped
        The animation has been stopped and has not transitioned to inactive.
        See Also:
        Constant Field Values