public class android.view.animation.AnimationUtils
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.view.animation.AnimationUtils
  super_class: java.lang.Object
{
  private static final int TOGETHER;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final int SEQUENTIALLY;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static java.lang.ThreadLocal<android.view.animation.AnimationUtils$AnimationState> sAnimationState;
    descriptor: Ljava/lang/ThreadLocal;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Signature: Ljava/lang/ThreadLocal<Landroid/view/animation/AnimationUtils$AnimationState;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 55
            new android.view.animation.AnimationUtils$1
            dup
            invokespecial android.view.animation.AnimationUtils$1.<init>:()V
         1: .line 54
            putstatic android.view.animation.AnimationUtils.sAnimationState:Ljava/lang/ThreadLocal;
         2: .line 60
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.view.animation.AnimationUtils this
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.view.animation.AnimationUtils this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/view/animation/AnimationUtils;

  public static void lockAnimationClock(long);
    descriptor: (J)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // long vsyncMillis
         0: .line 87
            getstatic android.view.animation.AnimationUtils.sAnimationState:Ljava/lang/ThreadLocal;
            invokevirtual java.lang.ThreadLocal.get:()Ljava/lang/Object;
            checkcast android.view.animation.AnimationUtils$AnimationState
            astore 2 /* state */
        start local 2 // android.view.animation.AnimationUtils$AnimationState state
         1: .line 88
            aload 2 /* state */
            iconst_1
            putfield android.view.animation.AnimationUtils$AnimationState.animationClockLocked:Z
         2: .line 89
            aload 2 /* state */
            lload 0 /* vsyncMillis */
            putfield android.view.animation.AnimationUtils$AnimationState.currentVsyncTimeMillis:J
         3: .line 90
            return
        end local 2 // android.view.animation.AnimationUtils$AnimationState state
        end local 0 // long vsyncMillis
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0  vsyncMillis  J
            1    4     2        state  Landroid/view/animation/AnimationUtils$AnimationState;
    MethodParameters:
             Name  Flags
      vsyncMillis  

  public static void unlockAnimationClock();
    descriptor: ()V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 100
            getstatic android.view.animation.AnimationUtils.sAnimationState:Ljava/lang/ThreadLocal;
            invokevirtual java.lang.ThreadLocal.get:()Ljava/lang/Object;
            checkcast android.view.animation.AnimationUtils$AnimationState
            iconst_0
            putfield android.view.animation.AnimationUtils$AnimationState.animationClockLocked:Z
         1: .line 101
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static long currentAnimationTimeMillis();
    descriptor: ()J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=0
         0: .line 114
            getstatic android.view.animation.AnimationUtils.sAnimationState:Ljava/lang/ThreadLocal;
            invokevirtual java.lang.ThreadLocal.get:()Ljava/lang/Object;
            checkcast android.view.animation.AnimationUtils$AnimationState
            astore 0 /* state */
        start local 0 // android.view.animation.AnimationUtils$AnimationState state
         1: .line 115
            aload 0 /* state */
            getfield android.view.animation.AnimationUtils$AnimationState.animationClockLocked:Z
            ifeq 5
         2: .line 117
            aload 0 /* state */
            getfield android.view.animation.AnimationUtils$AnimationState.currentVsyncTimeMillis:J
         3: .line 118
            aload 0 /* state */
            getfield android.view.animation.AnimationUtils$AnimationState.lastReportedTimeMillis:J
         4: .line 117
            invokestatic java.lang.Math.max:(JJ)J
            lreturn
         5: .line 120
      StackMap locals: android.view.animation.AnimationUtils$AnimationState
      StackMap stack:
            aload 0 /* state */
            invokestatic android.os.SystemClock.uptimeMillis:()J
            putfield android.view.animation.AnimationUtils$AnimationState.lastReportedTimeMillis:J
         6: .line 121
            aload 0 /* state */
            getfield android.view.animation.AnimationUtils$AnimationState.lastReportedTimeMillis:J
            lreturn
        end local 0 // android.view.animation.AnimationUtils$AnimationState state
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            1    7     0  state  Landroid/view/animation/AnimationUtils$AnimationState;

  public static android.view.animation.Animation loadAnimation(android.content.Context, int);
    descriptor: (Landroid/content/Context;I)Landroid/view/animation/Animation;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 138
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method createAnimationFromXml(Context, XmlPullParser) from the type AnimationUtils refers to the missing type XmlPullParser\n\tXmlPullParserException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws android.content.res.Resources$NotFoundException
    MethodParameters:
         Name  Flags
      context  
      id       

  static android.view.animation.Animation createAnimationFromXml(android.content.Context, XmlPullParser);
    descriptor: (Landroid/content/Context;LXmlPullParser;)Landroid/view/animation/Animation;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 154
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tXmlPullParser cannot be resolved to a type\n\tXmlPullParserException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws XmlPullParserException, java.io.IOException
    MethodParameters:
        Name  Flags
      c       
      parser  

  static android.view.animation.Animation createAnimationFromXml(android.content.Context, XmlPullParser, android.view.animation.AnimationSet, android.util.AttributeSet);
    descriptor: (Landroid/content/Context;LXmlPullParser;Landroid/view/animation/AnimationSet;Landroid/util/AttributeSet;)Landroid/view/animation/Animation;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=4, args_size=4
         0: .line 160
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tXmlPullParser cannot be resolved to a type\n\tXmlPullParserException cannot be resolved to a type\n\tXmlPullParser cannot be resolved to a variable\n\tXmlPullParser cannot be resolved to a variable\n\tXmlPullParser cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws XmlPullParserException, java.io.IOException
    MethodParameters:
        Name  Flags
      c       
      parser  
      parent  
      attrs   

  public static android.view.animation.LayoutAnimationController loadLayoutAnimation(android.content.Context, int);
    descriptor: (Landroid/content/Context;I)Landroid/view/animation/LayoutAnimationController;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 218
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method createLayoutAnimationFromXml(Context, XmlPullParser) from the type AnimationUtils refers to the missing type XmlPullParser\n\tXmlPullParserException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws android.content.res.Resources$NotFoundException
    MethodParameters:
         Name  Flags
      context  
      id       

  static android.view.animation.LayoutAnimationController createLayoutAnimationFromXml(android.content.Context, XmlPullParser);
    descriptor: (Landroid/content/Context;LXmlPullParser;)Landroid/view/animation/LayoutAnimationController;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 235
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tXmlPullParser cannot be resolved to a type\n\tXmlPullParserException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws XmlPullParserException, java.io.IOException
    MethodParameters:
        Name  Flags
      c       
      parser  

  static android.view.animation.LayoutAnimationController createLayoutAnimationFromXml(android.content.Context, XmlPullParser, android.util.AttributeSet);
    descriptor: (Landroid/content/Context;LXmlPullParser;Landroid/util/AttributeSet;)Landroid/view/animation/LayoutAnimationController;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 241
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tXmlPullParser cannot be resolved to a type\n\tXmlPullParserException cannot be resolved to a type\n\tXmlPullParser cannot be resolved to a variable\n\tXmlPullParser cannot be resolved to a variable\n\tXmlPullParser cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws XmlPullParserException, java.io.IOException
    MethodParameters:
        Name  Flags
      c       
      parser  
      attrs   

  public static android.view.animation.Animation makeInAnimation(android.content.Context, boolean);
    descriptor: (Landroid/content/Context;Z)Landroid/view/animation/Animation;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 280
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tcom.android.internal.R.anim cannot be resolved to a variable\n\tcom.android.internal.R.anim cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
          Name  Flags
      c         
      fromLeft  

  public static android.view.animation.Animation makeOutAnimation(android.content.Context, boolean);
    descriptor: (Landroid/content/Context;Z)Landroid/view/animation/Animation;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 301
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tcom.android.internal.R.anim cannot be resolved to a variable\n\tcom.android.internal.R.anim cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
         Name  Flags
      c        
      toRight  

  public static android.view.animation.Animation makeInChildBottomAnimation(android.content.Context);
    descriptor: (Landroid/content/Context;)Landroid/view/animation/Animation;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 321
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tcom.android.internal.R.anim cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      c     

  public static android.view.animation.Interpolator loadInterpolator(android.content.Context, int);
    descriptor: (Landroid/content/Context;I)Landroid/view/animation/Interpolator;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 340
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method createInterpolatorFromXml(Resources, Resources.Theme, XmlPullParser) from the type AnimationUtils refers to the missing type XmlPullParser\n\tXmlPullParserException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws android.content.res.Resources$NotFoundException
    MethodParameters:
         Name  Flags
      context  
      id       

  public static android.view.animation.Interpolator loadInterpolator(android.content.res.Resources, android.content.res.Resources$Theme, int);
    descriptor: (Landroid/content/res/Resources;Landroid/content/res/Resources$Theme;I)Landroid/view/animation/Interpolator;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 370
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method createInterpolatorFromXml(Resources, Resources.Theme, XmlPullParser) from the type AnimationUtils refers to the missing type XmlPullParser\n\tXmlPullParserException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws android.content.res.Resources$NotFoundException
    MethodParameters:
       Name  Flags
      res    
      theme  
      id     

  static android.view.animation.Interpolator createInterpolatorFromXml(android.content.res.Resources, android.content.res.Resources$Theme, XmlPullParser);
    descriptor: (Landroid/content/res/Resources;Landroid/content/res/Resources$Theme;LXmlPullParser;)Landroid/view/animation/Interpolator;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 388
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tXmlPullParser cannot be resolved to a type\n\tXmlPullParserException cannot be resolved to a type\n\tXmlPullParser cannot be resolved to a variable\n\tXmlPullParser cannot be resolved to a variable\n\tXmlPullParser cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws XmlPullParserException, java.io.IOException
    MethodParameters:
        Name  Flags
      res     
      theme   
      parser  
}
SourceFile: "AnimationUtils.java"
NestMembers:
  android.view.animation.AnimationUtils$1  android.view.animation.AnimationUtils$AnimationState
InnerClasses:
  public NotFoundException = android.content.res.Resources$NotFoundException of android.content.res.Resources
  public final Theme = android.content.res.Resources$Theme of android.content.res.Resources
  android.view.animation.AnimationUtils$1
  private AnimationState = android.view.animation.AnimationUtils$AnimationState of android.view.animation.AnimationUtils