public class android.widget.ViewAnimator extends android.widget.FrameLayout
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.widget.ViewAnimator
  super_class: android.widget.FrameLayout
{
  int mWhichChild;
    descriptor: I
    flags: (0x0000) 

  boolean mFirstTime;
    descriptor: Z
    flags: (0x0000) 

  boolean mAnimateFirstTime;
    descriptor: Z
    flags: (0x0000) 

  android.view.animation.Animation mInAnimation;
    descriptor: Landroid/view/animation/Animation;
    flags: (0x0000) 

  android.view.animation.Animation mOutAnimation;
    descriptor: Landroid/view/animation/Animation;
    flags: (0x0000) 

  public void <init>(android.content.Context);
    descriptor: (Landroid/content/Context;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.ViewAnimator this
        start local 1 // android.content.Context context
         0: .line 48
            aload 0 /* this */
            aload 1 /* context */
            invokespecial android.widget.FrameLayout.<init>:(Landroid/content/Context;)V
         1: .line 39
            aload 0 /* this */
            iconst_0
            putfield android.widget.ViewAnimator.mWhichChild:I
         2: .line 40
            aload 0 /* this */
            iconst_1
            putfield android.widget.ViewAnimator.mFirstTime:Z
         3: .line 42
            aload 0 /* this */
            iconst_1
            putfield android.widget.ViewAnimator.mAnimateFirstTime:Z
         4: .line 49
            aload 0 /* this */
            aload 1 /* context */
            aconst_null
            invokevirtual android.widget.ViewAnimator.initViewAnimator:(Landroid/content/Context;Landroid/util/AttributeSet;)V
         5: .line 50
            return
        end local 1 // android.content.Context context
        end local 0 // android.widget.ViewAnimator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Landroid/widget/ViewAnimator;
            0    6     1  context  Landroid/content/Context;
    MethodParameters:
         Name  Flags
      context  

  public void <init>(android.content.Context, android.util.AttributeSet);
    descriptor: (Landroid/content/Context;Landroid/util/AttributeSet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.widget.ViewAnimator this
         0: .line 55
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tcom.android.internal.R.styleable cannot be resolved to a variable\n\tcom.android.internal.R.styleable cannot be resolved to a variable\n\tcom.android.internal.R.styleable cannot be resolved to a variable\n\tcom.android.internal.R.styleable cannot be resolved to a variable\n\tcom.android.internal.R.styleable cannot be resolved to a variable\n\tcom.android.internal.R.styleable cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.ViewAnimator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/ViewAnimator;
    MethodParameters:
         Name  Flags
      context  
      attrs    

  private void initViewAnimator(android.content.Context, android.util.AttributeSet);
    descriptor: (Landroid/content/Context;Landroid/util/AttributeSet;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.widget.ViewAnimator this
         0: .line 88
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tcom.android.internal.R.styleable cannot be resolved to a variable\n\tcom.android.internal.R.styleable cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.ViewAnimator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/ViewAnimator;
    MethodParameters:
         Name  Flags
      context  
      attrs    

  public void setDisplayedChild(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.widget.ViewAnimator this
        start local 1 // int whichChild
         0: .line 102
            aload 0 /* this */
            iload 1 /* whichChild */
            putfield android.widget.ViewAnimator.mWhichChild:I
         1: .line 103
            iload 1 /* whichChild */
            aload 0 /* this */
            invokevirtual android.widget.ViewAnimator.getChildCount:()I
            if_icmplt 4
         2: .line 104
            aload 0 /* this */
            iconst_0
            putfield android.widget.ViewAnimator.mWhichChild:I
         3: .line 105
            goto 6
      StackMap locals:
      StackMap stack:
         4: iload 1 /* whichChild */
            ifge 6
         5: .line 106
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual android.widget.ViewAnimator.getChildCount:()I
            iconst_1
            isub
            putfield android.widget.ViewAnimator.mWhichChild:I
         6: .line 108
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual android.widget.ViewAnimator.getFocusedChild:()Landroid/view/View;
            ifnull 7
            iconst_1
            goto 8
      StackMap locals:
      StackMap stack:
         7: iconst_0
      StackMap locals:
      StackMap stack: int
         8: istore 2 /* hasFocus */
        start local 2 // boolean hasFocus
         9: .line 110
            aload 0 /* this */
            aload 0 /* this */
            getfield android.widget.ViewAnimator.mWhichChild:I
            invokevirtual android.widget.ViewAnimator.showOnly:(I)V
        10: .line 111
            iload 2 /* hasFocus */
            ifeq 12
        11: .line 113
            aload 0 /* this */
            iconst_2
            invokevirtual android.widget.ViewAnimator.requestFocus:(I)Z
            pop
        12: .line 115
      StackMap locals: int
      StackMap stack:
            return
        end local 2 // boolean hasFocus
        end local 1 // int whichChild
        end local 0 // android.widget.ViewAnimator this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Landroid/widget/ViewAnimator;
            0   13     1  whichChild  I
            9   13     2    hasFocus  Z
    RuntimeVisibleAnnotations: 
      android.view.RemotableViewMethod()
    MethodParameters:
            Name  Flags
      whichChild  

  public int getDisplayedChild();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.ViewAnimator this
         0: .line 121
            aload 0 /* this */
            getfield android.widget.ViewAnimator.mWhichChild:I
            ireturn
        end local 0 // android.widget.ViewAnimator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/ViewAnimator;

  public void showNext();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.widget.ViewAnimator this
         0: .line 129
            aload 0 /* this */
            aload 0 /* this */
            getfield android.widget.ViewAnimator.mWhichChild:I
            iconst_1
            iadd
            invokevirtual android.widget.ViewAnimator.setDisplayedChild:(I)V
         1: .line 130
            return
        end local 0 // android.widget.ViewAnimator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/widget/ViewAnimator;
    RuntimeVisibleAnnotations: 
      android.view.RemotableViewMethod()

  public void showPrevious();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.widget.ViewAnimator this
         0: .line 137
            aload 0 /* this */
            aload 0 /* this */
            getfield android.widget.ViewAnimator.mWhichChild:I
            iconst_1
            isub
            invokevirtual android.widget.ViewAnimator.setDisplayedChild:(I)V
         1: .line 138
            return
        end local 0 // android.widget.ViewAnimator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/widget/ViewAnimator;
    RuntimeVisibleAnnotations: 
      android.view.RemotableViewMethod()

  void showOnly(int, boolean);
    descriptor: (IZ)V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=3
        start local 0 // android.widget.ViewAnimator this
        start local 1 // int childIndex
        start local 2 // boolean animate
         0: .line 151
            aload 0 /* this */
            invokevirtual android.widget.ViewAnimator.getChildCount:()I
            istore 3 /* count */
        start local 3 // int count
         1: .line 152
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 17
         3: .line 153
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* i */
            invokevirtual android.widget.ViewAnimator.getChildAt:(I)Landroid/view/View;
            astore 5 /* child */
        start local 5 // android.view.View child
         4: .line 154
            iload 4 /* i */
            iload 1 /* childIndex */
            if_icmpne 10
         5: .line 155
            iload 2 /* animate */
            ifeq 7
            aload 0 /* this */
            getfield android.widget.ViewAnimator.mInAnimation:Landroid/view/animation/Animation;
            ifnull 7
         6: .line 156
            aload 5 /* child */
            aload 0 /* this */
            getfield android.widget.ViewAnimator.mInAnimation:Landroid/view/animation/Animation;
            invokevirtual android.view.View.startAnimation:(Landroid/view/animation/Animation;)V
         7: .line 158
      StackMap locals: android.view.View
      StackMap stack:
            aload 5 /* child */
            iconst_0
            invokevirtual android.view.View.setVisibility:(I)V
         8: .line 159
            aload 0 /* this */
            iconst_0
            putfield android.widget.ViewAnimator.mFirstTime:Z
         9: .line 160
            goto 16
        10: .line 161
      StackMap locals:
      StackMap stack:
            iload 2 /* animate */
            ifeq 13
            aload 0 /* this */
            getfield android.widget.ViewAnimator.mOutAnimation:Landroid/view/animation/Animation;
            ifnull 13
            aload 5 /* child */
            invokevirtual android.view.View.getVisibility:()I
            ifne 13
        11: .line 162
            aload 5 /* child */
            aload 0 /* this */
            getfield android.widget.ViewAnimator.mOutAnimation:Landroid/view/animation/Animation;
            invokevirtual android.view.View.startAnimation:(Landroid/view/animation/Animation;)V
        12: .line 163
            goto 15
      StackMap locals:
      StackMap stack:
        13: aload 5 /* child */
            invokevirtual android.view.View.getAnimation:()Landroid/view/animation/Animation;
            aload 0 /* this */
            getfield android.widget.ViewAnimator.mInAnimation:Landroid/view/animation/Animation;
            if_acmpne 15
        14: .line 164
            aload 5 /* child */
            invokevirtual android.view.View.clearAnimation:()V
        15: .line 165
      StackMap locals:
      StackMap stack:
            aload 5 /* child */
            bipush 8
            invokevirtual android.view.View.setVisibility:(I)V
        end local 5 // android.view.View child
        16: .line 152
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 4 /* i */
            iload 3 /* count */
            if_icmplt 3
        end local 4 // int i
        18: .line 168
            return
        end local 3 // int count
        end local 2 // boolean animate
        end local 1 // int childIndex
        end local 0 // android.widget.ViewAnimator this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   19     0        this  Landroid/widget/ViewAnimator;
            0   19     1  childIndex  I
            0   19     2     animate  Z
            1   19     3       count  I
            2   18     4           i  I
            4   16     5       child  Landroid/view/View;
    MethodParameters:
            Name  Flags
      childIndex  
      animate     

  void showOnly(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.widget.ViewAnimator this
        start local 1 // int childIndex
         0: .line 177
            aload 0 /* this */
            getfield android.widget.ViewAnimator.mFirstTime:Z
            ifeq 1
            aload 0 /* this */
            getfield android.widget.ViewAnimator.mAnimateFirstTime:Z
            ifne 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: istore 2 /* animate */
        start local 2 // boolean animate
         3: .line 178
            aload 0 /* this */
            iload 1 /* childIndex */
            iload 2 /* animate */
            invokevirtual android.widget.ViewAnimator.showOnly:(IZ)V
         4: .line 179
            return
        end local 2 // boolean animate
        end local 1 // int childIndex
        end local 0 // android.widget.ViewAnimator this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Landroid/widget/ViewAnimator;
            0    5     1  childIndex  I
            3    5     2     animate  Z
    MethodParameters:
            Name  Flags
      childIndex  

  public void addView(android.view.View, int, android.view.ViewGroup$LayoutParams);
    descriptor: (Landroid/view/View;ILandroid/view/ViewGroup$LayoutParams;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // android.widget.ViewAnimator this
        start local 1 // android.view.View child
        start local 2 // int index
        start local 3 // android.view.ViewGroup$LayoutParams params
         0: .line 183
            aload 0 /* this */
            aload 1 /* child */
            iload 2 /* index */
            aload 3 /* params */
            invokespecial android.widget.FrameLayout.addView:(Landroid/view/View;ILandroid/view/ViewGroup$LayoutParams;)V
         1: .line 184
            aload 0 /* this */
            invokevirtual android.widget.ViewAnimator.getChildCount:()I
            iconst_1
            if_icmpne 4
         2: .line 185
            aload 1 /* child */
            iconst_0
            invokevirtual android.view.View.setVisibility:(I)V
         3: .line 186
            goto 5
         4: .line 187
      StackMap locals:
      StackMap stack:
            aload 1 /* child */
            bipush 8
            invokevirtual android.view.View.setVisibility:(I)V
         5: .line 189
      StackMap locals:
      StackMap stack:
            iload 2 /* index */
            iflt 7
            aload 0 /* this */
            getfield android.widget.ViewAnimator.mWhichChild:I
            iload 2 /* index */
            if_icmplt 7
         6: .line 191
            aload 0 /* this */
            aload 0 /* this */
            getfield android.widget.ViewAnimator.mWhichChild:I
            iconst_1
            iadd
            invokevirtual android.widget.ViewAnimator.setDisplayedChild:(I)V
         7: .line 193
      StackMap locals:
      StackMap stack:
            return
        end local 3 // android.view.ViewGroup$LayoutParams params
        end local 2 // int index
        end local 1 // android.view.View child
        end local 0 // android.widget.ViewAnimator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Landroid/widget/ViewAnimator;
            0    8     1   child  Landroid/view/View;
            0    8     2   index  I
            0    8     3  params  Landroid/view/ViewGroup$LayoutParams;
    MethodParameters:
        Name  Flags
      child   
      index   
      params  

  public void removeAllViews();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.widget.ViewAnimator this
         0: .line 197
            aload 0 /* this */
            invokespecial android.widget.FrameLayout.removeAllViews:()V
         1: .line 198
            aload 0 /* this */
            iconst_0
            putfield android.widget.ViewAnimator.mWhichChild:I
         2: .line 199
            aload 0 /* this */
            iconst_1
            putfield android.widget.ViewAnimator.mFirstTime:Z
         3: .line 200
            return
        end local 0 // android.widget.ViewAnimator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/widget/ViewAnimator;

  public void removeView(android.view.View);
    descriptor: (Landroid/view/View;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // android.widget.ViewAnimator this
        start local 1 // android.view.View view
         0: .line 204
            aload 0 /* this */
            aload 1 /* view */
            invokevirtual android.widget.ViewAnimator.indexOfChild:(Landroid/view/View;)I
            istore 2 /* index */
        start local 2 // int index
         1: .line 205
            iload 2 /* index */
            iflt 3
         2: .line 206
            aload 0 /* this */
            iload 2 /* index */
            invokevirtual android.widget.ViewAnimator.removeViewAt:(I)V
         3: .line 208
      StackMap locals: int
      StackMap stack:
            return
        end local 2 // int index
        end local 1 // android.view.View view
        end local 0 // android.widget.ViewAnimator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Landroid/widget/ViewAnimator;
            0    4     1   view  Landroid/view/View;
            1    4     2  index  I
    MethodParameters:
      Name  Flags
      view  

  public void removeViewAt(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.widget.ViewAnimator this
        start local 1 // int index
         0: .line 212
            aload 0 /* this */
            iload 1 /* index */
            invokespecial android.widget.FrameLayout.removeViewAt:(I)V
         1: .line 213
            aload 0 /* this */
            invokevirtual android.widget.ViewAnimator.getChildCount:()I
            istore 2 /* childCount */
        start local 2 // int childCount
         2: .line 214
            iload 2 /* childCount */
            ifne 6
         3: .line 215
            aload 0 /* this */
            iconst_0
            putfield android.widget.ViewAnimator.mWhichChild:I
         4: .line 216
            aload 0 /* this */
            iconst_1
            putfield android.widget.ViewAnimator.mFirstTime:Z
         5: .line 217
            goto 11
      StackMap locals: int
      StackMap stack:
         6: aload 0 /* this */
            getfield android.widget.ViewAnimator.mWhichChild:I
            iload 2 /* childCount */
            if_icmplt 9
         7: .line 219
            aload 0 /* this */
            iload 2 /* childCount */
            iconst_1
            isub
            invokevirtual android.widget.ViewAnimator.setDisplayedChild:(I)V
         8: .line 220
            goto 11
      StackMap locals:
      StackMap stack:
         9: aload 0 /* this */
            getfield android.widget.ViewAnimator.mWhichChild:I
            iload 1 /* index */
            if_icmpne 11
        10: .line 222
            aload 0 /* this */
            aload 0 /* this */
            getfield android.widget.ViewAnimator.mWhichChild:I
            invokevirtual android.widget.ViewAnimator.setDisplayedChild:(I)V
        11: .line 224
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int childCount
        end local 1 // int index
        end local 0 // android.widget.ViewAnimator this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Landroid/widget/ViewAnimator;
            0   12     1       index  I
            2   12     2  childCount  I
    MethodParameters:
       Name  Flags
      index  

  public void removeViewInLayout(android.view.View);
    descriptor: (Landroid/view/View;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.ViewAnimator this
        start local 1 // android.view.View view
         0: .line 227
            aload 0 /* this */
            aload 1 /* view */
            invokevirtual android.widget.ViewAnimator.removeView:(Landroid/view/View;)V
         1: .line 228
            return
        end local 1 // android.view.View view
        end local 0 // android.widget.ViewAnimator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/widget/ViewAnimator;
            0    2     1  view  Landroid/view/View;
    MethodParameters:
      Name  Flags
      view  

  public void removeViews(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.widget.ViewAnimator this
        start local 1 // int start
        start local 2 // int count
         0: .line 231
            aload 0 /* this */
            iload 1 /* start */
            iload 2 /* count */
            invokespecial android.widget.FrameLayout.removeViews:(II)V
         1: .line 232
            aload 0 /* this */
            invokevirtual android.widget.ViewAnimator.getChildCount:()I
            ifne 5
         2: .line 233
            aload 0 /* this */
            iconst_0
            putfield android.widget.ViewAnimator.mWhichChild:I
         3: .line 234
            aload 0 /* this */
            iconst_1
            putfield android.widget.ViewAnimator.mFirstTime:Z
         4: .line 235
            goto 7
      StackMap locals:
      StackMap stack:
         5: aload 0 /* this */
            getfield android.widget.ViewAnimator.mWhichChild:I
            iload 1 /* start */
            if_icmplt 7
            aload 0 /* this */
            getfield android.widget.ViewAnimator.mWhichChild:I
            iload 1 /* start */
            iload 2 /* count */
            iadd
            if_icmpge 7
         6: .line 237
            aload 0 /* this */
            aload 0 /* this */
            getfield android.widget.ViewAnimator.mWhichChild:I
            invokevirtual android.widget.ViewAnimator.setDisplayedChild:(I)V
         7: .line 239
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int count
        end local 1 // int start
        end local 0 // android.widget.ViewAnimator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Landroid/widget/ViewAnimator;
            0    8     1  start  I
            0    8     2  count  I
    MethodParameters:
       Name  Flags
      start  
      count  

  public void removeViewsInLayout(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.widget.ViewAnimator this
        start local 1 // int start
        start local 2 // int count
         0: .line 242
            aload 0 /* this */
            iload 1 /* start */
            iload 2 /* count */
            invokevirtual android.widget.ViewAnimator.removeViews:(II)V
         1: .line 243
            return
        end local 2 // int count
        end local 1 // int start
        end local 0 // android.widget.ViewAnimator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Landroid/widget/ViewAnimator;
            0    2     1  start  I
            0    2     2  count  I
    MethodParameters:
       Name  Flags
      start  
      count  

  public android.view.View getCurrentView();
    descriptor: ()Landroid/view/View;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.widget.ViewAnimator this
         0: .line 253
            aload 0 /* this */
            aload 0 /* this */
            getfield android.widget.ViewAnimator.mWhichChild:I
            invokevirtual android.widget.ViewAnimator.getChildAt:(I)Landroid/view/View;
            areturn
        end local 0 // android.widget.ViewAnimator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/ViewAnimator;

  public android.view.animation.Animation getInAnimation();
    descriptor: ()Landroid/view/animation/Animation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.ViewAnimator this
         0: .line 265
            aload 0 /* this */
            getfield android.widget.ViewAnimator.mInAnimation:Landroid/view/animation/Animation;
            areturn
        end local 0 // android.widget.ViewAnimator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/ViewAnimator;

  public void setInAnimation(android.view.animation.Animation);
    descriptor: (Landroid/view/animation/Animation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.ViewAnimator this
        start local 1 // android.view.animation.Animation inAnimation
         0: .line 277
            aload 0 /* this */
            aload 1 /* inAnimation */
            putfield android.widget.ViewAnimator.mInAnimation:Landroid/view/animation/Animation;
         1: .line 278
            return
        end local 1 // android.view.animation.Animation inAnimation
        end local 0 // android.widget.ViewAnimator this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Landroid/widget/ViewAnimator;
            0    2     1  inAnimation  Landroid/view/animation/Animation;
    MethodParameters:
             Name  Flags
      inAnimation  

  public android.view.animation.Animation getOutAnimation();
    descriptor: ()Landroid/view/animation/Animation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.ViewAnimator this
         0: .line 289
            aload 0 /* this */
            getfield android.widget.ViewAnimator.mOutAnimation:Landroid/view/animation/Animation;
            areturn
        end local 0 // android.widget.ViewAnimator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/ViewAnimator;

  public void setOutAnimation(android.view.animation.Animation);
    descriptor: (Landroid/view/animation/Animation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.ViewAnimator this
        start local 1 // android.view.animation.Animation outAnimation
         0: .line 301
            aload 0 /* this */
            aload 1 /* outAnimation */
            putfield android.widget.ViewAnimator.mOutAnimation:Landroid/view/animation/Animation;
         1: .line 302
            return
        end local 1 // android.view.animation.Animation outAnimation
        end local 0 // android.widget.ViewAnimator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Landroid/widget/ViewAnimator;
            0    2     1  outAnimation  Landroid/view/animation/Animation;
    MethodParameters:
              Name  Flags
      outAnimation  

  public void setInAnimation(android.content.Context, int);
    descriptor: (Landroid/content/Context;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.widget.ViewAnimator this
        start local 1 // android.content.Context context
        start local 2 // int resourceID
         0: .line 314
            aload 0 /* this */
            aload 1 /* context */
            iload 2 /* resourceID */
            invokestatic android.view.animation.AnimationUtils.loadAnimation:(Landroid/content/Context;I)Landroid/view/animation/Animation;
            invokevirtual android.widget.ViewAnimator.setInAnimation:(Landroid/view/animation/Animation;)V
         1: .line 315
            return
        end local 2 // int resourceID
        end local 1 // android.content.Context context
        end local 0 // android.widget.ViewAnimator this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Landroid/widget/ViewAnimator;
            0    2     1     context  Landroid/content/Context;
            0    2     2  resourceID  I
    MethodParameters:
            Name  Flags
      context     
      resourceID  

  public void setOutAnimation(android.content.Context, int);
    descriptor: (Landroid/content/Context;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.widget.ViewAnimator this
        start local 1 // android.content.Context context
        start local 2 // int resourceID
         0: .line 327
            aload 0 /* this */
            aload 1 /* context */
            iload 2 /* resourceID */
            invokestatic android.view.animation.AnimationUtils.loadAnimation:(Landroid/content/Context;I)Landroid/view/animation/Animation;
            invokevirtual android.widget.ViewAnimator.setOutAnimation:(Landroid/view/animation/Animation;)V
         1: .line 328
            return
        end local 2 // int resourceID
        end local 1 // android.content.Context context
        end local 0 // android.widget.ViewAnimator this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Landroid/widget/ViewAnimator;
            0    2     1     context  Landroid/content/Context;
            0    2     2  resourceID  I
    MethodParameters:
            Name  Flags
      context     
      resourceID  

  public boolean getAnimateFirstView();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.ViewAnimator this
         0: .line 340
            aload 0 /* this */
            getfield android.widget.ViewAnimator.mAnimateFirstTime:Z
            ireturn
        end local 0 // android.widget.ViewAnimator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/ViewAnimator;

  public void setAnimateFirstView(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.ViewAnimator this
        start local 1 // boolean animate
         0: .line 351
            aload 0 /* this */
            iload 1 /* animate */
            putfield android.widget.ViewAnimator.mAnimateFirstTime:Z
         1: .line 352
            return
        end local 1 // boolean animate
        end local 0 // android.widget.ViewAnimator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Landroid/widget/ViewAnimator;
            0    2     1  animate  Z
    MethodParameters:
         Name  Flags
      animate  

  public int getBaseline();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.ViewAnimator this
         0: .line 356
            aload 0 /* this */
            invokevirtual android.widget.ViewAnimator.getCurrentView:()Landroid/view/View;
            ifnull 1
            aload 0 /* this */
            invokevirtual android.widget.ViewAnimator.getCurrentView:()Landroid/view/View;
            invokevirtual android.view.View.getBaseline:()I
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            invokespecial android.widget.FrameLayout.getBaseline:()I
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // android.widget.ViewAnimator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/widget/ViewAnimator;

  public java.lang.CharSequence getAccessibilityClassName();
    descriptor: ()Ljava/lang/CharSequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.ViewAnimator this
         0: .line 361
            ldc Landroid/widget/ViewAnimator;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            areturn
        end local 0 // android.widget.ViewAnimator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/ViewAnimator;
}
SourceFile: "ViewAnimator.java"
InnerClasses:
  public LayoutParams = android.view.ViewGroup$LayoutParams of android.view.ViewGroup