class android.widget.TabHost$ViewIdContentStrategy implements android.widget.TabHost$ContentStrategy
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.widget.TabHost$ViewIdContentStrategy
  super_class: java.lang.Object
{
  private final android.view.View mView;
    descriptor: Landroid/view/View;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final android.widget.TabHost this$0;
    descriptor: Landroid/widget/TabHost;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(android.widget.TabHost, int);
    descriptor: (Landroid/widget/TabHost;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // android.widget.TabHost$ViewIdContentStrategy this
        start local 2 // int viewId
         0: .line 708
            aload 0 /* this */
            aload 1
            putfield android.widget.TabHost$ViewIdContentStrategy.this$0:Landroid/widget/TabHost;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 709
            aload 0 /* this */
            aload 1
            getfield android.widget.TabHost.mTabContent:Landroid/widget/FrameLayout;
            iload 2 /* viewId */
            invokevirtual android.widget.FrameLayout.findViewById:(I)Landroid/view/View;
            putfield android.widget.TabHost$ViewIdContentStrategy.mView:Landroid/view/View;
         2: .line 710
            aload 0 /* this */
            getfield android.widget.TabHost$ViewIdContentStrategy.mView:Landroid/view/View;
            ifnull 5
         3: .line 711
            aload 0 /* this */
            getfield android.widget.TabHost$ViewIdContentStrategy.mView:Landroid/view/View;
            bipush 8
            invokevirtual android.view.View.setVisibility:(I)V
         4: .line 712
            goto 8
         5: .line 713
      StackMap locals: android.widget.TabHost$ViewIdContentStrategy android.widget.TabHost int
      StackMap stack:
            new java.lang.RuntimeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Could not create tab content because could not find view with id "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         6: .line 714
            iload 2 /* viewId */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         7: .line 713
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 716
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int viewId
        end local 0 // android.widget.TabHost$ViewIdContentStrategy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Landroid/widget/TabHost$ViewIdContentStrategy;
            0    9     2  viewId  I
    MethodParameters:
        Name  Flags
      this$0  final
      viewId  

  public android.view.View getContentView();
    descriptor: ()Landroid/view/View;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.widget.TabHost$ViewIdContentStrategy this
         0: .line 719
            aload 0 /* this */
            getfield android.widget.TabHost$ViewIdContentStrategy.mView:Landroid/view/View;
            iconst_0
            invokevirtual android.view.View.setVisibility:(I)V
         1: .line 720
            aload 0 /* this */
            getfield android.widget.TabHost$ViewIdContentStrategy.mView:Landroid/view/View;
            areturn
        end local 0 // android.widget.TabHost$ViewIdContentStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/widget/TabHost$ViewIdContentStrategy;

  public void tabClosed();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.widget.TabHost$ViewIdContentStrategy this
         0: .line 724
            aload 0 /* this */
            getfield android.widget.TabHost$ViewIdContentStrategy.mView:Landroid/view/View;
            bipush 8
            invokevirtual android.view.View.setVisibility:(I)V
         1: .line 725
            return
        end local 0 // android.widget.TabHost$ViewIdContentStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/widget/TabHost$ViewIdContentStrategy;
}
SourceFile: "TabHost.java"
NestHost: android.widget.TabHost
InnerClasses:
  private abstract ContentStrategy = android.widget.TabHost$ContentStrategy of android.widget.TabHost
  private ViewIdContentStrategy = android.widget.TabHost$ViewIdContentStrategy of android.widget.TabHost