class android.transition.ChangeBounds$ViewBounds
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.transition.ChangeBounds$ViewBounds
  super_class: java.lang.Object
{
  private int mLeft;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int mTop;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int mRight;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int mBottom;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private android.view.View mView;
    descriptor: Landroid/view/View;
    flags: (0x0002) ACC_PRIVATE

  private int mTopLeftCalls;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int mBottomRightCalls;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(android.view.View);
    descriptor: (Landroid/view/View;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.transition.ChangeBounds$ViewBounds this
        start local 1 // android.view.View view
         0: .line 479
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 480
            aload 0 /* this */
            aload 1 /* view */
            putfield android.transition.ChangeBounds$ViewBounds.mView:Landroid/view/View;
         2: .line 481
            return
        end local 1 // android.view.View view
        end local 0 // android.transition.ChangeBounds$ViewBounds this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/transition/ChangeBounds$ViewBounds;
            0    3     1  view  Landroid/view/View;
    MethodParameters:
      Name  Flags
      view  

  public void setTopLeft(android.graphics.PointF);
    descriptor: (Landroid/graphics/PointF;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.transition.ChangeBounds$ViewBounds this
        start local 1 // android.graphics.PointF topLeft
         0: .line 484
            aload 0 /* this */
            aload 1 /* topLeft */
            getfield android.graphics.PointF.x:F
            invokestatic java.lang.Math.round:(F)I
            putfield android.transition.ChangeBounds$ViewBounds.mLeft:I
         1: .line 485
            aload 0 /* this */
            aload 1 /* topLeft */
            getfield android.graphics.PointF.y:F
            invokestatic java.lang.Math.round:(F)I
            putfield android.transition.ChangeBounds$ViewBounds.mTop:I
         2: .line 486
            aload 0 /* this */
            dup
            getfield android.transition.ChangeBounds$ViewBounds.mTopLeftCalls:I
            iconst_1
            iadd
            putfield android.transition.ChangeBounds$ViewBounds.mTopLeftCalls:I
         3: .line 487
            aload 0 /* this */
            getfield android.transition.ChangeBounds$ViewBounds.mTopLeftCalls:I
            aload 0 /* this */
            getfield android.transition.ChangeBounds$ViewBounds.mBottomRightCalls:I
            if_icmpne 5
         4: .line 488
            aload 0 /* this */
            invokevirtual android.transition.ChangeBounds$ViewBounds.setLeftTopRightBottom:()V
         5: .line 490
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.graphics.PointF topLeft
        end local 0 // android.transition.ChangeBounds$ViewBounds this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Landroid/transition/ChangeBounds$ViewBounds;
            0    6     1  topLeft  Landroid/graphics/PointF;
    MethodParameters:
         Name  Flags
      topLeft  

  public void setBottomRight(android.graphics.PointF);
    descriptor: (Landroid/graphics/PointF;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.transition.ChangeBounds$ViewBounds this
        start local 1 // android.graphics.PointF bottomRight
         0: .line 493
            aload 0 /* this */
            aload 1 /* bottomRight */
            getfield android.graphics.PointF.x:F
            invokestatic java.lang.Math.round:(F)I
            putfield android.transition.ChangeBounds$ViewBounds.mRight:I
         1: .line 494
            aload 0 /* this */
            aload 1 /* bottomRight */
            getfield android.graphics.PointF.y:F
            invokestatic java.lang.Math.round:(F)I
            putfield android.transition.ChangeBounds$ViewBounds.mBottom:I
         2: .line 495
            aload 0 /* this */
            dup
            getfield android.transition.ChangeBounds$ViewBounds.mBottomRightCalls:I
            iconst_1
            iadd
            putfield android.transition.ChangeBounds$ViewBounds.mBottomRightCalls:I
         3: .line 496
            aload 0 /* this */
            getfield android.transition.ChangeBounds$ViewBounds.mTopLeftCalls:I
            aload 0 /* this */
            getfield android.transition.ChangeBounds$ViewBounds.mBottomRightCalls:I
            if_icmpne 5
         4: .line 497
            aload 0 /* this */
            invokevirtual android.transition.ChangeBounds$ViewBounds.setLeftTopRightBottom:()V
         5: .line 499
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.graphics.PointF bottomRight
        end local 0 // android.transition.ChangeBounds$ViewBounds this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Landroid/transition/ChangeBounds$ViewBounds;
            0    6     1  bottomRight  Landroid/graphics/PointF;
    MethodParameters:
             Name  Flags
      bottomRight  

  private void setLeftTopRightBottom();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // android.transition.ChangeBounds$ViewBounds this
         0: .line 502
            aload 0 /* this */
            getfield android.transition.ChangeBounds$ViewBounds.mView:Landroid/view/View;
            aload 0 /* this */
            getfield android.transition.ChangeBounds$ViewBounds.mLeft:I
            aload 0 /* this */
            getfield android.transition.ChangeBounds$ViewBounds.mTop:I
            aload 0 /* this */
            getfield android.transition.ChangeBounds$ViewBounds.mRight:I
            aload 0 /* this */
            getfield android.transition.ChangeBounds$ViewBounds.mBottom:I
            invokevirtual android.view.View.setLeftTopRightBottom:(IIII)V
         1: .line 503
            aload 0 /* this */
            iconst_0
            putfield android.transition.ChangeBounds$ViewBounds.mTopLeftCalls:I
         2: .line 504
            aload 0 /* this */
            iconst_0
            putfield android.transition.ChangeBounds$ViewBounds.mBottomRightCalls:I
         3: .line 505
            return
        end local 0 // android.transition.ChangeBounds$ViewBounds this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/transition/ChangeBounds$ViewBounds;
}
SourceFile: "ChangeBounds.java"
NestHost: android.transition.ChangeBounds
InnerClasses:
  private ViewBounds = android.transition.ChangeBounds$ViewBounds of android.transition.ChangeBounds