类 AnimatorCompat

  • 直接已知子类:
    AnimatorCompatV11

    public abstract class AnimatorCompat
    extends java.lang.Object
    Currently, there's no ValueAnimator compatibility version and as we didn't want to throw in external dependencies, we made this small class. This will work like ViewPropertyAnimatorCompat, that is, not doing anything on API 11 and using the default ValueAnimator on This class is used to provide animation to the DiscreteSeekBar when navigating with the Keypad
    • 方法详细资料

      • cancel

        public abstract void cancel()
      • isRunning

        public abstract boolean isRunning()
      • setDuration

        public abstract void setDuration​(int progressAnimationDuration)
      • start

        public abstract void start()