public class android.widget.TableRow extends android.widget.LinearLayout
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.widget.TableRow
  super_class: android.widget.LinearLayout
{
  private int mNumColumns;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

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

  private android.util.SparseIntArray mColumnToChildIndex;
    descriptor: Landroid/util/SparseIntArray;
    flags: (0x0002) ACC_PRIVATE

  private android.widget.TableRow$ChildrenTracker mChildrenTracker;
    descriptor: Landroid/widget/TableRow$ChildrenTracker;
    flags: (0x0002) ACC_PRIVATE

  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.TableRow this
        start local 1 // android.content.Context context
         0: .line 60
            aload 0 /* this */
            aload 1 /* context */
            invokespecial android.widget.LinearLayout.<init>:(Landroid/content/Context;)V
         1: .line 47
            aload 0 /* this */
            iconst_0
            putfield android.widget.TableRow.mNumColumns:I
         2: .line 61
            aload 0 /* this */
            invokevirtual android.widget.TableRow.initTableRow:()V
         3: .line 62
            return
        end local 1 // android.content.Context context
        end local 0 // android.widget.TableRow this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Landroid/widget/TableRow;
            0    4     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.TableRow this
        start local 1 // android.content.Context context
        start local 2 // android.util.AttributeSet attrs
         0: .line 72
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* attrs */
            invokespecial android.widget.LinearLayout.<init>:(Landroid/content/Context;Landroid/util/AttributeSet;)V
         1: .line 47
            aload 0 /* this */
            iconst_0
            putfield android.widget.TableRow.mNumColumns:I
         2: .line 73
            aload 0 /* this */
            invokevirtual android.widget.TableRow.initTableRow:()V
         3: .line 74
            return
        end local 2 // android.util.AttributeSet attrs
        end local 1 // android.content.Context context
        end local 0 // android.widget.TableRow this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Landroid/widget/TableRow;
            0    4     1  context  Landroid/content/Context;
            0    4     2    attrs  Landroid/util/AttributeSet;
    MethodParameters:
         Name  Flags
      context  
      attrs    

  private void initTableRow();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // android.widget.TableRow this
         0: .line 77
            aload 0 /* this */
            getfield android.widget.TableRow.mOnHierarchyChangeListener:Landroid/view/ViewGroup$OnHierarchyChangeListener;
            astore 1 /* oldListener */
        start local 1 // android.view.ViewGroup$OnHierarchyChangeListener oldListener
         1: .line 78
            aload 0 /* this */
            new android.widget.TableRow$ChildrenTracker
            dup
            aload 0 /* this */
            invokespecial android.widget.TableRow$ChildrenTracker.<init>:(Landroid/widget/TableRow;)V
            putfield android.widget.TableRow.mChildrenTracker:Landroid/widget/TableRow$ChildrenTracker;
         2: .line 79
            aload 1 /* oldListener */
            ifnull 4
         3: .line 80
            aload 0 /* this */
            getfield android.widget.TableRow.mChildrenTracker:Landroid/widget/TableRow$ChildrenTracker;
            aload 1 /* oldListener */
            invokevirtual android.widget.TableRow$ChildrenTracker.setOnHierarchyChangeListener:(Landroid/view/ViewGroup$OnHierarchyChangeListener;)V
         4: .line 82
      StackMap locals: android.view.ViewGroup$OnHierarchyChangeListener
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield android.widget.TableRow.mChildrenTracker:Landroid/widget/TableRow$ChildrenTracker;
            invokespecial android.widget.LinearLayout.setOnHierarchyChangeListener:(Landroid/view/ViewGroup$OnHierarchyChangeListener;)V
         5: .line 83
            return
        end local 1 // android.view.ViewGroup$OnHierarchyChangeListener oldListener
        end local 0 // android.widget.TableRow this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Landroid/widget/TableRow;
            1    6     1  oldListener  Landroid/view/ViewGroup$OnHierarchyChangeListener;

  public void setOnHierarchyChangeListener(android.view.ViewGroup$OnHierarchyChangeListener);
    descriptor: (Landroid/view/ViewGroup$OnHierarchyChangeListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.TableRow this
        start local 1 // android.view.ViewGroup$OnHierarchyChangeListener listener
         0: .line 90
            aload 0 /* this */
            getfield android.widget.TableRow.mChildrenTracker:Landroid/widget/TableRow$ChildrenTracker;
            aload 1 /* listener */
            invokevirtual android.widget.TableRow$ChildrenTracker.setOnHierarchyChangeListener:(Landroid/view/ViewGroup$OnHierarchyChangeListener;)V
         1: .line 91
            return
        end local 1 // android.view.ViewGroup$OnHierarchyChangeListener listener
        end local 0 // android.widget.TableRow this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Landroid/widget/TableRow;
            0    2     1  listener  Landroid/view/ViewGroup$OnHierarchyChangeListener;
    MethodParameters:
          Name  Flags
      listener  

  void setColumnCollapsed(int, boolean);
    descriptor: (IZ)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // android.widget.TableRow this
        start local 1 // int columnIndex
        start local 2 // boolean collapsed
         0: .line 101
            aload 0 /* this */
            iload 1 /* columnIndex */
            invokevirtual android.widget.TableRow.getVirtualChildAt:(I)Landroid/view/View;
            astore 3 /* child */
        start local 3 // android.view.View child
         1: .line 102
            aload 3 /* child */
            ifnull 5
         2: .line 103
            aload 3 /* child */
            iload 2 /* collapsed */
            ifeq 3
            bipush 8
            goto 4
      StackMap locals: android.widget.TableRow int int android.view.View
      StackMap stack: android.view.View
         3: iconst_0
      StackMap locals: android.widget.TableRow int int android.view.View
      StackMap stack: android.view.View int
         4: invokevirtual android.view.View.setVisibility:(I)V
         5: .line 105
      StackMap locals:
      StackMap stack:
            return
        end local 3 // android.view.View child
        end local 2 // boolean collapsed
        end local 1 // int columnIndex
        end local 0 // android.widget.TableRow this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Landroid/widget/TableRow;
            0    6     1  columnIndex  I
            0    6     2    collapsed  Z
            1    6     3        child  Landroid/view/View;
    MethodParameters:
             Name  Flags
      columnIndex  
      collapsed    

  protected void onMeasure(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.widget.TableRow this
        start local 1 // int widthMeasureSpec
        start local 2 // int heightMeasureSpec
         0: .line 113
            aload 0 /* this */
            iload 1 /* widthMeasureSpec */
            iload 2 /* heightMeasureSpec */
            invokevirtual android.widget.TableRow.measureHorizontal:(II)V
         1: .line 114
            return
        end local 2 // int heightMeasureSpec
        end local 1 // int widthMeasureSpec
        end local 0 // android.widget.TableRow this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Landroid/widget/TableRow;
            0    2     1   widthMeasureSpec  I
            0    2     2  heightMeasureSpec  I
    MethodParameters:
                   Name  Flags
      widthMeasureSpec   
      heightMeasureSpec  

  protected void onLayout(boolean, int, int, int, int);
    descriptor: (ZIIII)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // android.widget.TableRow this
        start local 1 // boolean changed
        start local 2 // int l
        start local 3 // int t
        start local 4 // int r
        start local 5 // int b
         0: .line 122
            aload 0 /* this */
            iload 2 /* l */
            iload 3 /* t */
            iload 4 /* r */
            iload 5 /* b */
            invokevirtual android.widget.TableRow.layoutHorizontal:(IIII)V
         1: .line 123
            return
        end local 5 // int b
        end local 4 // int r
        end local 3 // int t
        end local 2 // int l
        end local 1 // boolean changed
        end local 0 // android.widget.TableRow this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Landroid/widget/TableRow;
            0    2     1  changed  Z
            0    2     2        l  I
            0    2     3        t  I
            0    2     4        r  I
            0    2     5        b  I
    MethodParameters:
         Name  Flags
      changed  
      l        
      t        
      r        
      b        

  public android.view.View getVirtualChildAt(int);
    descriptor: (I)Landroid/view/View;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.widget.TableRow this
        start local 1 // int i
         0: .line 130
            aload 0 /* this */
            getfield android.widget.TableRow.mColumnToChildIndex:Landroid/util/SparseIntArray;
            ifnonnull 2
         1: .line 131
            aload 0 /* this */
            invokevirtual android.widget.TableRow.mapIndexAndColumns:()V
         2: .line 134
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.TableRow.mColumnToChildIndex:Landroid/util/SparseIntArray;
            iload 1 /* i */
            iconst_m1
            invokevirtual android.util.SparseIntArray.get:(II)I
            istore 2 /* deflectedIndex */
        start local 2 // int deflectedIndex
         3: .line 135
            iload 2 /* deflectedIndex */
            iconst_m1
            if_icmpeq 5
         4: .line 136
            aload 0 /* this */
            iload 2 /* deflectedIndex */
            invokevirtual android.widget.TableRow.getChildAt:(I)Landroid/view/View;
            areturn
         5: .line 139
      StackMap locals: int
      StackMap stack:
            aconst_null
            areturn
        end local 2 // int deflectedIndex
        end local 1 // int i
        end local 0 // android.widget.TableRow this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Landroid/widget/TableRow;
            0    6     1               i  I
            3    6     2  deflectedIndex  I
    MethodParameters:
      Name  Flags
      i     

  public int getVirtualChildCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.TableRow this
         0: .line 147
            aload 0 /* this */
            getfield android.widget.TableRow.mColumnToChildIndex:Landroid/util/SparseIntArray;
            ifnonnull 2
         1: .line 148
            aload 0 /* this */
            invokevirtual android.widget.TableRow.mapIndexAndColumns:()V
         2: .line 150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.TableRow.mNumColumns:I
            ireturn
        end local 0 // android.widget.TableRow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/widget/TableRow;

  private void mapIndexAndColumns();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=8, args_size=1
        start local 0 // android.widget.TableRow this
         0: .line 154
            aload 0 /* this */
            getfield android.widget.TableRow.mColumnToChildIndex:Landroid/util/SparseIntArray;
            ifnonnull 19
         1: .line 155
            iconst_0
            istore 1 /* virtualCount */
        start local 1 // int virtualCount
         2: .line 156
            aload 0 /* this */
            invokevirtual android.widget.TableRow.getChildCount:()I
            istore 2 /* count */
        start local 2 // int count
         3: .line 158
            aload 0 /* this */
            new android.util.SparseIntArray
            dup
            invokespecial android.util.SparseIntArray.<init>:()V
            putfield android.widget.TableRow.mColumnToChildIndex:Landroid/util/SparseIntArray;
         4: .line 159
            aload 0 /* this */
            getfield android.widget.TableRow.mColumnToChildIndex:Landroid/util/SparseIntArray;
            astore 3 /* columnToChild */
        start local 3 // android.util.SparseIntArray columnToChild
         5: .line 161
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         6: goto 17
         7: .line 162
      StackMap locals: android.widget.TableRow int int android.util.SparseIntArray int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* i */
            invokevirtual android.widget.TableRow.getChildAt:(I)Landroid/view/View;
            astore 5 /* child */
        start local 5 // android.view.View child
         8: .line 163
            aload 5 /* child */
            invokevirtual android.view.View.getLayoutParams:()Landroid/view/ViewGroup$LayoutParams;
            checkcast android.widget.TableRow$LayoutParams
            astore 6 /* layoutParams */
        start local 6 // android.widget.TableRow$LayoutParams layoutParams
         9: .line 165
            aload 6 /* layoutParams */
            getfield android.widget.TableRow$LayoutParams.column:I
            iload 1 /* virtualCount */
            if_icmplt 11
        10: .line 166
            aload 6 /* layoutParams */
            getfield android.widget.TableRow$LayoutParams.column:I
            istore 1 /* virtualCount */
        11: .line 169
      StackMap locals: android.view.View android.widget.TableRow$LayoutParams
      StackMap stack:
            iconst_0
            istore 7 /* j */
        start local 7 // int j
        12: goto 15
        13: .line 170
      StackMap locals: int
      StackMap stack:
            aload 3 /* columnToChild */
            iload 1 /* virtualCount */
            iinc 1 /* virtualCount */ 1
            iload 4 /* i */
            invokevirtual android.util.SparseIntArray.put:(II)V
        14: .line 169
            iinc 7 /* j */ 1
      StackMap locals:
      StackMap stack:
        15: iload 7 /* j */
            aload 6 /* layoutParams */
            getfield android.widget.TableRow$LayoutParams.span:I
            if_icmplt 13
        end local 7 // int j
        end local 6 // android.widget.TableRow$LayoutParams layoutParams
        end local 5 // android.view.View child
        16: .line 161
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 4 /* i */
            iload 2 /* count */
            if_icmplt 7
        end local 4 // int i
        18: .line 174
            aload 0 /* this */
            iload 1 /* virtualCount */
            putfield android.widget.TableRow.mNumColumns:I
        end local 3 // android.util.SparseIntArray columnToChild
        end local 2 // int count
        end local 1 // int virtualCount
        19: .line 176
      StackMap locals: android.widget.TableRow
      StackMap stack:
            return
        end local 0 // android.widget.TableRow this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   20     0           this  Landroid/widget/TableRow;
            2   19     1   virtualCount  I
            3   19     2          count  I
            5   19     3  columnToChild  Landroid/util/SparseIntArray;
            6   18     4              i  I
            8   16     5          child  Landroid/view/View;
            9   16     6   layoutParams  Landroid/widget/TableRow$LayoutParams;
           12   16     7              j  I

  int measureNullChild(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.TableRow this
        start local 1 // int childIndex
         0: .line 183
            aload 0 /* this */
            getfield android.widget.TableRow.mConstrainedColumnWidths:[I
            iload 1 /* childIndex */
            iaload
            ireturn
        end local 1 // int childIndex
        end local 0 // android.widget.TableRow this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Landroid/widget/TableRow;
            0    1     1  childIndex  I
    MethodParameters:
            Name  Flags
      childIndex  

  void measureChildBeforeLayout(android.view.View, int, int, int, int, int);
    descriptor: (Landroid/view/View;IIIII)V
    flags: (0x0000) 
    Code:
      stack=7, locals=19, args_size=7
        start local 0 // android.widget.TableRow this
        start local 1 // android.view.View child
        start local 2 // int childIndex
        start local 3 // int widthMeasureSpec
        start local 4 // int totalWidth
        start local 5 // int heightMeasureSpec
        start local 6 // int totalHeight
         0: .line 193
            aload 0 /* this */
            getfield android.widget.TableRow.mConstrainedColumnWidths:[I
            ifnull 39
         1: .line 194
            aload 1 /* child */
            invokevirtual android.view.View.getLayoutParams:()Landroid/view/ViewGroup$LayoutParams;
            checkcast android.widget.TableRow$LayoutParams
            astore 7 /* lp */
        start local 7 // android.widget.TableRow$LayoutParams lp
         2: .line 196
            ldc 1073741824
            istore 8 /* measureMode */
        start local 8 // int measureMode
         3: .line 197
            iconst_0
            istore 9 /* columnWidth */
        start local 9 // int columnWidth
         4: .line 199
            aload 7 /* lp */
            getfield android.widget.TableRow$LayoutParams.span:I
            istore 10 /* span */
        start local 10 // int span
         5: .line 200
            aload 0 /* this */
            getfield android.widget.TableRow.mConstrainedColumnWidths:[I
            astore 11 /* constrainedColumnWidths */
        start local 11 // int[] constrainedColumnWidths
         6: .line 201
            iconst_0
            istore 12 /* i */
        start local 12 // int i
         7: goto 10
         8: .line 202
      StackMap locals: android.widget.TableRow android.view.View int int int int int android.widget.TableRow$LayoutParams int int int int[] int
      StackMap stack:
            iload 9 /* columnWidth */
            aload 11 /* constrainedColumnWidths */
            iload 2 /* childIndex */
            iload 12 /* i */
            iadd
            iaload
            iadd
            istore 9 /* columnWidth */
         9: .line 201
            iinc 12 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 12 /* i */
            iload 10 /* span */
            if_icmplt 8
        end local 12 // int i
        11: .line 205
            aload 7 /* lp */
            getfield android.widget.TableRow$LayoutParams.gravity:I
            istore 12 /* gravity */
        start local 12 // int gravity
        12: .line 206
            iload 12 /* gravity */
            invokestatic android.view.Gravity.isHorizontal:(I)Z
            istore 13 /* isHorizontalGravity */
        start local 13 // boolean isHorizontalGravity
        13: .line 208
            iload 13 /* isHorizontalGravity */
            ifeq 15
        14: .line 209
            ldc -2147483648
            istore 8 /* measureMode */
        15: .line 216
      StackMap locals: int
      StackMap stack:
            iconst_0
            iload 9 /* columnWidth */
            aload 7 /* lp */
            getfield android.widget.TableRow$LayoutParams.leftMargin:I
            isub
            aload 7 /* lp */
            getfield android.widget.TableRow$LayoutParams.rightMargin:I
            isub
            invokestatic java.lang.Math.max:(II)I
            iload 8 /* measureMode */
        16: .line 215
            invokestatic android.view.View$MeasureSpec.makeMeasureSpec:(II)I
            istore 14 /* childWidthMeasureSpec */
        start local 14 // int childWidthMeasureSpec
        17: .line 218
            iload 5 /* heightMeasureSpec */
        18: .line 219
            aload 0 /* this */
            getfield android.widget.TableRow.mPaddingTop:I
            aload 0 /* this */
            getfield android.widget.TableRow.mPaddingBottom:I
            iadd
            aload 7 /* lp */
            getfield android.widget.TableRow$LayoutParams.topMargin:I
            iadd
        19: .line 220
            aload 7 /* lp */
            getfield android.widget.TableRow$LayoutParams.bottomMargin:I
        20: .line 219
            iadd
        21: .line 220
            iload 6 /* totalHeight */
        22: .line 219
            iadd
        23: .line 220
            aload 7 /* lp */
            getfield android.widget.TableRow$LayoutParams.height:I
        24: .line 218
            invokestatic android.widget.TableRow.getChildMeasureSpec:(III)I
            istore 15 /* childHeightMeasureSpec */
        start local 15 // int childHeightMeasureSpec
        25: .line 222
            aload 1 /* child */
            iload 14 /* childWidthMeasureSpec */
            iload 15 /* childHeightMeasureSpec */
            invokevirtual android.view.View.measure:(II)V
        26: .line 224
            iload 13 /* isHorizontalGravity */
            ifeq 37
        27: .line 225
            aload 1 /* child */
            invokevirtual android.view.View.getMeasuredWidth:()I
            istore 16 /* childWidth */
        start local 16 // int childWidth
        28: .line 226
            aload 7 /* lp */
            getfield android.widget.TableRow$LayoutParams.mOffset:[I
            iconst_1
            iload 9 /* columnWidth */
            iload 16 /* childWidth */
            isub
            iastore
        29: .line 228
            aload 0 /* this */
            invokevirtual android.widget.TableRow.getLayoutDirection:()I
            istore 17 /* layoutDirection */
        start local 17 // int layoutDirection
        30: .line 229
            iload 12 /* gravity */
            iload 17 /* layoutDirection */
            invokestatic android.view.Gravity.getAbsoluteGravity:(II)I
            istore 18 /* absoluteGravity */
        start local 18 // int absoluteGravity
        31: .line 230
            iload 18 /* absoluteGravity */
            bipush 7
            iand
            tableswitch { // 1 - 5
                    1: 35
                    2: 36
                    3: 32
                    4: 36
                    5: 33
              default: 36
          }
        32: .line 233
      StackMap locals: android.widget.TableRow android.view.View int int int int int android.widget.TableRow$LayoutParams int int int int[] int int int int int int int
      StackMap stack:
            goto 42
        33: .line 235
      StackMap locals:
      StackMap stack:
            aload 7 /* lp */
            getfield android.widget.TableRow$LayoutParams.mOffset:[I
            iconst_0
            aload 7 /* lp */
            getfield android.widget.TableRow$LayoutParams.mOffset:[I
            iconst_1
            iaload
            iastore
        34: .line 236
            goto 42
        35: .line 238
      StackMap locals:
      StackMap stack:
            aload 7 /* lp */
            getfield android.widget.TableRow$LayoutParams.mOffset:[I
            iconst_0
            aload 7 /* lp */
            getfield android.widget.TableRow$LayoutParams.mOffset:[I
            iconst_1
            iaload
            iconst_2
            idiv
            iastore
        end local 18 // int absoluteGravity
        end local 17 // int layoutDirection
        end local 16 // int childWidth
        36: .line 241
      StackMap locals:
      StackMap stack:
            goto 42
        37: .line 242
      StackMap locals:
      StackMap stack:
            aload 7 /* lp */
            getfield android.widget.TableRow$LayoutParams.mOffset:[I
            iconst_0
            aload 7 /* lp */
            getfield android.widget.TableRow$LayoutParams.mOffset:[I
            iconst_1
            iconst_0
            dup_x2
            iastore
            iastore
        end local 15 // int childHeightMeasureSpec
        end local 14 // int childWidthMeasureSpec
        end local 13 // boolean isHorizontalGravity
        end local 12 // int gravity
        end local 11 // int[] constrainedColumnWidths
        end local 10 // int span
        end local 9 // int columnWidth
        end local 8 // int measureMode
        end local 7 // android.widget.TableRow$LayoutParams lp
        38: .line 244
            goto 42
        39: .line 246
      StackMap locals: android.widget.TableRow android.view.View int int int int int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* child */
            iload 2 /* childIndex */
            iload 3 /* widthMeasureSpec */
        40: .line 247
            iload 4 /* totalWidth */
            iload 5 /* heightMeasureSpec */
            iload 6 /* totalHeight */
        41: .line 246
            invokespecial android.widget.LinearLayout.measureChildBeforeLayout:(Landroid/view/View;IIIII)V
        42: .line 249
      StackMap locals:
      StackMap stack:
            return
        end local 6 // int totalHeight
        end local 5 // int heightMeasureSpec
        end local 4 // int totalWidth
        end local 3 // int widthMeasureSpec
        end local 2 // int childIndex
        end local 1 // android.view.View child
        end local 0 // android.widget.TableRow this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   43     0                     this  Landroid/widget/TableRow;
            0   43     1                    child  Landroid/view/View;
            0   43     2               childIndex  I
            0   43     3         widthMeasureSpec  I
            0   43     4               totalWidth  I
            0   43     5        heightMeasureSpec  I
            0   43     6              totalHeight  I
            2   38     7                       lp  Landroid/widget/TableRow$LayoutParams;
            3   38     8              measureMode  I
            4   38     9              columnWidth  I
            5   38    10                     span  I
            6   38    11  constrainedColumnWidths  [I
            7   11    12                        i  I
           12   38    12                  gravity  I
           13   38    13      isHorizontalGravity  Z
           17   38    14    childWidthMeasureSpec  I
           25   38    15   childHeightMeasureSpec  I
           28   36    16               childWidth  I
           30   36    17          layoutDirection  I
           31   36    18          absoluteGravity  I
    MethodParameters:
                   Name  Flags
      child              
      childIndex         
      widthMeasureSpec   
      totalWidth         
      heightMeasureSpec  
      totalHeight        

  int getChildrenSkipCount(android.view.View, int);
    descriptor: (Landroid/view/View;I)I
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // android.widget.TableRow this
        start local 1 // android.view.View child
        start local 2 // int index
         0: .line 256
            aload 1 /* child */
            invokevirtual android.view.View.getLayoutParams:()Landroid/view/ViewGroup$LayoutParams;
            checkcast android.widget.TableRow$LayoutParams
            astore 3 /* layoutParams */
        start local 3 // android.widget.TableRow$LayoutParams layoutParams
         1: .line 259
            aload 3 /* layoutParams */
            getfield android.widget.TableRow$LayoutParams.span:I
            iconst_1
            isub
            ireturn
        end local 3 // android.widget.TableRow$LayoutParams layoutParams
        end local 2 // int index
        end local 1 // android.view.View child
        end local 0 // android.widget.TableRow this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Landroid/widget/TableRow;
            0    2     1         child  Landroid/view/View;
            0    2     2         index  I
            1    2     3  layoutParams  Landroid/widget/TableRow$LayoutParams;
    MethodParameters:
       Name  Flags
      child  
      index  

  int getLocationOffset(android.view.View);
    descriptor: (Landroid/view/View;)I
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.TableRow this
        start local 1 // android.view.View child
         0: .line 267
            aload 1 /* child */
            invokevirtual android.view.View.getLayoutParams:()Landroid/view/ViewGroup$LayoutParams;
            checkcast android.widget.TableRow$LayoutParams
            getfield android.widget.TableRow$LayoutParams.mOffset:[I
            iconst_0
            iaload
            ireturn
        end local 1 // android.view.View child
        end local 0 // android.widget.TableRow this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Landroid/widget/TableRow;
            0    1     1  child  Landroid/view/View;
    MethodParameters:
       Name  Flags
      child  

  int getNextLocationOffset(android.view.View);
    descriptor: (Landroid/view/View;)I
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.TableRow this
        start local 1 // android.view.View child
         0: .line 275
            aload 1 /* child */
            invokevirtual android.view.View.getLayoutParams:()Landroid/view/ViewGroup$LayoutParams;
            checkcast android.widget.TableRow$LayoutParams
            getfield android.widget.TableRow$LayoutParams.mOffset:[I
            iconst_1
            iaload
            ireturn
        end local 1 // android.view.View child
        end local 0 // android.widget.TableRow this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Landroid/widget/TableRow;
            0    1     1  child  Landroid/view/View;
    MethodParameters:
       Name  Flags
      child  

  int[] getColumnsWidths(int, int);
    descriptor: (II)[I
    flags: (0x0000) 
    Code:
      stack=3, locals=10, args_size=3
        start local 0 // android.widget.TableRow this
        start local 1 // int widthMeasureSpec
        start local 2 // int heightMeasureSpec
         0: .line 288
            aload 0 /* this */
            invokevirtual android.widget.TableRow.getVirtualChildCount:()I
            istore 3 /* numColumns */
        start local 3 // int numColumns
         1: .line 289
            aload 0 /* this */
            getfield android.widget.TableRow.mColumnWidths:[I
            ifnull 2
            iload 3 /* numColumns */
            aload 0 /* this */
            getfield android.widget.TableRow.mColumnWidths:[I
            arraylength
            if_icmpeq 3
         2: .line 290
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* numColumns */
            newarray 10
            putfield android.widget.TableRow.mColumnWidths:[I
         3: .line 293
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.TableRow.mColumnWidths:[I
            astore 4 /* columnWidths */
        start local 4 // int[] columnWidths
         4: .line 295
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         5: goto 28
         6: .line 296
      StackMap locals: int[] int
      StackMap stack:
            aload 0 /* this */
            iload 5 /* i */
            invokevirtual android.widget.TableRow.getVirtualChildAt:(I)Landroid/view/View;
            astore 6 /* child */
        start local 6 // android.view.View child
         7: .line 297
            aload 6 /* child */
            ifnull 26
            aload 6 /* child */
            invokevirtual android.view.View.getVisibility:()I
            bipush 8
            if_icmpeq 26
         8: .line 298
            aload 6 /* child */
            invokevirtual android.view.View.getLayoutParams:()Landroid/view/ViewGroup$LayoutParams;
            checkcast android.widget.TableRow$LayoutParams
            astore 7 /* layoutParams */
        start local 7 // android.widget.TableRow$LayoutParams layoutParams
         9: .line 299
            aload 7 /* layoutParams */
            getfield android.widget.TableRow$LayoutParams.span:I
            iconst_1
            if_icmpne 24
        10: .line 301
            aload 7 /* layoutParams */
            getfield android.widget.TableRow$LayoutParams.width:I
            tableswitch { // -2 - -1
                   -2: 11
                   -1: 13
              default: 17
          }
        11: .line 303
      StackMap locals: android.view.View android.widget.TableRow$LayoutParams
      StackMap stack:
            iload 1 /* widthMeasureSpec */
            iconst_0
            bipush -2
            invokestatic android.widget.TableRow.getChildMeasureSpec:(III)I
            istore 8 /* spec */
        start local 8 // int spec
        12: .line 304
            goto 18
        end local 8 // int spec
        13: .line 307
      StackMap locals:
      StackMap stack:
            iload 2 /* heightMeasureSpec */
            invokestatic android.view.View$MeasureSpec.getSize:(I)I
        14: .line 308
            iconst_0
        15: .line 306
            invokestatic android.view.View$MeasureSpec.makeSafeMeasureSpec:(II)I
            istore 8 /* spec */
        start local 8 // int spec
        16: .line 309
            goto 18
        end local 8 // int spec
        17: .line 311
      StackMap locals:
      StackMap stack:
            aload 7 /* layoutParams */
            getfield android.widget.TableRow$LayoutParams.width:I
            ldc 1073741824
            invokestatic android.view.View$MeasureSpec.makeMeasureSpec:(II)I
            istore 8 /* spec */
        start local 8 // int spec
        18: .line 313
      StackMap locals: int
      StackMap stack:
            aload 6 /* child */
            iload 8 /* spec */
            iload 8 /* spec */
            invokevirtual android.view.View.measure:(II)V
        19: .line 315
            aload 6 /* child */
            invokevirtual android.view.View.getMeasuredWidth:()I
            aload 7 /* layoutParams */
            getfield android.widget.TableRow$LayoutParams.leftMargin:I
            iadd
        20: .line 316
            aload 7 /* layoutParams */
            getfield android.widget.TableRow$LayoutParams.rightMargin:I
        21: .line 315
            iadd
            istore 9 /* width */
        start local 9 // int width
        22: .line 317
            aload 4 /* columnWidths */
            iload 5 /* i */
            iload 9 /* width */
            iastore
        end local 9 // int width
        end local 8 // int spec
        23: .line 318
            goto 27
        24: .line 319
      StackMap locals:
      StackMap stack:
            aload 4 /* columnWidths */
            iload 5 /* i */
            iconst_0
            iastore
        end local 7 // android.widget.TableRow$LayoutParams layoutParams
        25: .line 321
            goto 27
        26: .line 322
      StackMap locals:
      StackMap stack:
            aload 4 /* columnWidths */
            iload 5 /* i */
            iconst_0
            iastore
        end local 6 // android.view.View child
        27: .line 295
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        28: iload 5 /* i */
            iload 3 /* numColumns */
            if_icmplt 6
        end local 5 // int i
        29: .line 326
            aload 4 /* columnWidths */
            areturn
        end local 4 // int[] columnWidths
        end local 3 // int numColumns
        end local 2 // int heightMeasureSpec
        end local 1 // int widthMeasureSpec
        end local 0 // android.widget.TableRow this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   30     0               this  Landroid/widget/TableRow;
            0   30     1   widthMeasureSpec  I
            0   30     2  heightMeasureSpec  I
            1   30     3         numColumns  I
            4   30     4       columnWidths  [I
            5   29     5                  i  I
            7   27     6              child  Landroid/view/View;
            9   25     7       layoutParams  Landroid/widget/TableRow$LayoutParams;
           12   13     8               spec  I
           16   17     8               spec  I
           18   23     8               spec  I
           22   23     9              width  I
    MethodParameters:
                   Name  Flags
      widthMeasureSpec   
      heightMeasureSpec  

  void setColumnsWidthConstraints(int[]);
    descriptor: ([I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.TableRow this
        start local 1 // int[] columnWidths
         0: .line 341
            aload 1 /* columnWidths */
            ifnull 1
            aload 1 /* columnWidths */
            arraylength
            aload 0 /* this */
            invokevirtual android.widget.TableRow.getVirtualChildCount:()I
            if_icmpge 4
         1: .line 342
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
         2: .line 343
            ldc "columnWidths should be >= getVirtualChildCount()"
         3: .line 342
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 346
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* columnWidths */
            putfield android.widget.TableRow.mConstrainedColumnWidths:[I
         5: .line 347
            return
        end local 1 // int[] columnWidths
        end local 0 // android.widget.TableRow this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Landroid/widget/TableRow;
            0    6     1  columnWidths  [I
    MethodParameters:
              Name  Flags
      columnWidths  

  public android.widget.TableRow$LayoutParams generateLayoutParams(android.util.AttributeSet);
    descriptor: (Landroid/util/AttributeSet;)Landroid/widget/TableRow$LayoutParams;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // android.widget.TableRow this
        start local 1 // android.util.AttributeSet attrs
         0: .line 354
            new android.widget.TableRow$LayoutParams
            dup
            aload 0 /* this */
            invokevirtual android.widget.TableRow.getContext:()Landroid/content/Context;
            aload 1 /* attrs */
            invokespecial android.widget.TableRow$LayoutParams.<init>:(Landroid/content/Context;Landroid/util/AttributeSet;)V
            areturn
        end local 1 // android.util.AttributeSet attrs
        end local 0 // android.widget.TableRow this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Landroid/widget/TableRow;
            0    1     1  attrs  Landroid/util/AttributeSet;
    MethodParameters:
       Name  Flags
      attrs  

  protected android.widget.LinearLayout$LayoutParams generateDefaultLayoutParams();
    descriptor: ()Landroid/widget/LinearLayout$LayoutParams;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.widget.TableRow this
         0: .line 364
            new android.widget.TableRow$LayoutParams
            dup
            invokespecial android.widget.TableRow$LayoutParams.<init>:()V
            areturn
        end local 0 // android.widget.TableRow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/TableRow;

  protected boolean checkLayoutParams(android.view.ViewGroup$LayoutParams);
    descriptor: (Landroid/view/ViewGroup$LayoutParams;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // android.widget.TableRow this
        start local 1 // android.view.ViewGroup$LayoutParams p
         0: .line 372
            aload 1 /* p */
            instanceof android.widget.TableRow$LayoutParams
            ireturn
        end local 1 // android.view.ViewGroup$LayoutParams p
        end local 0 // android.widget.TableRow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/TableRow;
            0    1     1     p  Landroid/view/ViewGroup$LayoutParams;
    MethodParameters:
      Name  Flags
      p     

  protected android.widget.LinearLayout$LayoutParams generateLayoutParams(android.view.ViewGroup$LayoutParams);
    descriptor: (Landroid/view/ViewGroup$LayoutParams;)Landroid/widget/LinearLayout$LayoutParams;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.TableRow this
        start local 1 // android.view.ViewGroup$LayoutParams p
         0: .line 380
            new android.widget.TableRow$LayoutParams
            dup
            aload 1 /* p */
            invokespecial android.widget.TableRow$LayoutParams.<init>:(Landroid/view/ViewGroup$LayoutParams;)V
            areturn
        end local 1 // android.view.ViewGroup$LayoutParams p
        end local 0 // android.widget.TableRow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/TableRow;
            0    1     1     p  Landroid/view/ViewGroup$LayoutParams;
    MethodParameters:
      Name  Flags
      p     

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

  protected android.view.ViewGroup$LayoutParams generateDefaultLayoutParams();
    descriptor: ()Landroid/view/ViewGroup$LayoutParams;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual android.widget.TableRow.generateDefaultLayoutParams:()Landroid/widget/LinearLayout$LayoutParams;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected android.view.ViewGroup$LayoutParams generateLayoutParams(android.view.ViewGroup$LayoutParams);
    descriptor: (Landroid/view/ViewGroup$LayoutParams;)Landroid/view/ViewGroup$LayoutParams;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual android.widget.TableRow.generateLayoutParams:(Landroid/view/ViewGroup$LayoutParams;)Landroid/widget/LinearLayout$LayoutParams;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public android.widget.LinearLayout$LayoutParams generateLayoutParams(android.util.AttributeSet);
    descriptor: (Landroid/util/AttributeSet;)Landroid/widget/LinearLayout$LayoutParams;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual android.widget.TableRow.generateLayoutParams:(Landroid/util/AttributeSet;)Landroid/widget/TableRow$LayoutParams;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public android.view.ViewGroup$LayoutParams generateLayoutParams(android.util.AttributeSet);
    descriptor: (Landroid/util/AttributeSet;)Landroid/view/ViewGroup$LayoutParams;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual android.widget.TableRow.generateLayoutParams:(Landroid/util/AttributeSet;)Landroid/widget/TableRow$LayoutParams;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "TableRow.java"
NestMembers:
  android.widget.TableRow$ChildrenTracker  android.widget.TableRow$LayoutParams
InnerClasses:
  public MeasureSpec = android.view.View$MeasureSpec of android.view.View
  public LayoutParams = android.view.ViewGroup$LayoutParams of android.view.ViewGroup
  public abstract OnHierarchyChangeListener = android.view.ViewGroup$OnHierarchyChangeListener of android.view.ViewGroup
  public LayoutParams = android.widget.LinearLayout$LayoutParams of android.widget.LinearLayout
  private ChildrenTracker = android.widget.TableRow$ChildrenTracker of android.widget.TableRow
  public LayoutParams = android.widget.TableRow$LayoutParams of android.widget.TableRow