class android.widget.StackView$LayoutParams extends android.view.ViewGroup$LayoutParams
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.widget.StackView$LayoutParams
  super_class: android.view.ViewGroup$LayoutParams
{
  int horizontalOffset;
    descriptor: I
    flags: (0x0000) 

  int verticalOffset;
    descriptor: I
    flags: (0x0000) 

  android.view.View mView;
    descriptor: Landroid/view/View;
    flags: (0x0000) 

  private final android.graphics.Rect parentRect;
    descriptor: Landroid/graphics/Rect;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.graphics.Rect invalidateRect;
    descriptor: Landroid/graphics/Rect;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.graphics.RectF invalidateRectf;
    descriptor: Landroid/graphics/RectF;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.graphics.Rect globalInvalidateRect;
    descriptor: Landroid/graphics/Rect;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  void <init>(android.widget.StackView, android.view.View);
    descriptor: (Landroid/widget/StackView;Landroid/view/View;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.widget.StackView$LayoutParams this
        start local 2 // android.view.View view
         0: .line 1285
            aload 0 /* this */
            aload 1
            putfield android.widget.StackView$LayoutParams.this$0:Landroid/widget/StackView;
         1: .line 1286
            aload 0 /* this */
            iconst_0
            iconst_0
            invokespecial android.view.ViewGroup$LayoutParams.<init>:(II)V
         2: .line 1280
            aload 0 /* this */
            new android.graphics.Rect
            dup
            invokespecial android.graphics.Rect.<init>:()V
            putfield android.widget.StackView$LayoutParams.parentRect:Landroid/graphics/Rect;
         3: .line 1281
            aload 0 /* this */
            new android.graphics.Rect
            dup
            invokespecial android.graphics.Rect.<init>:()V
            putfield android.widget.StackView$LayoutParams.invalidateRect:Landroid/graphics/Rect;
         4: .line 1282
            aload 0 /* this */
            new android.graphics.RectF
            dup
            invokespecial android.graphics.RectF.<init>:()V
            putfield android.widget.StackView$LayoutParams.invalidateRectf:Landroid/graphics/RectF;
         5: .line 1283
            aload 0 /* this */
            new android.graphics.Rect
            dup
            invokespecial android.graphics.Rect.<init>:()V
            putfield android.widget.StackView$LayoutParams.globalInvalidateRect:Landroid/graphics/Rect;
         6: .line 1287
            aload 0 /* this */
            iconst_0
            putfield android.widget.StackView$LayoutParams.width:I
         7: .line 1288
            aload 0 /* this */
            iconst_0
            putfield android.widget.StackView$LayoutParams.height:I
         8: .line 1289
            aload 0 /* this */
            iconst_0
            putfield android.widget.StackView$LayoutParams.horizontalOffset:I
         9: .line 1290
            aload 0 /* this */
            iconst_0
            putfield android.widget.StackView$LayoutParams.verticalOffset:I
        10: .line 1291
            aload 0 /* this */
            aload 2 /* view */
            putfield android.widget.StackView$LayoutParams.mView:Landroid/view/View;
        11: .line 1292
            return
        end local 2 // android.view.View view
        end local 0 // android.widget.StackView$LayoutParams this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Landroid/widget/StackView$LayoutParams;
            0   12     2  view  Landroid/view/View;
    MethodParameters:
        Name  Flags
      this$0  final
      view    

  void <init>(android.widget.StackView, android.content.Context, android.util.AttributeSet);
    descriptor: (Landroid/widget/StackView;Landroid/content/Context;Landroid/util/AttributeSet;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.widget.StackView$LayoutParams this
        start local 2 // android.content.Context c
        start local 3 // android.util.AttributeSet attrs
         0: .line 1294
            aload 0 /* this */
            aload 1
            putfield android.widget.StackView$LayoutParams.this$0:Landroid/widget/StackView;
         1: .line 1295
            aload 0 /* this */
            aload 2 /* c */
            aload 3 /* attrs */
            invokespecial android.view.ViewGroup$LayoutParams.<init>:(Landroid/content/Context;Landroid/util/AttributeSet;)V
         2: .line 1280
            aload 0 /* this */
            new android.graphics.Rect
            dup
            invokespecial android.graphics.Rect.<init>:()V
            putfield android.widget.StackView$LayoutParams.parentRect:Landroid/graphics/Rect;
         3: .line 1281
            aload 0 /* this */
            new android.graphics.Rect
            dup
            invokespecial android.graphics.Rect.<init>:()V
            putfield android.widget.StackView$LayoutParams.invalidateRect:Landroid/graphics/Rect;
         4: .line 1282
            aload 0 /* this */
            new android.graphics.RectF
            dup
            invokespecial android.graphics.RectF.<init>:()V
            putfield android.widget.StackView$LayoutParams.invalidateRectf:Landroid/graphics/RectF;
         5: .line 1283
            aload 0 /* this */
            new android.graphics.Rect
            dup
            invokespecial android.graphics.Rect.<init>:()V
            putfield android.widget.StackView$LayoutParams.globalInvalidateRect:Landroid/graphics/Rect;
         6: .line 1296
            aload 0 /* this */
            iconst_0
            putfield android.widget.StackView$LayoutParams.horizontalOffset:I
         7: .line 1297
            aload 0 /* this */
            iconst_0
            putfield android.widget.StackView$LayoutParams.verticalOffset:I
         8: .line 1298
            aload 0 /* this */
            iconst_0
            putfield android.widget.StackView$LayoutParams.width:I
         9: .line 1299
            aload 0 /* this */
            iconst_0
            putfield android.widget.StackView$LayoutParams.height:I
        10: .line 1300
            return
        end local 3 // android.util.AttributeSet attrs
        end local 2 // android.content.Context c
        end local 0 // android.widget.StackView$LayoutParams this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Landroid/widget/StackView$LayoutParams;
            0   11     2      c  Landroid/content/Context;
            0   11     3  attrs  Landroid/util/AttributeSet;
    MethodParameters:
        Name  Flags
      this$0  final
      c       
      attrs   

  void invalidateGlobalRegion(android.view.View, android.graphics.Rect);
    descriptor: (Landroid/view/View;Landroid/graphics/Rect;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // android.widget.StackView$LayoutParams this
        start local 1 // android.view.View v
        start local 2 // android.graphics.Rect r
         0: .line 1304
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.globalInvalidateRect:Landroid/graphics/Rect;
            aload 2 /* r */
            invokevirtual android.graphics.Rect.set:(Landroid/graphics/Rect;)V
         1: .line 1305
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.globalInvalidateRect:Landroid/graphics/Rect;
            iconst_0
            iconst_0
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.this$0:Landroid/widget/StackView;
            invokevirtual android.widget.StackView.getWidth:()I
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.this$0:Landroid/widget/StackView;
            invokevirtual android.widget.StackView.getHeight:()I
            invokevirtual android.graphics.Rect.union:(IIII)V
         2: .line 1306
            aload 1 /* v */
            astore 3 /* p */
        start local 3 // android.view.View p
         3: .line 1307
            aload 1 /* v */
            invokevirtual android.view.View.getParent:()Landroid/view/ViewParent;
            ifnull 4
            aload 1 /* v */
            invokevirtual android.view.View.getParent:()Landroid/view/ViewParent;
            instanceof android.view.View
            ifne 5
      StackMap locals: android.view.View
      StackMap stack:
         4: return
         5: .line 1309
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 4 /* firstPass */
        start local 4 // boolean firstPass
         6: .line 1310
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.parentRect:Landroid/graphics/Rect;
            iconst_0
            iconst_0
            iconst_0
            iconst_0
            invokevirtual android.graphics.Rect.set:(IIII)V
         7: .line 1311
            goto 20
         8: .line 1313
      StackMap locals: int
      StackMap stack:
            iload 4 /* firstPass */
            ifne 12
         9: .line 1314
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.globalInvalidateRect:Landroid/graphics/Rect;
            aload 3 /* p */
            invokevirtual android.view.View.getLeft:()I
            aload 3 /* p */
            invokevirtual android.view.View.getScrollX:()I
            isub
            aload 3 /* p */
            invokevirtual android.view.View.getTop:()I
        10: .line 1315
            aload 3 /* p */
            invokevirtual android.view.View.getScrollY:()I
            isub
        11: .line 1314
            invokevirtual android.graphics.Rect.offset:(II)V
        12: .line 1317
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* firstPass */
        13: .line 1318
            aload 3 /* p */
            invokevirtual android.view.View.getParent:()Landroid/view/ViewParent;
            checkcast android.view.View
            astore 3 /* p */
        14: .line 1319
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.parentRect:Landroid/graphics/Rect;
            aload 3 /* p */
            invokevirtual android.view.View.getScrollX:()I
            aload 3 /* p */
            invokevirtual android.view.View.getScrollY:()I
        15: .line 1320
            aload 3 /* p */
            invokevirtual android.view.View.getWidth:()I
            aload 3 /* p */
            invokevirtual android.view.View.getScrollX:()I
            iadd
            aload 3 /* p */
            invokevirtual android.view.View.getHeight:()I
            aload 3 /* p */
            invokevirtual android.view.View.getScrollY:()I
            iadd
        16: .line 1319
            invokevirtual android.graphics.Rect.set:(IIII)V
        17: .line 1321
            aload 3 /* p */
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.globalInvalidateRect:Landroid/graphics/Rect;
            getfield android.graphics.Rect.left:I
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.globalInvalidateRect:Landroid/graphics/Rect;
            getfield android.graphics.Rect.top:I
        18: .line 1322
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.globalInvalidateRect:Landroid/graphics/Rect;
            getfield android.graphics.Rect.right:I
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.globalInvalidateRect:Landroid/graphics/Rect;
            getfield android.graphics.Rect.bottom:I
        19: .line 1321
            invokevirtual android.view.View.invalidate:(IIII)V
        20: .line 1311
      StackMap locals:
      StackMap stack:
            aload 3 /* p */
            invokevirtual android.view.View.getParent:()Landroid/view/ViewParent;
            ifnull 22
            aload 3 /* p */
            invokevirtual android.view.View.getParent:()Landroid/view/ViewParent;
            instanceof android.view.View
            ifeq 22
        21: .line 1312
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.parentRect:Landroid/graphics/Rect;
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.globalInvalidateRect:Landroid/graphics/Rect;
            invokevirtual android.graphics.Rect.contains:(Landroid/graphics/Rect;)Z
            ifeq 8
        22: .line 1325
      StackMap locals:
      StackMap stack:
            aload 3 /* p */
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.globalInvalidateRect:Landroid/graphics/Rect;
            getfield android.graphics.Rect.left:I
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.globalInvalidateRect:Landroid/graphics/Rect;
            getfield android.graphics.Rect.top:I
        23: .line 1326
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.globalInvalidateRect:Landroid/graphics/Rect;
            getfield android.graphics.Rect.right:I
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.globalInvalidateRect:Landroid/graphics/Rect;
            getfield android.graphics.Rect.bottom:I
        24: .line 1325
            invokevirtual android.view.View.invalidate:(IIII)V
        25: .line 1327
            return
        end local 4 // boolean firstPass
        end local 3 // android.view.View p
        end local 2 // android.graphics.Rect r
        end local 1 // android.view.View v
        end local 0 // android.widget.StackView$LayoutParams this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   26     0       this  Landroid/widget/StackView$LayoutParams;
            0   26     1          v  Landroid/view/View;
            0   26     2          r  Landroid/graphics/Rect;
            3   26     3          p  Landroid/view/View;
            6   26     4  firstPass  Z
    MethodParameters:
      Name  Flags
      v     
      r     

  android.graphics.Rect getInvalidateRect();
    descriptor: ()Landroid/graphics/Rect;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.StackView$LayoutParams this
         0: .line 1330
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.invalidateRect:Landroid/graphics/Rect;
            areturn
        end local 0 // android.widget.StackView$LayoutParams this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/StackView$LayoutParams;

  void resetInvalidateRect();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // android.widget.StackView$LayoutParams this
         0: .line 1334
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.invalidateRect:Landroid/graphics/Rect;
            iconst_0
            iconst_0
            iconst_0
            iconst_0
            invokevirtual android.graphics.Rect.set:(IIII)V
         1: .line 1335
            return
        end local 0 // android.widget.StackView$LayoutParams this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/widget/StackView$LayoutParams;

  public void setVerticalOffset(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.StackView$LayoutParams this
        start local 1 // int newVerticalOffset
         0: .line 1339
            aload 0 /* this */
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.horizontalOffset:I
            iload 1 /* newVerticalOffset */
            invokevirtual android.widget.StackView$LayoutParams.setOffsets:(II)V
         1: .line 1340
            return
        end local 1 // int newVerticalOffset
        end local 0 // android.widget.StackView$LayoutParams this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Landroid/widget/StackView$LayoutParams;
            0    2     1  newVerticalOffset  I
    MethodParameters:
                   Name  Flags
      newVerticalOffset  

  public void setHorizontalOffset(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.StackView$LayoutParams this
        start local 1 // int newHorizontalOffset
         0: .line 1343
            aload 0 /* this */
            iload 1 /* newHorizontalOffset */
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.verticalOffset:I
            invokevirtual android.widget.StackView$LayoutParams.setOffsets:(II)V
         1: .line 1344
            return
        end local 1 // int newHorizontalOffset
        end local 0 // android.widget.StackView$LayoutParams this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Landroid/widget/StackView$LayoutParams;
            0    2     1  newHorizontalOffset  I
    MethodParameters:
                     Name  Flags
      newHorizontalOffset  

  public void setOffsets(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=11, args_size=3
        start local 0 // android.widget.StackView$LayoutParams this
        start local 1 // int newHorizontalOffset
        start local 2 // int newVerticalOffset
         0: .line 1347
            iload 1 /* newHorizontalOffset */
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.horizontalOffset:I
            isub
            istore 3 /* horizontalOffsetDelta */
        start local 3 // int horizontalOffsetDelta
         1: .line 1348
            aload 0 /* this */
            iload 1 /* newHorizontalOffset */
            putfield android.widget.StackView$LayoutParams.horizontalOffset:I
         2: .line 1349
            iload 2 /* newVerticalOffset */
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.verticalOffset:I
            isub
            istore 4 /* verticalOffsetDelta */
        start local 4 // int verticalOffsetDelta
         3: .line 1350
            aload 0 /* this */
            iload 2 /* newVerticalOffset */
            putfield android.widget.StackView$LayoutParams.verticalOffset:I
         4: .line 1352
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.mView:Landroid/view/View;
            ifnull 22
         5: .line 1353
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.mView:Landroid/view/View;
            invokevirtual android.view.View.requestLayout:()V
         6: .line 1354
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.mView:Landroid/view/View;
            invokevirtual android.view.View.getLeft:()I
            iload 3 /* horizontalOffsetDelta */
            iadd
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.mView:Landroid/view/View;
            invokevirtual android.view.View.getLeft:()I
            invokestatic java.lang.Math.min:(II)I
            istore 5 /* left */
        start local 5 // int left
         7: .line 1355
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.mView:Landroid/view/View;
            invokevirtual android.view.View.getRight:()I
            iload 3 /* horizontalOffsetDelta */
            iadd
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.mView:Landroid/view/View;
            invokevirtual android.view.View.getRight:()I
            invokestatic java.lang.Math.max:(II)I
            istore 6 /* right */
        start local 6 // int right
         8: .line 1356
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.mView:Landroid/view/View;
            invokevirtual android.view.View.getTop:()I
            iload 4 /* verticalOffsetDelta */
            iadd
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.mView:Landroid/view/View;
            invokevirtual android.view.View.getTop:()I
            invokestatic java.lang.Math.min:(II)I
            istore 7 /* top */
        start local 7 // int top
         9: .line 1357
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.mView:Landroid/view/View;
            invokevirtual android.view.View.getBottom:()I
            iload 4 /* verticalOffsetDelta */
            iadd
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.mView:Landroid/view/View;
            invokevirtual android.view.View.getBottom:()I
            invokestatic java.lang.Math.max:(II)I
            istore 8 /* bottom */
        start local 8 // int bottom
        10: .line 1359
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.invalidateRectf:Landroid/graphics/RectF;
            iload 5 /* left */
            i2f
            iload 7 /* top */
            i2f
            iload 6 /* right */
            i2f
            iload 8 /* bottom */
            i2f
            invokevirtual android.graphics.RectF.set:(FFFF)V
        11: .line 1361
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.invalidateRectf:Landroid/graphics/RectF;
            getfield android.graphics.RectF.left:F
            fneg
            fstore 9 /* xoffset */
        start local 9 // float xoffset
        12: .line 1362
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.invalidateRectf:Landroid/graphics/RectF;
            getfield android.graphics.RectF.top:F
            fneg
            fstore 10 /* yoffset */
        start local 10 // float yoffset
        13: .line 1363
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.invalidateRectf:Landroid/graphics/RectF;
            fload 9 /* xoffset */
            fload 10 /* yoffset */
            invokevirtual android.graphics.RectF.offset:(FF)V
        14: .line 1364
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.mView:Landroid/view/View;
            invokevirtual android.view.View.getMatrix:()Landroid/graphics/Matrix;
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.invalidateRectf:Landroid/graphics/RectF;
            invokevirtual android.graphics.Matrix.mapRect:(Landroid/graphics/RectF;)Z
            pop
        15: .line 1365
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.invalidateRectf:Landroid/graphics/RectF;
            fload 9 /* xoffset */
            fneg
            fload 10 /* yoffset */
            fneg
            invokevirtual android.graphics.RectF.offset:(FF)V
        16: .line 1367
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.invalidateRect:Landroid/graphics/Rect;
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.invalidateRectf:Landroid/graphics/RectF;
            getfield android.graphics.RectF.left:F
            f2d
            invokestatic java.lang.Math.floor:(D)D
            d2i
        17: .line 1368
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.invalidateRectf:Landroid/graphics/RectF;
            getfield android.graphics.RectF.top:F
            f2d
            invokestatic java.lang.Math.floor:(D)D
            d2i
        18: .line 1369
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.invalidateRectf:Landroid/graphics/RectF;
            getfield android.graphics.RectF.right:F
            f2d
            invokestatic java.lang.Math.ceil:(D)D
            d2i
        19: .line 1370
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.invalidateRectf:Landroid/graphics/RectF;
            getfield android.graphics.RectF.bottom:F
            f2d
            invokestatic java.lang.Math.ceil:(D)D
            d2i
        20: .line 1367
            invokevirtual android.graphics.Rect.set:(IIII)V
        21: .line 1372
            aload 0 /* this */
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.mView:Landroid/view/View;
            aload 0 /* this */
            getfield android.widget.StackView$LayoutParams.invalidateRect:Landroid/graphics/Rect;
            invokevirtual android.widget.StackView$LayoutParams.invalidateGlobalRegion:(Landroid/view/View;Landroid/graphics/Rect;)V
        end local 10 // float yoffset
        end local 9 // float xoffset
        end local 8 // int bottom
        end local 7 // int top
        end local 6 // int right
        end local 5 // int left
        22: .line 1374
      StackMap locals: int int
      StackMap stack:
            return
        end local 4 // int verticalOffsetDelta
        end local 3 // int horizontalOffsetDelta
        end local 2 // int newVerticalOffset
        end local 1 // int newHorizontalOffset
        end local 0 // android.widget.StackView$LayoutParams this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   23     0                   this  Landroid/widget/StackView$LayoutParams;
            0   23     1    newHorizontalOffset  I
            0   23     2      newVerticalOffset  I
            1   23     3  horizontalOffsetDelta  I
            3   23     4    verticalOffsetDelta  I
            7   22     5                   left  I
            8   22     6                  right  I
            9   22     7                    top  I
           10   22     8                 bottom  I
           12   22     9                xoffset  F
           13   22    10                yoffset  F
    MethodParameters:
                     Name  Flags
      newHorizontalOffset  
      newVerticalOffset    
}
SourceFile: "StackView.java"
NestHost: android.widget.StackView
InnerClasses:
  public LayoutParams = android.view.ViewGroup$LayoutParams of android.view.ViewGroup
  LayoutParams = android.widget.StackView$LayoutParams of android.widget.StackView