public class android.widget.ViewSwitcher extends android.widget.ViewAnimator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.widget.ViewSwitcher
  super_class: android.widget.ViewAnimator
{
  android.widget.ViewSwitcher$ViewFactory mFactory;
    descriptor: Landroid/widget/ViewSwitcher$ViewFactory;
    flags: (0x0000) 

  public void <init>(android.content.Context);
    descriptor: (Landroid/content/Context;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.ViewSwitcher this
        start local 1 // android.content.Context context
         0: .line 42
            aload 0 /* this */
            aload 1 /* context */
            invokespecial android.widget.ViewAnimator.<init>:(Landroid/content/Context;)V
         1: .line 43
            return
        end local 1 // android.content.Context context
        end local 0 // android.widget.ViewSwitcher this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Landroid/widget/ViewSwitcher;
            0    2     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.ViewSwitcher this
        start local 1 // android.content.Context context
        start local 2 // android.util.AttributeSet attrs
         0: .line 53
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* attrs */
            invokespecial android.widget.ViewAnimator.<init>:(Landroid/content/Context;Landroid/util/AttributeSet;)V
         1: .line 54
            return
        end local 2 // android.util.AttributeSet attrs
        end local 1 // android.content.Context context
        end local 0 // android.widget.ViewSwitcher this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Landroid/widget/ViewSwitcher;
            0    2     1  context  Landroid/content/Context;
            0    2     2    attrs  Landroid/util/AttributeSet;
    MethodParameters:
         Name  Flags
      context  
      attrs    

  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.ViewSwitcher this
        start local 1 // android.view.View child
        start local 2 // int index
        start local 3 // android.view.ViewGroup$LayoutParams params
         0: .line 63
            aload 0 /* this */
            invokevirtual android.widget.ViewSwitcher.getChildCount:()I
            iconst_2
            if_icmplt 2
         1: .line 64
            new java.lang.IllegalStateException
            dup
            ldc "Can't add more than 2 views to a ViewSwitcher"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 66
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* child */
            iload 2 /* index */
            aload 3 /* params */
            invokespecial android.widget.ViewAnimator.addView:(Landroid/view/View;ILandroid/view/ViewGroup$LayoutParams;)V
         3: .line 67
            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.ViewSwitcher this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Landroid/widget/ViewSwitcher;
            0    4     1   child  Landroid/view/View;
            0    4     2   index  I
            0    4     3  params  Landroid/view/ViewGroup$LayoutParams;
    MethodParameters:
        Name  Flags
      child   
      index   
      params  

  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.ViewSwitcher this
         0: .line 71
            ldc Landroid/widget/ViewSwitcher;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            areturn
        end local 0 // android.widget.ViewSwitcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/ViewSwitcher;

  public android.view.View getNextView();
    descriptor: ()Landroid/view/View;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // android.widget.ViewSwitcher this
         0: .line 80
            aload 0 /* this */
            getfield android.widget.ViewSwitcher.mWhichChild:I
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 1 /* which */
        start local 1 // int which
         3: .line 81
            aload 0 /* this */
            iload 1 /* which */
            invokevirtual android.widget.ViewSwitcher.getChildAt:(I)Landroid/view/View;
            areturn
        end local 1 // int which
        end local 0 // android.widget.ViewSwitcher this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Landroid/widget/ViewSwitcher;
            3    4     1  which  I

  private android.view.View obtainView();
    descriptor: ()Landroid/view/View;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // android.widget.ViewSwitcher this
         0: .line 85
            aload 0 /* this */
            getfield android.widget.ViewSwitcher.mFactory:Landroid/widget/ViewSwitcher$ViewFactory;
            invokeinterface android.widget.ViewSwitcher$ViewFactory.makeView:()Landroid/view/View;
            astore 1 /* child */
        start local 1 // android.view.View child
         1: .line 86
            aload 1 /* child */
            invokevirtual android.view.View.getLayoutParams:()Landroid/view/ViewGroup$LayoutParams;
            checkcast android.widget.FrameLayout$LayoutParams
            astore 2 /* lp */
        start local 2 // android.widget.FrameLayout$LayoutParams lp
         2: .line 87
            aload 2 /* lp */
            ifnonnull 4
         3: .line 88
            new android.widget.FrameLayout$LayoutParams
            dup
            iconst_m1
            bipush -2
            invokespecial android.widget.FrameLayout$LayoutParams.<init>:(II)V
            astore 2 /* lp */
         4: .line 90
      StackMap locals: android.view.View android.widget.FrameLayout$LayoutParams
      StackMap stack:
            aload 0 /* this */
            aload 1 /* child */
            aload 2 /* lp */
            invokevirtual android.widget.ViewSwitcher.addView:(Landroid/view/View;Landroid/view/ViewGroup$LayoutParams;)V
         5: .line 91
            aload 1 /* child */
            areturn
        end local 2 // android.widget.FrameLayout$LayoutParams lp
        end local 1 // android.view.View child
        end local 0 // android.widget.ViewSwitcher this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Landroid/widget/ViewSwitcher;
            1    6     1  child  Landroid/view/View;
            2    6     2     lp  Landroid/widget/FrameLayout$LayoutParams;

  public void setFactory(android.widget.ViewSwitcher$ViewFactory);
    descriptor: (Landroid/widget/ViewSwitcher$ViewFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.ViewSwitcher this
        start local 1 // android.widget.ViewSwitcher$ViewFactory factory
         0: .line 103
            aload 0 /* this */
            aload 1 /* factory */
            putfield android.widget.ViewSwitcher.mFactory:Landroid/widget/ViewSwitcher$ViewFactory;
         1: .line 104
            aload 0 /* this */
            invokevirtual android.widget.ViewSwitcher.obtainView:()Landroid/view/View;
            pop
         2: .line 105
            aload 0 /* this */
            invokevirtual android.widget.ViewSwitcher.obtainView:()Landroid/view/View;
            pop
         3: .line 106
            return
        end local 1 // android.widget.ViewSwitcher$ViewFactory factory
        end local 0 // android.widget.ViewSwitcher this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Landroid/widget/ViewSwitcher;
            0    4     1  factory  Landroid/widget/ViewSwitcher$ViewFactory;
    MethodParameters:
         Name  Flags
      factory  

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // android.widget.ViewSwitcher this
         0: .line 113
            aload 0 /* this */
            iconst_1
            putfield android.widget.ViewSwitcher.mFirstTime:Z
         1: .line 115
            aload 0 /* this */
            iconst_0
            invokevirtual android.widget.ViewSwitcher.getChildAt:(I)Landroid/view/View;
            astore 1 /* v */
        start local 1 // android.view.View v
         2: .line 116
            aload 1 /* v */
            ifnull 4
         3: .line 117
            aload 1 /* v */
            bipush 8
            invokevirtual android.view.View.setVisibility:(I)V
         4: .line 119
      StackMap locals: android.view.View
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual android.widget.ViewSwitcher.getChildAt:(I)Landroid/view/View;
            astore 1 /* v */
         5: .line 120
            aload 1 /* v */
            ifnull 7
         6: .line 121
            aload 1 /* v */
            bipush 8
            invokevirtual android.view.View.setVisibility:(I)V
         7: .line 123
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.view.View v
        end local 0 // android.widget.ViewSwitcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Landroid/widget/ViewSwitcher;
            2    8     1     v  Landroid/view/View;
}
SourceFile: "ViewSwitcher.java"
NestMembers:
  android.widget.ViewSwitcher$ViewFactory
InnerClasses:
  public LayoutParams = android.view.ViewGroup$LayoutParams of android.view.ViewGroup
  public LayoutParams = android.widget.FrameLayout$LayoutParams of android.widget.FrameLayout
  public abstract ViewFactory = android.widget.ViewSwitcher$ViewFactory of android.widget.ViewSwitcher