public class android.widget.TableRow$LayoutParams extends android.widget.LinearLayout$LayoutParams
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.widget.TableRow$LayoutParams
  super_class: android.widget.LinearLayout$LayoutParams
{
  public int column;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC
    RuntimeVisibleAnnotations: 
      android.view.ViewDebug$ExportedProperty(category = "layout")

  public int span;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC
    RuntimeVisibleAnnotations: 
      android.view.ViewDebug$ExportedProperty(category = "layout")

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

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

  private int[] mOffset;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  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.TableRow$LayoutParams this
         0: .line 422
            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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.TableRow$LayoutParams this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/TableRow$LayoutParams;
    MethodParameters:
       Name  Flags
      c      
      attrs  

  public void <init>(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.widget.TableRow$LayoutParams this
        start local 1 // int w
        start local 2 // int h
         0: .line 440
            aload 0 /* this */
            iload 1 /* w */
            iload 2 /* h */
            invokespecial android.widget.LinearLayout$LayoutParams.<init>:(II)V
         1: .line 412
            aload 0 /* this */
            iconst_2
            newarray 10
            putfield android.widget.TableRow$LayoutParams.mOffset:[I
         2: .line 441
            aload 0 /* this */
            iconst_m1
            putfield android.widget.TableRow$LayoutParams.column:I
         3: .line 442
            aload 0 /* this */
            iconst_1
            putfield android.widget.TableRow$LayoutParams.span:I
         4: .line 443
            return
        end local 2 // int h
        end local 1 // int w
        end local 0 // android.widget.TableRow$LayoutParams this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/widget/TableRow$LayoutParams;
            0    5     1     w  I
            0    5     2     h  I
    MethodParameters:
      Name  Flags
      w     
      h     

  public void <init>(int, int, float);
    descriptor: (IIF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // android.widget.TableRow$LayoutParams this
        start local 1 // int w
        start local 2 // int h
        start local 3 // float initWeight
         0: .line 453
            aload 0 /* this */
            iload 1 /* w */
            iload 2 /* h */
            fload 3 /* initWeight */
            invokespecial android.widget.LinearLayout$LayoutParams.<init>:(IIF)V
         1: .line 412
            aload 0 /* this */
            iconst_2
            newarray 10
            putfield android.widget.TableRow$LayoutParams.mOffset:[I
         2: .line 454
            aload 0 /* this */
            iconst_m1
            putfield android.widget.TableRow$LayoutParams.column:I
         3: .line 455
            aload 0 /* this */
            iconst_1
            putfield android.widget.TableRow$LayoutParams.span:I
         4: .line 456
            return
        end local 3 // float initWeight
        end local 2 // int h
        end local 1 // int w
        end local 0 // android.widget.TableRow$LayoutParams this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Landroid/widget/TableRow$LayoutParams;
            0    5     1           w  I
            0    5     2           h  I
            0    5     3  initWeight  F
    MethodParameters:
            Name  Flags
      w           
      h           
      initWeight  

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.widget.TableRow$LayoutParams this
         0: .line 464
            aload 0 /* this */
            iconst_m1
            bipush -2
            invokespecial android.widget.LinearLayout$LayoutParams.<init>:(II)V
         1: .line 412
            aload 0 /* this */
            iconst_2
            newarray 10
            putfield android.widget.TableRow$LayoutParams.mOffset:[I
         2: .line 465
            aload 0 /* this */
            iconst_m1
            putfield android.widget.TableRow$LayoutParams.column:I
         3: .line 466
            aload 0 /* this */
            iconst_1
            putfield android.widget.TableRow$LayoutParams.span:I
         4: .line 467
            return
        end local 0 // android.widget.TableRow$LayoutParams this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/widget/TableRow$LayoutParams;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.TableRow$LayoutParams this
        start local 1 // int column
         0: .line 479
            aload 0 /* this */
            invokespecial android.widget.TableRow$LayoutParams.<init>:()V
         1: .line 480
            aload 0 /* this */
            iload 1 /* column */
            putfield android.widget.TableRow$LayoutParams.column:I
         2: .line 481
            return
        end local 1 // int column
        end local 0 // android.widget.TableRow$LayoutParams this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Landroid/widget/TableRow$LayoutParams;
            0    3     1  column  I
    MethodParameters:
        Name  Flags
      column  

  public void <init>(android.view.ViewGroup$LayoutParams);
    descriptor: (Landroid/view/ViewGroup$LayoutParams;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.TableRow$LayoutParams this
        start local 1 // android.view.ViewGroup$LayoutParams p
         0: .line 487
            aload 0 /* this */
            aload 1 /* p */
            invokespecial android.widget.LinearLayout$LayoutParams.<init>:(Landroid/view/ViewGroup$LayoutParams;)V
         1: .line 412
            aload 0 /* this */
            iconst_2
            newarray 10
            putfield android.widget.TableRow$LayoutParams.mOffset:[I
         2: .line 488
            return
        end local 1 // android.view.ViewGroup$LayoutParams p
        end local 0 // android.widget.TableRow$LayoutParams this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/widget/TableRow$LayoutParams;
            0    3     1     p  Landroid/view/ViewGroup$LayoutParams;
    MethodParameters:
      Name  Flags
      p     

  public void <init>(android.view.ViewGroup$MarginLayoutParams);
    descriptor: (Landroid/view/ViewGroup$MarginLayoutParams;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.TableRow$LayoutParams this
        start local 1 // android.view.ViewGroup$MarginLayoutParams source
         0: .line 494
            aload 0 /* this */
            aload 1 /* source */
            invokespecial android.widget.LinearLayout$LayoutParams.<init>:(Landroid/view/ViewGroup$MarginLayoutParams;)V
         1: .line 412
            aload 0 /* this */
            iconst_2
            newarray 10
            putfield android.widget.TableRow$LayoutParams.mOffset:[I
         2: .line 495
            return
        end local 1 // android.view.ViewGroup$MarginLayoutParams source
        end local 0 // android.widget.TableRow$LayoutParams this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Landroid/widget/TableRow$LayoutParams;
            0    3     1  source  Landroid/view/ViewGroup$MarginLayoutParams;
    MethodParameters:
        Name  Flags
      source  

  protected void setBaseAttributes(android.content.res.TypedArray, int, int);
    descriptor: (Landroid/content/res/TypedArray;II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // android.widget.TableRow$LayoutParams this
        start local 1 // android.content.res.TypedArray a
        start local 2 // int widthAttr
        start local 3 // int heightAttr
         0: .line 500
            aload 1 /* a */
            iload 2 /* widthAttr */
            invokevirtual android.content.res.TypedArray.hasValue:(I)Z
            ifeq 3
         1: .line 501
            aload 0 /* this */
            aload 1 /* a */
            iload 2 /* widthAttr */
            ldc "layout_width"
            invokevirtual android.content.res.TypedArray.getLayoutDimension:(ILjava/lang/String;)I
            putfield android.widget.TableRow$LayoutParams.width:I
         2: .line 502
            goto 4
         3: .line 503
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            putfield android.widget.TableRow$LayoutParams.width:I
         4: .line 507
      StackMap locals:
      StackMap stack:
            aload 1 /* a */
            iload 3 /* heightAttr */
            invokevirtual android.content.res.TypedArray.hasValue:(I)Z
            ifeq 7
         5: .line 508
            aload 0 /* this */
            aload 1 /* a */
            iload 3 /* heightAttr */
            ldc "layout_height"
            invokevirtual android.content.res.TypedArray.getLayoutDimension:(ILjava/lang/String;)I
            putfield android.widget.TableRow$LayoutParams.height:I
         6: .line 509
            goto 8
         7: .line 510
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush -2
            putfield android.widget.TableRow$LayoutParams.height:I
         8: .line 512
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int heightAttr
        end local 2 // int widthAttr
        end local 1 // android.content.res.TypedArray a
        end local 0 // android.widget.TableRow$LayoutParams this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Landroid/widget/TableRow$LayoutParams;
            0    9     1           a  Landroid/content/res/TypedArray;
            0    9     2   widthAttr  I
            0    9     3  heightAttr  I
    MethodParameters:
            Name  Flags
      a           
      widthAttr   
      heightAttr  

  protected void encodeProperties(android.view.ViewHierarchyEncoder);
    descriptor: (Landroid/view/ViewHierarchyEncoder;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.TableRow$LayoutParams this
        start local 1 // android.view.ViewHierarchyEncoder encoder
         0: .line 517
            aload 0 /* this */
            aload 1 /* encoder */
            invokespecial android.widget.LinearLayout$LayoutParams.encodeProperties:(Landroid/view/ViewHierarchyEncoder;)V
         1: .line 518
            aload 1 /* encoder */
            ldc "layout:column"
            aload 0 /* this */
            getfield android.widget.TableRow$LayoutParams.column:I
            invokevirtual android.view.ViewHierarchyEncoder.addProperty:(Ljava/lang/String;I)V
         2: .line 519
            aload 1 /* encoder */
            ldc "layout:span"
            aload 0 /* this */
            getfield android.widget.TableRow$LayoutParams.span:I
            invokevirtual android.view.ViewHierarchyEncoder.addProperty:(Ljava/lang/String;I)V
         3: .line 520
            return
        end local 1 // android.view.ViewHierarchyEncoder encoder
        end local 0 // android.widget.TableRow$LayoutParams this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Landroid/widget/TableRow$LayoutParams;
            0    4     1  encoder  Landroid/view/ViewHierarchyEncoder;
    MethodParameters:
         Name  Flags
      encoder  
}
SourceFile: "TableRow.java"
NestHost: android.widget.TableRow
InnerClasses:
  public abstract ExportedProperty = android.view.ViewDebug$ExportedProperty of android.view.ViewDebug
  public LayoutParams = android.view.ViewGroup$LayoutParams of android.view.ViewGroup
  public MarginLayoutParams = android.view.ViewGroup$MarginLayoutParams of android.view.ViewGroup
  public LayoutParams = android.widget.LinearLayout$LayoutParams of android.widget.LinearLayout
  public LayoutParams = android.widget.TableRow$LayoutParams of android.widget.TableRow