Class AnimUtils

  • All Implemented Interfaces:

    
    public class AnimUtils
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      AnimUtils()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static void zoom(View view, boolean isZoomAnim)
      static void disZoom(View view, boolean isZoomAnim)
      static void rotateArrow(ImageView arrow, boolean flag) 箭头旋转动画
      • Methods inherited from class java.lang.Object

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

      • AnimUtils

        AnimUtils()
    • Method Detail

      • zoom

         static void zoom(View view, boolean isZoomAnim)
      • disZoom

         static void disZoom(View view, boolean isZoomAnim)
      • rotateArrow

         static void rotateArrow(ImageView arrow, boolean flag)

        箭头旋转动画

        Parameters:
        arrow - ImageView
        flag - 是否向上