public final class com.android.printspooler.widget.PrintOptionsLayout extends android.view.ViewGroup
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.android.printspooler.widget.PrintOptionsLayout
  super_class: android.view.ViewGroup
{
  private int mColumnCount;
    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 // com.android.printspooler.widget.PrintOptionsLayout this
         0: .line 25
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.android.printspooler.R cannot be resolved\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.printspooler.widget.PrintOptionsLayout this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/printspooler/widget/PrintOptionsLayout;
    MethodParameters:
         Name  Flags
      context  
      attrs    

  public void setColumnCount(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.android.printspooler.widget.PrintOptionsLayout this
        start local 1 // int columnCount
         0: .line 47
            aload 0 /* this */
            getfield com.android.printspooler.widget.PrintOptionsLayout.mColumnCount:I
            iload 1 /* columnCount */
            if_icmpeq 3
         1: .line 48
            aload 0 /* this */
            iload 1 /* columnCount */
            putfield com.android.printspooler.widget.PrintOptionsLayout.mColumnCount:I
         2: .line 49
            aload 0 /* this */
            invokevirtual com.android.printspooler.widget.PrintOptionsLayout.requestLayout:()V
         3: .line 51
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int columnCount
        end local 0 // com.android.printspooler.widget.PrintOptionsLayout this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lcom/android/printspooler/widget/PrintOptionsLayout;
            0    4     1  columnCount  I
    MethodParameters:
             Name  Flags
      columnCount  

  protected void onMeasure(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=19, args_size=3
        start local 0 // com.android.printspooler.widget.PrintOptionsLayout this
        start local 1 // int widthMeasureSpec
        start local 2 // int heightMeasureSpec
         0: .line 55
            iload 1 /* widthMeasureSpec */
            invokestatic android.view.View$MeasureSpec.getMode:(I)I
            pop
         1: .line 56
            iload 1 /* widthMeasureSpec */
            invokestatic android.view.View$MeasureSpec.getSize:(I)I
            istore 3 /* widthSize */
        start local 3 // int widthSize
         2: .line 58
            iload 3 /* widthSize */
            ifeq 4
         3: .line 59
            iload 3 /* widthSize */
            aload 0 /* this */
            getfield com.android.printspooler.widget.PrintOptionsLayout.mPaddingLeft:I
            isub
            aload 0 /* this */
            getfield com.android.printspooler.widget.PrintOptionsLayout.mPaddingRight:I
            isub
            aload 0 /* this */
            getfield com.android.printspooler.widget.PrintOptionsLayout.mColumnCount:I
            idiv
            goto 5
      StackMap locals: int
      StackMap stack:
         4: iconst_0
         5: .line 58
      StackMap locals:
      StackMap stack: int
            istore 4 /* columnWidth */
        start local 4 // int columnWidth
         6: .line 61
            iconst_0
            istore 5 /* width */
        start local 5 // int width
         7: .line 62
            iconst_0
            istore 6 /* height */
        start local 6 // int height
         8: .line 63
            iconst_0
            istore 7 /* childState */
        start local 7 // int childState
         9: .line 65
            aload 0 /* this */
            invokevirtual com.android.printspooler.widget.PrintOptionsLayout.getChildCount:()I
            istore 8 /* childCount */
        start local 8 // int childCount
        10: .line 66
            iload 8 /* childCount */
            aload 0 /* this */
            getfield com.android.printspooler.widget.PrintOptionsLayout.mColumnCount:I
            idiv
            iload 8 /* childCount */
            aload 0 /* this */
            getfield com.android.printspooler.widget.PrintOptionsLayout.mColumnCount:I
            irem
            iadd
            istore 9 /* rowCount */
        start local 9 // int rowCount
        11: .line 68
            iconst_0
            istore 10 /* row */
        start local 10 // int row
        12: goto 48
        13: .line 69
      StackMap locals: com.android.printspooler.widget.PrintOptionsLayout int int int int int int int int int int
      StackMap stack:
            iconst_0
            istore 11 /* rowWidth */
        start local 11 // int rowWidth
        14: .line 70
            iconst_0
            istore 12 /* rowHeight */
        start local 12 // int rowHeight
        15: .line 72
            iconst_0
            istore 13 /* col */
        start local 13 // int col
        16: goto 44
        17: .line 73
      StackMap locals: int int int
      StackMap stack:
            iload 10 /* row */
            aload 0 /* this */
            getfield com.android.printspooler.widget.PrintOptionsLayout.mColumnCount:I
            imul
            iload 13 /* col */
            iadd
            istore 14 /* childIndex */
        start local 14 // int childIndex
        18: .line 75
            iload 14 /* childIndex */
            iload 8 /* childCount */
            if_icmplt 20
        19: .line 76
            goto 45
        20: .line 79
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 14 /* childIndex */
            invokevirtual com.android.printspooler.widget.PrintOptionsLayout.getChildAt:(I)Landroid/view/View;
            astore 15 /* child */
        start local 15 // android.view.View child
        21: .line 81
            aload 15 /* child */
            invokevirtual android.view.View.getVisibility:()I
            bipush 8
            if_icmpne 23
        22: .line 82
            goto 43
        23: .line 85
      StackMap locals: android.view.View
      StackMap stack:
            aload 15 /* child */
            invokevirtual android.view.View.getLayoutParams:()Landroid/view/ViewGroup$LayoutParams;
            checkcast android.view.ViewGroup$MarginLayoutParams
            astore 16 /* childParams */
        start local 16 // android.view.ViewGroup$MarginLayoutParams childParams
        24: .line 88
            iload 4 /* columnWidth */
            ifle 29
        25: .line 90
            iload 4 /* columnWidth */
            aload 16 /* childParams */
            invokevirtual android.view.ViewGroup$MarginLayoutParams.getMarginStart:()I
            isub
            aload 16 /* childParams */
            invokevirtual android.view.ViewGroup$MarginLayoutParams.getMarginEnd:()I
            isub
        26: .line 91
            ldc 1073741824
        27: .line 89
            invokestatic android.view.View$MeasureSpec.makeMeasureSpec:(II)I
            istore 17 /* childWidthMeasureSpec */
        start local 17 // int childWidthMeasureSpec
        28: .line 92
            goto 32
        end local 17 // int childWidthMeasureSpec
        29: .line 93
      StackMap locals: android.view.ViewGroup$MarginLayoutParams
      StackMap stack:
            iload 1 /* widthMeasureSpec */
        30: .line 94
            aload 0 /* this */
            invokevirtual com.android.printspooler.widget.PrintOptionsLayout.getPaddingStart:()I
            aload 0 /* this */
            invokevirtual com.android.printspooler.widget.PrintOptionsLayout.getPaddingEnd:()I
            iadd
            iload 5 /* width */
            iadd
            aload 16 /* childParams */
            getfield android.view.ViewGroup$MarginLayoutParams.width:I
        31: .line 93
            invokestatic com.android.printspooler.widget.PrintOptionsLayout.getChildMeasureSpec:(III)I
            istore 17 /* childWidthMeasureSpec */
        start local 17 // int childWidthMeasureSpec
        32: .line 97
      StackMap locals: int
      StackMap stack:
            iload 2 /* heightMeasureSpec */
        33: .line 98
            aload 0 /* this */
            invokevirtual com.android.printspooler.widget.PrintOptionsLayout.getPaddingTop:()I
            aload 0 /* this */
            invokevirtual com.android.printspooler.widget.PrintOptionsLayout.getPaddingBottom:()I
            iadd
            iload 6 /* height */
            iadd
            aload 16 /* childParams */
            getfield android.view.ViewGroup$MarginLayoutParams.height:I
        34: .line 97
            invokestatic com.android.printspooler.widget.PrintOptionsLayout.getChildMeasureSpec:(III)I
            istore 18 /* childHeightMeasureSpec */
        start local 18 // int childHeightMeasureSpec
        35: .line 100
            aload 15 /* child */
            iload 17 /* childWidthMeasureSpec */
            iload 18 /* childHeightMeasureSpec */
            invokevirtual android.view.View.measure:(II)V
        36: .line 102
            iload 7 /* childState */
            aload 15 /* child */
            invokevirtual android.view.View.getMeasuredState:()I
            invokestatic com.android.printspooler.widget.PrintOptionsLayout.combineMeasuredStates:(II)I
            istore 7 /* childState */
        37: .line 104
            iload 11 /* rowWidth */
            aload 15 /* child */
            invokevirtual android.view.View.getMeasuredWidth:()I
            aload 16 /* childParams */
            invokevirtual android.view.ViewGroup$MarginLayoutParams.getMarginStart:()I
            iadd
        38: .line 105
            aload 16 /* childParams */
            invokevirtual android.view.ViewGroup$MarginLayoutParams.getMarginEnd:()I
        39: .line 104
            iadd
            iadd
            istore 11 /* rowWidth */
        40: .line 107
            iload 12 /* rowHeight */
            aload 15 /* child */
            invokevirtual android.view.View.getMeasuredHeight:()I
            aload 16 /* childParams */
            getfield android.view.ViewGroup$MarginLayoutParams.topMargin:I
            iadd
        41: .line 108
            aload 16 /* childParams */
            getfield android.view.ViewGroup$MarginLayoutParams.bottomMargin:I
            iadd
        42: .line 107
            invokestatic java.lang.Math.max:(II)I
            istore 12 /* rowHeight */
        end local 18 // int childHeightMeasureSpec
        end local 17 // int childWidthMeasureSpec
        end local 16 // android.view.ViewGroup$MarginLayoutParams childParams
        end local 15 // android.view.View child
        end local 14 // int childIndex
        43: .line 72
      StackMap locals: com.android.printspooler.widget.PrintOptionsLayout int int int int int int int int int int int int int
      StackMap stack:
            iinc 13 /* col */ 1
      StackMap locals:
      StackMap stack:
        44: iload 13 /* col */
            aload 0 /* this */
            getfield com.android.printspooler.widget.PrintOptionsLayout.mColumnCount:I
            if_icmplt 17
        end local 13 // int col
        45: .line 111
      StackMap locals:
      StackMap stack:
            iload 5 /* width */
            iload 11 /* rowWidth */
            invokestatic java.lang.Math.max:(II)I
            istore 5 /* width */
        46: .line 112
            iload 6 /* height */
            iload 12 /* rowHeight */
            iadd
            istore 6 /* height */
        end local 12 // int rowHeight
        end local 11 // int rowWidth
        47: .line 68
            iinc 10 /* row */ 1
      StackMap locals:
      StackMap stack:
        48: iload 10 /* row */
            iload 9 /* rowCount */
            if_icmplt 13
        end local 10 // int row
        49: .line 115
            iload 5 /* width */
            aload 0 /* this */
            invokevirtual com.android.printspooler.widget.PrintOptionsLayout.getPaddingStart:()I
            aload 0 /* this */
            invokevirtual com.android.printspooler.widget.PrintOptionsLayout.getPaddingEnd:()I
            iadd
            iadd
            istore 5 /* width */
        50: .line 116
            iload 5 /* width */
            aload 0 /* this */
            invokevirtual com.android.printspooler.widget.PrintOptionsLayout.getMinimumWidth:()I
            invokestatic java.lang.Math.max:(II)I
            istore 5 /* width */
        51: .line 118
            iload 6 /* height */
            aload 0 /* this */
            invokevirtual com.android.printspooler.widget.PrintOptionsLayout.getPaddingTop:()I
            aload 0 /* this */
            invokevirtual com.android.printspooler.widget.PrintOptionsLayout.getPaddingBottom:()I
            iadd
            iadd
            istore 6 /* height */
        52: .line 119
            iload 6 /* height */
            aload 0 /* this */
            invokevirtual com.android.printspooler.widget.PrintOptionsLayout.getMinimumHeight:()I
            invokestatic java.lang.Math.max:(II)I
            istore 6 /* height */
        53: .line 121
            aload 0 /* this */
            iload 5 /* width */
            iload 1 /* widthMeasureSpec */
            iload 7 /* childState */
            invokestatic com.android.printspooler.widget.PrintOptionsLayout.resolveSizeAndState:(III)I
        54: .line 122
            iload 6 /* height */
            iload 2 /* heightMeasureSpec */
        55: .line 123
            iload 7 /* childState */
            bipush 16
            ishl
        56: .line 122
            invokestatic com.android.printspooler.widget.PrintOptionsLayout.resolveSizeAndState:(III)I
        57: .line 121
            invokevirtual com.android.printspooler.widget.PrintOptionsLayout.setMeasuredDimension:(II)V
        58: .line 124
            return
        end local 9 // int rowCount
        end local 8 // int childCount
        end local 7 // int childState
        end local 6 // int height
        end local 5 // int width
        end local 4 // int columnWidth
        end local 3 // int widthSize
        end local 2 // int heightMeasureSpec
        end local 1 // int widthMeasureSpec
        end local 0 // com.android.printspooler.widget.PrintOptionsLayout this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   59     0                    this  Lcom/android/printspooler/widget/PrintOptionsLayout;
            0   59     1        widthMeasureSpec  I
            0   59     2       heightMeasureSpec  I
            2   59     3               widthSize  I
            6   59     4             columnWidth  I
            7   59     5                   width  I
            8   59     6                  height  I
            9   59     7              childState  I
           10   59     8              childCount  I
           11   59     9                rowCount  I
           12   49    10                     row  I
           14   47    11                rowWidth  I
           15   47    12               rowHeight  I
           16   45    13                     col  I
           18   43    14              childIndex  I
           21   43    15                   child  Landroid/view/View;
           24   43    16             childParams  Landroid/view/ViewGroup$MarginLayoutParams;
           28   29    17   childWidthMeasureSpec  I
           32   43    17   childWidthMeasureSpec  I
           35   43    18  childHeightMeasureSpec  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=21, args_size=6
        start local 0 // com.android.printspooler.widget.PrintOptionsLayout 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 128
            aload 0 /* this */
            invokevirtual com.android.printspooler.widget.PrintOptionsLayout.getChildCount:()I
            istore 6 /* childCount */
        start local 6 // int childCount
         1: .line 129
            iload 6 /* childCount */
            aload 0 /* this */
            getfield com.android.printspooler.widget.PrintOptionsLayout.mColumnCount:I
            idiv
            iload 6 /* childCount */
            aload 0 /* this */
            getfield com.android.printspooler.widget.PrintOptionsLayout.mColumnCount:I
            irem
            iadd
            istore 7 /* rowCount */
        start local 7 // int rowCount
         2: .line 130
            aload 0 /* this */
            invokevirtual com.android.printspooler.widget.PrintOptionsLayout.isLayoutRtl:()Z
            istore 8 /* isLayoutRtl */
        start local 8 // boolean isLayoutRtl
         3: .line 132
            aload 0 /* this */
            invokevirtual com.android.printspooler.widget.PrintOptionsLayout.getPaddingStart:()I
            istore 9 /* cellStart */
        start local 9 // int cellStart
         4: .line 133
            aload 0 /* this */
            invokevirtual com.android.printspooler.widget.PrintOptionsLayout.getPaddingTop:()I
            istore 10 /* cellTop */
        start local 10 // int cellTop
         5: .line 135
            iconst_0
            istore 11 /* row */
        start local 11 // int row
         6: goto 34
         7: .line 136
      StackMap locals: com.android.printspooler.widget.PrintOptionsLayout int int int int int int int int int int int
      StackMap stack:
            iconst_0
            istore 12 /* rowHeight */
        start local 12 // int rowHeight
         8: .line 138
            iconst_0
            istore 13 /* col */
        start local 13 // int col
         9: goto 30
        10: .line 140
      StackMap locals: int int
      StackMap stack:
            iload 8 /* isLayoutRtl */
            ifeq 13
        11: .line 142
            iload 11 /* row */
            aload 0 /* this */
            getfield com.android.printspooler.widget.PrintOptionsLayout.mColumnCount:I
            imul
            aload 0 /* this */
            getfield com.android.printspooler.widget.PrintOptionsLayout.mColumnCount:I
            iload 13 /* col */
            isub
            iconst_1
            isub
            iadd
            istore 14 /* childIndex */
        start local 14 // int childIndex
        12: .line 143
            goto 14
        end local 14 // int childIndex
        13: .line 144
      StackMap locals:
      StackMap stack:
            iload 11 /* row */
            aload 0 /* this */
            getfield com.android.printspooler.widget.PrintOptionsLayout.mColumnCount:I
            imul
            iload 13 /* col */
            iadd
            istore 14 /* childIndex */
        start local 14 // int childIndex
        14: .line 147
      StackMap locals: int
      StackMap stack:
            iload 14 /* childIndex */
            iload 6 /* childCount */
            if_icmplt 16
        15: .line 148
            goto 31
        16: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 14 /* childIndex */
            invokevirtual com.android.printspooler.widget.PrintOptionsLayout.getChildAt:(I)Landroid/view/View;
            astore 15 /* child */
        start local 15 // android.view.View child
        17: .line 153
            aload 15 /* child */
            invokevirtual android.view.View.getVisibility:()I
            bipush 8
            if_icmpne 19
        18: .line 154
            goto 29
        19: .line 157
      StackMap locals: android.view.View
      StackMap stack:
            aload 15 /* child */
            invokevirtual android.view.View.getLayoutParams:()Landroid/view/ViewGroup$LayoutParams;
            checkcast android.view.ViewGroup$MarginLayoutParams
            astore 16 /* childParams */
        start local 16 // android.view.ViewGroup$MarginLayoutParams childParams
        20: .line 159
            iload 9 /* cellStart */
            aload 16 /* childParams */
            invokevirtual android.view.ViewGroup$MarginLayoutParams.getMarginStart:()I
            iadd
            istore 17 /* childStart */
        start local 17 // int childStart
        21: .line 160
            iload 10 /* cellTop */
            aload 16 /* childParams */
            getfield android.view.ViewGroup$MarginLayoutParams.topMargin:I
            iadd
            istore 18 /* childTop */
        start local 18 // int childTop
        22: .line 161
            iload 17 /* childStart */
            aload 15 /* child */
            invokevirtual android.view.View.getMeasuredWidth:()I
            iadd
            istore 19 /* childEnd */
        start local 19 // int childEnd
        23: .line 162
            iload 18 /* childTop */
            aload 15 /* child */
            invokevirtual android.view.View.getMeasuredHeight:()I
            iadd
            istore 20 /* childBottom */
        start local 20 // int childBottom
        24: .line 164
            aload 15 /* child */
            iload 17 /* childStart */
            iload 18 /* childTop */
            iload 19 /* childEnd */
            iload 20 /* childBottom */
            invokevirtual android.view.View.layout:(IIII)V
        25: .line 166
            iload 19 /* childEnd */
            aload 16 /* childParams */
            invokevirtual android.view.ViewGroup$MarginLayoutParams.getMarginEnd:()I
            iadd
            istore 9 /* cellStart */
        26: .line 168
            iload 12 /* rowHeight */
            aload 15 /* child */
            invokevirtual android.view.View.getMeasuredHeight:()I
        27: .line 169
            aload 16 /* childParams */
            getfield android.view.ViewGroup$MarginLayoutParams.topMargin:I
            iadd
            aload 16 /* childParams */
            getfield android.view.ViewGroup$MarginLayoutParams.bottomMargin:I
            iadd
        28: .line 168
            invokestatic java.lang.Math.max:(II)I
            istore 12 /* rowHeight */
        end local 20 // int childBottom
        end local 19 // int childEnd
        end local 18 // int childTop
        end local 17 // int childStart
        end local 16 // android.view.ViewGroup$MarginLayoutParams childParams
        end local 15 // android.view.View child
        end local 14 // int childIndex
        29: .line 138
      StackMap locals:
      StackMap stack:
            iinc 13 /* col */ 1
      StackMap locals:
      StackMap stack:
        30: iload 13 /* col */
            aload 0 /* this */
            getfield com.android.printspooler.widget.PrintOptionsLayout.mColumnCount:I
            if_icmplt 10
        end local 13 // int col
        31: .line 172
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.android.printspooler.widget.PrintOptionsLayout.getPaddingStart:()I
            istore 9 /* cellStart */
        32: .line 173
            iload 10 /* cellTop */
            iload 12 /* rowHeight */
            iadd
            istore 10 /* cellTop */
        end local 12 // int rowHeight
        33: .line 135
            iinc 11 /* row */ 1
      StackMap locals:
      StackMap stack:
        34: iload 11 /* row */
            iload 7 /* rowCount */
            if_icmplt 7
        end local 11 // int row
        35: .line 175
            return
        end local 10 // int cellTop
        end local 9 // int cellStart
        end local 8 // boolean isLayoutRtl
        end local 7 // int rowCount
        end local 6 // int childCount
        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 // com.android.printspooler.widget.PrintOptionsLayout this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   36     0         this  Lcom/android/printspooler/widget/PrintOptionsLayout;
            0   36     1      changed  Z
            0   36     2            l  I
            0   36     3            t  I
            0   36     4            r  I
            0   36     5            b  I
            1   36     6   childCount  I
            2   36     7     rowCount  I
            3   36     8  isLayoutRtl  Z
            4   36     9    cellStart  I
            5   36    10      cellTop  I
            6   35    11          row  I
            8   33    12    rowHeight  I
            9   31    13          col  I
           12   13    14   childIndex  I
           14   29    14   childIndex  I
           17   29    15        child  Landroid/view/View;
           20   29    16  childParams  Landroid/view/ViewGroup$MarginLayoutParams;
           21   29    17   childStart  I
           22   29    18     childTop  I
           23   29    19     childEnd  I
           24   29    20  childBottom  I
    MethodParameters:
         Name  Flags
      changed  
      l        
      t        
      r        
      b        

  public android.view.ViewGroup$LayoutParams generateLayoutParams(android.util.AttributeSet);
    descriptor: (Landroid/util/AttributeSet;)Landroid/view/ViewGroup$LayoutParams;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.android.printspooler.widget.PrintOptionsLayout this
        start local 1 // android.util.AttributeSet attrs
         0: .line 179
            new android.view.ViewGroup$MarginLayoutParams
            dup
            aload 0 /* this */
            invokevirtual com.android.printspooler.widget.PrintOptionsLayout.getContext:()Landroid/content/Context;
            aload 1 /* attrs */
            invokespecial android.view.ViewGroup$MarginLayoutParams.<init>:(Landroid/content/Context;Landroid/util/AttributeSet;)V
            areturn
        end local 1 // android.util.AttributeSet attrs
        end local 0 // com.android.printspooler.widget.PrintOptionsLayout this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/android/printspooler/widget/PrintOptionsLayout;
            0    1     1  attrs  Landroid/util/AttributeSet;
    MethodParameters:
       Name  Flags
      attrs  
}
SourceFile: "PrintOptionsLayout.java"
InnerClasses:
  public MeasureSpec = android.view.View$MeasureSpec of android.view.View
  public LayoutParams = android.view.ViewGroup$LayoutParams of android.view.ViewGroup
  public MarginLayoutParams = android.view.ViewGroup$MarginLayoutParams of android.view.ViewGroup