public class android.graphics.drawable.AnimationDrawable extends android.graphics.drawable.DrawableContainer implements java.lang.Runnable, android.graphics.drawable.Animatable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.graphics.drawable.AnimationDrawable
  super_class: android.graphics.drawable.DrawableContainer
{
  private android.graphics.drawable.AnimationDrawable$AnimationState mAnimationState;
    descriptor: Landroid/graphics/drawable/AnimationDrawable$AnimationState;
    flags: (0x0002) ACC_PRIVATE

  private int mCurFrame;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean mRunning;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean mAnimating;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean mMutated;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.graphics.drawable.AnimationDrawable this
         0: .line 102
            aload 0 /* this */
            aconst_null
            aconst_null
            invokespecial android.graphics.drawable.AnimationDrawable.<init>:(Landroid/graphics/drawable/AnimationDrawable$AnimationState;Landroid/content/res/Resources;)V
         1: .line 103
            return
        end local 0 // android.graphics.drawable.AnimationDrawable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/graphics/drawable/AnimationDrawable;

  public boolean setVisible(boolean, boolean);
    descriptor: (ZZ)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // android.graphics.drawable.AnimationDrawable this
        start local 1 // boolean visible
        start local 2 // boolean restart
         0: .line 122
            aload 0 /* this */
            iload 1 /* visible */
            iload 2 /* restart */
            invokespecial android.graphics.drawable.DrawableContainer.setVisible:(ZZ)Z
            istore 3 /* changed */
        start local 3 // boolean changed
         1: .line 123
            iload 1 /* visible */
            ifeq 12
         2: .line 124
            iload 2 /* restart */
            ifne 3
            iload 3 /* changed */
            ifeq 13
         3: .line 125
      StackMap locals: int
      StackMap stack:
            iload 2 /* restart */
            ifne 6
            aload 0 /* this */
            getfield android.graphics.drawable.AnimationDrawable.mRunning:Z
            ifne 4
            aload 0 /* this */
            getfield android.graphics.drawable.AnimationDrawable.mAnimationState:Landroid/graphics/drawable/AnimationDrawable$AnimationState;
            getfield android.graphics.drawable.AnimationDrawable$AnimationState.mOneShot:Z
            ifeq 6
         4: .line 126
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.graphics.drawable.AnimationDrawable.mCurFrame:I
            aload 0 /* this */
            getfield android.graphics.drawable.AnimationDrawable.mAnimationState:Landroid/graphics/drawable/AnimationDrawable$AnimationState;
            invokevirtual android.graphics.drawable.AnimationDrawable$AnimationState.getChildCount:()I
         5: .line 125
            if_icmpge 6
            iconst_0
            goto 7
      StackMap locals:
      StackMap stack:
         6: iconst_1
      StackMap locals:
      StackMap stack: int
         7: istore 4 /* startFromZero */
        start local 4 // boolean startFromZero
         8: .line 127
            aload 0 /* this */
            iload 4 /* startFromZero */
            ifeq 9
            iconst_0
            goto 10
      StackMap locals: android.graphics.drawable.AnimationDrawable int int int int
      StackMap stack: android.graphics.drawable.AnimationDrawable
         9: aload 0 /* this */
            getfield android.graphics.drawable.AnimationDrawable.mCurFrame:I
      StackMap locals: android.graphics.drawable.AnimationDrawable int int int int
      StackMap stack: android.graphics.drawable.AnimationDrawable int
        10: iconst_1
            aload 0 /* this */
            getfield android.graphics.drawable.AnimationDrawable.mAnimating:Z
            invokevirtual android.graphics.drawable.AnimationDrawable.setFrame:(IZZ)V
        end local 4 // boolean startFromZero
        11: .line 129
            goto 13
        12: .line 130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual android.graphics.drawable.AnimationDrawable.unscheduleSelf:(Ljava/lang/Runnable;)V
        13: .line 132
      StackMap locals:
      StackMap stack:
            iload 3 /* changed */
            ireturn
        end local 3 // boolean changed
        end local 2 // boolean restart
        end local 1 // boolean visible
        end local 0 // android.graphics.drawable.AnimationDrawable this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   14     0           this  Landroid/graphics/drawable/AnimationDrawable;
            0   14     1        visible  Z
            0   14     2        restart  Z
            1   14     3        changed  Z
            8   11     4  startFromZero  Z
    MethodParameters:
         Name  Flags
      visible  
      restart  

  public void start();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // android.graphics.drawable.AnimationDrawable this
         0: .line 153
            aload 0 /* this */
            iconst_1
            putfield android.graphics.drawable.AnimationDrawable.mAnimating:Z
         1: .line 155
            aload 0 /* this */
            invokevirtual android.graphics.drawable.AnimationDrawable.isRunning:()Z
            ifne 6
         2: .line 157
            aload 0 /* this */
            iconst_0
            iconst_0
            aload 0 /* this */
            getfield android.graphics.drawable.AnimationDrawable.mAnimationState:Landroid/graphics/drawable/AnimationDrawable$AnimationState;
            invokevirtual android.graphics.drawable.AnimationDrawable$AnimationState.getChildCount:()I
            iconst_1
            if_icmpgt 4
         3: .line 158
            aload 0 /* this */
            getfield android.graphics.drawable.AnimationDrawable.mAnimationState:Landroid/graphics/drawable/AnimationDrawable$AnimationState;
            getfield android.graphics.drawable.AnimationDrawable$AnimationState.mOneShot:Z
            ifeq 4
            iconst_0
            goto 5
      StackMap locals: android.graphics.drawable.AnimationDrawable
      StackMap stack: android.graphics.drawable.AnimationDrawable int int
         4: iconst_1
         5: .line 157
      StackMap locals: android.graphics.drawable.AnimationDrawable
      StackMap stack: android.graphics.drawable.AnimationDrawable int int int
            invokevirtual android.graphics.drawable.AnimationDrawable.setFrame:(IZZ)V
         6: .line 160
      StackMap locals:
      StackMap stack:
            return
        end local 0 // android.graphics.drawable.AnimationDrawable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Landroid/graphics/drawable/AnimationDrawable;

  public void stop();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.graphics.drawable.AnimationDrawable this
         0: .line 171
            aload 0 /* this */
            iconst_0
            putfield android.graphics.drawable.AnimationDrawable.mAnimating:Z
         1: .line 173
            aload 0 /* this */
            invokevirtual android.graphics.drawable.AnimationDrawable.isRunning:()Z
            ifeq 4
         2: .line 174
            aload 0 /* this */
            iconst_0
            putfield android.graphics.drawable.AnimationDrawable.mCurFrame:I
         3: .line 175
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual android.graphics.drawable.AnimationDrawable.unscheduleSelf:(Ljava/lang/Runnable;)V
         4: .line 177
      StackMap locals:
      StackMap stack:
            return
        end local 0 // android.graphics.drawable.AnimationDrawable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/graphics/drawable/AnimationDrawable;

  public boolean isRunning();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.graphics.drawable.AnimationDrawable this
         0: .line 186
            aload 0 /* this */
            getfield android.graphics.drawable.AnimationDrawable.mRunning:Z
            ireturn
        end local 0 // android.graphics.drawable.AnimationDrawable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/drawable/AnimationDrawable;

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.graphics.drawable.AnimationDrawable this
         0: .line 197
            aload 0 /* this */
            iconst_0
            invokevirtual android.graphics.drawable.AnimationDrawable.nextFrame:(Z)V
         1: .line 198
            return
        end local 0 // android.graphics.drawable.AnimationDrawable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/graphics/drawable/AnimationDrawable;

  public void unscheduleSelf(java.lang.Runnable);
    descriptor: (Ljava/lang/Runnable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.graphics.drawable.AnimationDrawable this
        start local 1 // java.lang.Runnable what
         0: .line 202
            aload 0 /* this */
            iconst_0
            putfield android.graphics.drawable.AnimationDrawable.mRunning:Z
         1: .line 203
            aload 0 /* this */
            aload 1 /* what */
            invokespecial android.graphics.drawable.DrawableContainer.unscheduleSelf:(Ljava/lang/Runnable;)V
         2: .line 204
            return
        end local 1 // java.lang.Runnable what
        end local 0 // android.graphics.drawable.AnimationDrawable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/graphics/drawable/AnimationDrawable;
            0    3     1  what  Ljava/lang/Runnable;
    MethodParameters:
      Name  Flags
      what  

  public int getNumberOfFrames();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.graphics.drawable.AnimationDrawable this
         0: .line 210
            aload 0 /* this */
            getfield android.graphics.drawable.AnimationDrawable.mAnimationState:Landroid/graphics/drawable/AnimationDrawable$AnimationState;
            invokevirtual android.graphics.drawable.AnimationDrawable$AnimationState.getChildCount:()I
            ireturn
        end local 0 // android.graphics.drawable.AnimationDrawable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/drawable/AnimationDrawable;

  public android.graphics.drawable.Drawable getFrame(int);
    descriptor: (I)Landroid/graphics/drawable/Drawable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.graphics.drawable.AnimationDrawable this
        start local 1 // int index
         0: .line 217
            aload 0 /* this */
            getfield android.graphics.drawable.AnimationDrawable.mAnimationState:Landroid/graphics/drawable/AnimationDrawable$AnimationState;
            iload 1 /* index */
            invokevirtual android.graphics.drawable.AnimationDrawable$AnimationState.getChild:(I)Landroid/graphics/drawable/Drawable;
            areturn
        end local 1 // int index
        end local 0 // android.graphics.drawable.AnimationDrawable this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Landroid/graphics/drawable/AnimationDrawable;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int getDuration(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.graphics.drawable.AnimationDrawable this
        start local 1 // int i
         0: .line 225
            aload 0 /* this */
            getfield android.graphics.drawable.AnimationDrawable.mAnimationState:Landroid/graphics/drawable/AnimationDrawable$AnimationState;
            getfield android.graphics.drawable.AnimationDrawable$AnimationState.mDurations:[I
            iload 1 /* i */
            iaload
            ireturn
        end local 1 // int i
        end local 0 // android.graphics.drawable.AnimationDrawable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/drawable/AnimationDrawable;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public boolean isOneShot();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.graphics.drawable.AnimationDrawable this
         0: .line 232
            aload 0 /* this */
            getfield android.graphics.drawable.AnimationDrawable.mAnimationState:Landroid/graphics/drawable/AnimationDrawable$AnimationState;
            getfield android.graphics.drawable.AnimationDrawable$AnimationState.mOneShot:Z
            ireturn
        end local 0 // android.graphics.drawable.AnimationDrawable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/drawable/AnimationDrawable;

  public void setOneShot(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.graphics.drawable.AnimationDrawable this
        start local 1 // boolean oneShot
         0: .line 241
            aload 0 /* this */
            getfield android.graphics.drawable.AnimationDrawable.mAnimationState:Landroid/graphics/drawable/AnimationDrawable$AnimationState;
            iload 1 /* oneShot */
            putfield android.graphics.drawable.AnimationDrawable$AnimationState.mOneShot:Z
         1: .line 242
            return
        end local 1 // boolean oneShot
        end local 0 // android.graphics.drawable.AnimationDrawable this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Landroid/graphics/drawable/AnimationDrawable;
            0    2     1  oneShot  Z
    MethodParameters:
         Name  Flags
      oneShot  

  public void addFrame(android.graphics.drawable.Drawable, int);
    descriptor: (Landroid/graphics/drawable/Drawable;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // android.graphics.drawable.AnimationDrawable this
        start local 1 // android.graphics.drawable.Drawable frame
        start local 2 // int duration
         0: .line 251
            aload 0 /* this */
            getfield android.graphics.drawable.AnimationDrawable.mAnimationState:Landroid/graphics/drawable/AnimationDrawable$AnimationState;
            aload 1 /* frame */
            iload 2 /* duration */
            invokevirtual android.graphics.drawable.AnimationDrawable$AnimationState.addFrame:(Landroid/graphics/drawable/Drawable;I)V
         1: .line 252
            aload 0 /* this */
            getfield android.graphics.drawable.AnimationDrawable.mRunning:Z
            ifne 3
         2: .line 253
            aload 0 /* this */
            iconst_0
            iconst_1
            iconst_0
            invokevirtual android.graphics.drawable.AnimationDrawable.setFrame:(IZZ)V
         3: .line 255
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int duration
        end local 1 // android.graphics.drawable.Drawable frame
        end local 0 // android.graphics.drawable.AnimationDrawable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Landroid/graphics/drawable/AnimationDrawable;
            0    4     1     frame  Landroid/graphics/drawable/Drawable;
            0    4     2  duration  I
    MethodParameters:
          Name  Flags
      frame     
      duration  

  private void nextFrame(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // android.graphics.drawable.AnimationDrawable this
        start local 1 // boolean unschedule
         0: .line 258
            aload 0 /* this */
            getfield android.graphics.drawable.AnimationDrawable.mCurFrame:I
            iconst_1
            iadd
            istore 2 /* nextFrame */
        start local 2 // int nextFrame
         1: .line 259
            aload 0 /* this */
            getfield android.graphics.drawable.AnimationDrawable.mAnimationState:Landroid/graphics/drawable/AnimationDrawable$AnimationState;
            invokevirtual android.graphics.drawable.AnimationDrawable$AnimationState.getChildCount:()I
            istore 3 /* numFrames */
        start local 3 // int numFrames
         2: .line 260
            aload 0 /* this */
            getfield android.graphics.drawable.AnimationDrawable.mAnimationState:Landroid/graphics/drawable/AnimationDrawable$AnimationState;
            getfield android.graphics.drawable.AnimationDrawable$AnimationState.mOneShot:Z
            ifeq 3
            iload 2 /* nextFrame */
            iload 3 /* numFrames */
            iconst_1
            isub
            if_icmplt 3
            iconst_1
            goto 4
      StackMap locals: int int
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: istore 4 /* isLastFrame */
        start local 4 // boolean isLastFrame
         5: .line 263
            aload 0 /* this */
            getfield android.graphics.drawable.AnimationDrawable.mAnimationState:Landroid/graphics/drawable/AnimationDrawable$AnimationState;
            getfield android.graphics.drawable.AnimationDrawable$AnimationState.mOneShot:Z
            ifne 7
            iload 2 /* nextFrame */
            iload 3 /* numFrames */
            if_icmplt 7
         6: .line 264
            iconst_0
            istore 2 /* nextFrame */
         7: .line 267
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* nextFrame */
            iload 1 /* unschedule */
            iload 4 /* isLastFrame */
            ifeq 8
            iconst_0
            goto 9
      StackMap locals: android.graphics.drawable.AnimationDrawable int int int int
      StackMap stack: android.graphics.drawable.AnimationDrawable int int
         8: iconst_1
      StackMap locals: android.graphics.drawable.AnimationDrawable int int int int
      StackMap stack: android.graphics.drawable.AnimationDrawable int int int
         9: invokevirtual android.graphics.drawable.AnimationDrawable.setFrame:(IZZ)V
        10: .line 268
            return
        end local 4 // boolean isLastFrame
        end local 3 // int numFrames
        end local 2 // int nextFrame
        end local 1 // boolean unschedule
        end local 0 // android.graphics.drawable.AnimationDrawable this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Landroid/graphics/drawable/AnimationDrawable;
            0   11     1   unschedule  Z
            1   11     2    nextFrame  I
            2   11     3    numFrames  I
            5   11     4  isLastFrame  Z
    MethodParameters:
            Name  Flags
      unschedule  

  private void setFrame(int, boolean, boolean);
    descriptor: (IZZ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // android.graphics.drawable.AnimationDrawable this
        start local 1 // int frame
        start local 2 // boolean unschedule
        start local 3 // boolean animate
         0: .line 271
            iload 1 /* frame */
            aload 0 /* this */
            getfield android.graphics.drawable.AnimationDrawable.mAnimationState:Landroid/graphics/drawable/AnimationDrawable$AnimationState;
            invokevirtual android.graphics.drawable.AnimationDrawable$AnimationState.getChildCount:()I
            if_icmplt 2
         1: .line 272
            return
         2: .line 274
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* animate */
            putfield android.graphics.drawable.AnimationDrawable.mAnimating:Z
         3: .line 275
            aload 0 /* this */
            iload 1 /* frame */
            putfield android.graphics.drawable.AnimationDrawable.mCurFrame:I
         4: .line 276
            aload 0 /* this */
            iload 1 /* frame */
            invokevirtual android.graphics.drawable.AnimationDrawable.selectDrawable:(I)Z
            pop
         5: .line 277
            iload 2 /* unschedule */
            ifne 6
            iload 3 /* animate */
            ifeq 7
         6: .line 278
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual android.graphics.drawable.AnimationDrawable.unscheduleSelf:(Ljava/lang/Runnable;)V
         7: .line 280
      StackMap locals:
      StackMap stack:
            iload 3 /* animate */
            ifeq 11
         8: .line 282
            aload 0 /* this */
            iload 1 /* frame */
            putfield android.graphics.drawable.AnimationDrawable.mCurFrame:I
         9: .line 283
            aload 0 /* this */
            iconst_1
            putfield android.graphics.drawable.AnimationDrawable.mRunning:Z
        10: .line 284
            aload 0 /* this */
            aload 0 /* this */
            invokestatic android.os.SystemClock.uptimeMillis:()J
            aload 0 /* this */
            getfield android.graphics.drawable.AnimationDrawable.mAnimationState:Landroid/graphics/drawable/AnimationDrawable$AnimationState;
            getfield android.graphics.drawable.AnimationDrawable$AnimationState.mDurations:[I
            iload 1 /* frame */
            iaload
            i2l
            ladd
            invokevirtual android.graphics.drawable.AnimationDrawable.scheduleSelf:(Ljava/lang/Runnable;J)V
        11: .line 286
      StackMap locals:
      StackMap stack:
            return
        end local 3 // boolean animate
        end local 2 // boolean unschedule
        end local 1 // int frame
        end local 0 // android.graphics.drawable.AnimationDrawable this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Landroid/graphics/drawable/AnimationDrawable;
            0   12     1       frame  I
            0   12     2  unschedule  Z
            0   12     3     animate  Z
    MethodParameters:
            Name  Flags
      frame       
      unschedule  
      animate     

  public void inflate(android.content.res.Resources, XmlPullParser, android.util.AttributeSet, android.content.res.Resources$Theme);
    descriptor: (Landroid/content/res/Resources;LXmlPullParser;Landroid/util/AttributeSet;Landroid/content/res/Resources$Theme;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // android.graphics.drawable.AnimationDrawable this
         0: .line 289
            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\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.graphics.drawable.AnimationDrawable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/drawable/AnimationDrawable;
    Exceptions:
      throws XmlPullParserException, java.io.IOException
    MethodParameters:
        Name  Flags
      r       
      parser  
      attrs   
      theme   

  void inflateChildElements(android.content.res.Resources, XmlPullParser, android.util.AttributeSet, android.content.res.Resources$Theme);
    descriptor: (Landroid/content/res/Resources;LXmlPullParser;Landroid/util/AttributeSet;Landroid/content/res/Resources$Theme;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // android.graphics.drawable.AnimationDrawable this
         0: .line 302
            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\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tXmlPullParserException cannot be resolved to a type\n\tR cannot be resolved to a variable\n\tXmlPullParser cannot be resolved to a variable\n\tXmlPullParser cannot be resolved to a variable\n\tXmlPullParserException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.graphics.drawable.AnimationDrawable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/drawable/AnimationDrawable;
    Exceptions:
      throws XmlPullParserException, java.io.IOException
    MethodParameters:
        Name  Flags
      r       
      parser  
      attrs   
      theme   

  private void updateStateFromTypedArray(android.content.res.TypedArray);
    descriptor: (Landroid/content/res/TypedArray;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.graphics.drawable.AnimationDrawable this
         0: .line 352
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.graphics.drawable.AnimationDrawable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/drawable/AnimationDrawable;
    MethodParameters:
      Name  Flags
      a     

  public android.graphics.drawable.Drawable mutate();
    descriptor: ()Landroid/graphics/drawable/Drawable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.graphics.drawable.AnimationDrawable this
         0: .line 361
            aload 0 /* this */
            getfield android.graphics.drawable.AnimationDrawable.mMutated:Z
            ifne 3
            aload 0 /* this */
            invokespecial android.graphics.drawable.DrawableContainer.mutate:()Landroid/graphics/drawable/Drawable;
            aload 0 /* this */
            if_acmpne 3
         1: .line 362
            aload 0 /* this */
            getfield android.graphics.drawable.AnimationDrawable.mAnimationState:Landroid/graphics/drawable/AnimationDrawable$AnimationState;
            invokevirtual android.graphics.drawable.AnimationDrawable$AnimationState.mutate:()V
         2: .line 363
            aload 0 /* this */
            iconst_1
            putfield android.graphics.drawable.AnimationDrawable.mMutated:Z
         3: .line 365
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 0 // android.graphics.drawable.AnimationDrawable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/graphics/drawable/AnimationDrawable;

  android.graphics.drawable.AnimationDrawable$AnimationState cloneConstantState();
    descriptor: ()Landroid/graphics/drawable/AnimationDrawable$AnimationState;
    flags: (0x0000) 
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // android.graphics.drawable.AnimationDrawable this
         0: .line 370
            new android.graphics.drawable.AnimationDrawable$AnimationState
            dup
            aload 0 /* this */
            getfield android.graphics.drawable.AnimationDrawable.mAnimationState:Landroid/graphics/drawable/AnimationDrawable$AnimationState;
            aload 0 /* this */
            aconst_null
            invokespecial android.graphics.drawable.AnimationDrawable$AnimationState.<init>:(Landroid/graphics/drawable/AnimationDrawable$AnimationState;Landroid/graphics/drawable/AnimationDrawable;Landroid/content/res/Resources;)V
            areturn
        end local 0 // android.graphics.drawable.AnimationDrawable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/drawable/AnimationDrawable;

  public void clearMutated();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.graphics.drawable.AnimationDrawable this
         0: .line 377
            aload 0 /* this */
            invokespecial android.graphics.drawable.DrawableContainer.clearMutated:()V
         1: .line 378
            aload 0 /* this */
            iconst_0
            putfield android.graphics.drawable.AnimationDrawable.mMutated:Z
         2: .line 379
            return
        end local 0 // android.graphics.drawable.AnimationDrawable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/graphics/drawable/AnimationDrawable;

  protected void setConstantState(android.graphics.drawable.DrawableContainer$DrawableContainerState);
    descriptor: (Landroid/graphics/drawable/DrawableContainer$DrawableContainerState;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.graphics.drawable.AnimationDrawable this
        start local 1 // android.graphics.drawable.DrawableContainer$DrawableContainerState state
         0: .line 429
            aload 0 /* this */
            aload 1 /* state */
            invokespecial android.graphics.drawable.DrawableContainer.setConstantState:(Landroid/graphics/drawable/DrawableContainer$DrawableContainerState;)V
         1: .line 431
            aload 1 /* state */
            instanceof android.graphics.drawable.AnimationDrawable$AnimationState
            ifeq 3
         2: .line 432
            aload 0 /* this */
            aload 1 /* state */
            checkcast android.graphics.drawable.AnimationDrawable$AnimationState
            putfield android.graphics.drawable.AnimationDrawable.mAnimationState:Landroid/graphics/drawable/AnimationDrawable$AnimationState;
         3: .line 434
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.graphics.drawable.DrawableContainer$DrawableContainerState state
        end local 0 // android.graphics.drawable.AnimationDrawable this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Landroid/graphics/drawable/AnimationDrawable;
            0    4     1  state  Landroid/graphics/drawable/DrawableContainer$DrawableContainerState;
    MethodParameters:
       Name  Flags
      state  

  private void <init>(android.graphics.drawable.AnimationDrawable$AnimationState, android.content.res.Resources);
    descriptor: (Landroid/graphics/drawable/AnimationDrawable$AnimationState;Landroid/content/res/Resources;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // android.graphics.drawable.AnimationDrawable this
        start local 1 // android.graphics.drawable.AnimationDrawable$AnimationState state
        start local 2 // android.content.res.Resources res
         0: .line 436
            aload 0 /* this */
            invokespecial android.graphics.drawable.DrawableContainer.<init>:()V
         1: .line 91
            aload 0 /* this */
            iconst_0
            putfield android.graphics.drawable.AnimationDrawable.mCurFrame:I
         2: .line 437
            new android.graphics.drawable.AnimationDrawable$AnimationState
            dup
            aload 1 /* state */
            aload 0 /* this */
            aload 2 /* res */
            invokespecial android.graphics.drawable.AnimationDrawable$AnimationState.<init>:(Landroid/graphics/drawable/AnimationDrawable$AnimationState;Landroid/graphics/drawable/AnimationDrawable;Landroid/content/res/Resources;)V
            astore 3 /* as */
        start local 3 // android.graphics.drawable.AnimationDrawable$AnimationState as
         3: .line 438
            aload 0 /* this */
            aload 3 /* as */
            invokevirtual android.graphics.drawable.AnimationDrawable.setConstantState:(Landroid/graphics/drawable/DrawableContainer$DrawableContainerState;)V
         4: .line 439
            aload 1 /* state */
            ifnull 6
         5: .line 440
            aload 0 /* this */
            iconst_0
            iconst_1
            iconst_0
            invokevirtual android.graphics.drawable.AnimationDrawable.setFrame:(IZZ)V
         6: .line 442
      StackMap locals: android.graphics.drawable.AnimationDrawable android.graphics.drawable.AnimationDrawable$AnimationState android.content.res.Resources android.graphics.drawable.AnimationDrawable$AnimationState
      StackMap stack:
            return
        end local 3 // android.graphics.drawable.AnimationDrawable$AnimationState as
        end local 2 // android.content.res.Resources res
        end local 1 // android.graphics.drawable.AnimationDrawable$AnimationState state
        end local 0 // android.graphics.drawable.AnimationDrawable this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Landroid/graphics/drawable/AnimationDrawable;
            0    7     1  state  Landroid/graphics/drawable/AnimationDrawable$AnimationState;
            0    7     2    res  Landroid/content/res/Resources;
            3    7     3     as  Landroid/graphics/drawable/AnimationDrawable$AnimationState;
    MethodParameters:
       Name  Flags
      state  
      res    

  android.graphics.drawable.DrawableContainer$DrawableContainerState cloneConstantState();
    descriptor: ()Landroid/graphics/drawable/DrawableContainer$DrawableContainerState;
    flags: (0x1040) ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual android.graphics.drawable.AnimationDrawable.cloneConstantState:()Landroid/graphics/drawable/AnimationDrawable$AnimationState;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "AnimationDrawable.java"
NestMembers:
  android.graphics.drawable.AnimationDrawable$AnimationState
InnerClasses:
  public final Theme = android.content.res.Resources$Theme of android.content.res.Resources
  private final AnimationState = android.graphics.drawable.AnimationDrawable$AnimationState of android.graphics.drawable.AnimationDrawable
  public abstract DrawableContainerState = android.graphics.drawable.DrawableContainer$DrawableContainerState of android.graphics.drawable.DrawableContainer