public class android.graphics.RectF implements android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.graphics.RectF
  super_class: java.lang.Object
{
  public float left;
    descriptor: F
    flags: (0x0001) ACC_PUBLIC

  public float top;
    descriptor: F
    flags: (0x0001) ACC_PUBLIC

  public float right;
    descriptor: F
    flags: (0x0001) ACC_PUBLIC

  public float bottom;
    descriptor: F
    flags: (0x0001) ACC_PUBLIC

  public static final android.os.Parcelable$Creator<android.graphics.RectF> CREATOR;
    descriptor: Landroid/os/Parcelable$Creator;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Landroid/os/Parcelable$Creator<Landroid/graphics/RectF;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 556
            new android.graphics.RectF$1
            dup
            invokespecial android.graphics.RectF$1.<init>:()V
            putstatic android.graphics.RectF.CREATOR:Landroid/os/Parcelable$Creator;
         1: .line 572
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.graphics.RectF this
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.graphics.RectF this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/RectF;

  public void <init>(float, float, float, float);
    descriptor: (FFFF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // android.graphics.RectF this
        start local 1 // float left
        start local 2 // float top
        start local 3 // float right
        start local 4 // float bottom
         0: .line 53
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 54
            aload 0 /* this */
            fload 1 /* left */
            putfield android.graphics.RectF.left:F
         2: .line 55
            aload 0 /* this */
            fload 2 /* top */
            putfield android.graphics.RectF.top:F
         3: .line 56
            aload 0 /* this */
            fload 3 /* right */
            putfield android.graphics.RectF.right:F
         4: .line 57
            aload 0 /* this */
            fload 4 /* bottom */
            putfield android.graphics.RectF.bottom:F
         5: .line 58
            return
        end local 4 // float bottom
        end local 3 // float right
        end local 2 // float top
        end local 1 // float left
        end local 0 // android.graphics.RectF this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Landroid/graphics/RectF;
            0    6     1    left  F
            0    6     2     top  F
            0    6     3   right  F
            0    6     4  bottom  F
    MethodParameters:
        Name  Flags
      left    
      top     
      right   
      bottom  

  public void <init>(android.graphics.RectF);
    descriptor: (Landroid/graphics/RectF;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // android.graphics.RectF this
        start local 1 // android.graphics.RectF r
         0: .line 67
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 68
            aload 1 /* r */
            ifnonnull 4
         2: .line 69
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            fconst_0
            dup_x1
            putfield android.graphics.RectF.bottom:F
            dup_x1
            putfield android.graphics.RectF.right:F
            dup_x1
            putfield android.graphics.RectF.top:F
            putfield android.graphics.RectF.left:F
         3: .line 70
            goto 8
         4: .line 71
      StackMap locals: android.graphics.RectF android.graphics.RectF
      StackMap stack:
            aload 0 /* this */
            aload 1 /* r */
            getfield android.graphics.RectF.left:F
            putfield android.graphics.RectF.left:F
         5: .line 72
            aload 0 /* this */
            aload 1 /* r */
            getfield android.graphics.RectF.top:F
            putfield android.graphics.RectF.top:F
         6: .line 73
            aload 0 /* this */
            aload 1 /* r */
            getfield android.graphics.RectF.right:F
            putfield android.graphics.RectF.right:F
         7: .line 74
            aload 0 /* this */
            aload 1 /* r */
            getfield android.graphics.RectF.bottom:F
            putfield android.graphics.RectF.bottom:F
         8: .line 76
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.graphics.RectF r
        end local 0 // android.graphics.RectF this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Landroid/graphics/RectF;
            0    9     1     r  Landroid/graphics/RectF;
    MethodParameters:
      Name  Flags
      r     

  public void <init>(android.graphics.Rect);
    descriptor: (Landroid/graphics/Rect;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // android.graphics.RectF this
        start local 1 // android.graphics.Rect r
         0: .line 78
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 79
            aload 1 /* r */
            ifnonnull 4
         2: .line 80
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            fconst_0
            dup_x1
            putfield android.graphics.RectF.bottom:F
            dup_x1
            putfield android.graphics.RectF.right:F
            dup_x1
            putfield android.graphics.RectF.top:F
            putfield android.graphics.RectF.left:F
         3: .line 81
            goto 8
         4: .line 82
      StackMap locals: android.graphics.RectF android.graphics.Rect
      StackMap stack:
            aload 0 /* this */
            aload 1 /* r */
            getfield android.graphics.Rect.left:I
            i2f
            putfield android.graphics.RectF.left:F
         5: .line 83
            aload 0 /* this */
            aload 1 /* r */
            getfield android.graphics.Rect.top:I
            i2f
            putfield android.graphics.RectF.top:F
         6: .line 84
            aload 0 /* this */
            aload 1 /* r */
            getfield android.graphics.Rect.right:I
            i2f
            putfield android.graphics.RectF.right:F
         7: .line 85
            aload 0 /* this */
            aload 1 /* r */
            getfield android.graphics.Rect.bottom:I
            i2f
            putfield android.graphics.RectF.bottom:F
         8: .line 87
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.graphics.Rect r
        end local 0 // android.graphics.RectF this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Landroid/graphics/RectF;
            0    9     1     r  Landroid/graphics/Rect;
    MethodParameters:
      Name  Flags
      r     

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // android.graphics.RectF this
        start local 1 // java.lang.Object o
         0: .line 91
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 92
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 94
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast android.graphics.RectF
            astore 2 /* r */
        start local 2 // android.graphics.RectF r
         4: .line 95
            aload 0 /* this */
            getfield android.graphics.RectF.left:F
            aload 2 /* r */
            getfield android.graphics.RectF.left:F
            fcmpl
            ifne 5
            aload 0 /* this */
            getfield android.graphics.RectF.top:F
            aload 2 /* r */
            getfield android.graphics.RectF.top:F
            fcmpl
            ifne 5
            aload 0 /* this */
            getfield android.graphics.RectF.right:F
            aload 2 /* r */
            getfield android.graphics.RectF.right:F
            fcmpl
            ifne 5
            aload 0 /* this */
            getfield android.graphics.RectF.bottom:F
            aload 2 /* r */
            getfield android.graphics.RectF.bottom:F
            fcmpl
            ifne 5
            iconst_1
            ireturn
      StackMap locals: android.graphics.RectF
      StackMap stack:
         5: iconst_0
            ireturn
        end local 2 // android.graphics.RectF r
        end local 1 // java.lang.Object o
        end local 0 // android.graphics.RectF this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Landroid/graphics/RectF;
            0    6     1     o  Ljava/lang/Object;
            4    6     2     r  Landroid/graphics/RectF;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // android.graphics.RectF this
         0: .line 100
            aload 0 /* this */
            getfield android.graphics.RectF.left:F
            fconst_0
            fcmpl
            ifeq 1
            aload 0 /* this */
            getfield android.graphics.RectF.left:F
            invokestatic java.lang.Float.floatToIntBits:(F)I
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 1 /* result */
        start local 1 // int result
         3: .line 101
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield android.graphics.RectF.top:F
            fconst_0
            fcmpl
            ifeq 4
            aload 0 /* this */
            getfield android.graphics.RectF.top:F
            invokestatic java.lang.Float.floatToIntBits:(F)I
            goto 5
      StackMap locals: android.graphics.RectF int
      StackMap stack: int
         4: iconst_0
      StackMap locals: android.graphics.RectF int
      StackMap stack: int int
         5: iadd
            istore 1 /* result */
         6: .line 102
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield android.graphics.RectF.right:F
            fconst_0
            fcmpl
            ifeq 7
            aload 0 /* this */
            getfield android.graphics.RectF.right:F
            invokestatic java.lang.Float.floatToIntBits:(F)I
            goto 8
      StackMap locals:
      StackMap stack: int
         7: iconst_0
      StackMap locals: android.graphics.RectF int
      StackMap stack: int int
         8: iadd
            istore 1 /* result */
         9: .line 103
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield android.graphics.RectF.bottom:F
            fconst_0
            fcmpl
            ifeq 10
            aload 0 /* this */
            getfield android.graphics.RectF.bottom:F
            invokestatic java.lang.Float.floatToIntBits:(F)I
            goto 11
      StackMap locals:
      StackMap stack: int
        10: iconst_0
      StackMap locals: android.graphics.RectF int
      StackMap stack: int int
        11: iadd
            istore 1 /* result */
        12: .line 104
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // android.graphics.RectF this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Landroid/graphics/RectF;
            3   13     1  result  I

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.graphics.RectF this
         0: .line 108
            new java.lang.StringBuilder
            dup
            ldc "RectF("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield android.graphics.RectF.left:F
            invokevirtual java.lang.StringBuilder.append:(F)Ljava/lang/StringBuilder;
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.graphics.RectF.top:F
            invokevirtual java.lang.StringBuilder.append:(F)Ljava/lang/StringBuilder;
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         1: .line 109
            aload 0 /* this */
            getfield android.graphics.RectF.right:F
            invokevirtual java.lang.StringBuilder.append:(F)Ljava/lang/StringBuilder;
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.graphics.RectF.bottom:F
            invokevirtual java.lang.StringBuilder.append:(F)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         2: .line 108
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // android.graphics.RectF this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/graphics/RectF;

  public java.lang.String toShortString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // android.graphics.RectF this
         0: .line 116
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            bipush 32
            invokespecial java.lang.StringBuilder.<init>:(I)V
            invokevirtual android.graphics.RectF.toShortString:(Ljava/lang/StringBuilder;)Ljava/lang/String;
            areturn
        end local 0 // android.graphics.RectF this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/RectF;

  public java.lang.String toShortString(java.lang.StringBuilder);
    descriptor: (Ljava/lang/StringBuilder;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.graphics.RectF this
        start local 1 // java.lang.StringBuilder sb
         0: .line 124
            aload 1 /* sb */
            iconst_0
            invokevirtual java.lang.StringBuilder.setLength:(I)V
         1: .line 125
            aload 1 /* sb */
            bipush 91
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
            aload 1 /* sb */
            aload 0 /* this */
            getfield android.graphics.RectF.left:F
            invokevirtual java.lang.StringBuilder.append:(F)Ljava/lang/StringBuilder;
            pop
            aload 1 /* sb */
            bipush 44
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         2: .line 126
            aload 1 /* sb */
            aload 0 /* this */
            getfield android.graphics.RectF.top:F
            invokevirtual java.lang.StringBuilder.append:(F)Ljava/lang/StringBuilder;
            pop
            aload 1 /* sb */
            ldc "]["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
            aload 1 /* sb */
            aload 0 /* this */
            getfield android.graphics.RectF.right:F
            invokevirtual java.lang.StringBuilder.append:(F)Ljava/lang/StringBuilder;
            pop
         3: .line 127
            aload 1 /* sb */
            bipush 44
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
            aload 1 /* sb */
            aload 0 /* this */
            getfield android.graphics.RectF.bottom:F
            invokevirtual java.lang.StringBuilder.append:(F)Ljava/lang/StringBuilder;
            pop
            aload 1 /* sb */
            bipush 93
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         4: .line 128
            aload 1 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder sb
        end local 0 // android.graphics.RectF this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/graphics/RectF;
            0    5     1    sb  Ljava/lang/StringBuilder;
    MethodParameters:
      Name  Flags
      sb    

  public void printShortString(java.io.PrintWriter);
    descriptor: (Ljava/io/PrintWriter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.graphics.RectF this
        start local 1 // java.io.PrintWriter pw
         0: .line 136
            aload 1 /* pw */
            bipush 91
            invokevirtual java.io.PrintWriter.print:(C)V
            aload 1 /* pw */
            aload 0 /* this */
            getfield android.graphics.RectF.left:F
            invokevirtual java.io.PrintWriter.print:(F)V
            aload 1 /* pw */
            bipush 44
            invokevirtual java.io.PrintWriter.print:(C)V
         1: .line 137
            aload 1 /* pw */
            aload 0 /* this */
            getfield android.graphics.RectF.top:F
            invokevirtual java.io.PrintWriter.print:(F)V
            aload 1 /* pw */
            ldc "]["
            invokevirtual java.io.PrintWriter.print:(Ljava/lang/String;)V
            aload 1 /* pw */
            aload 0 /* this */
            getfield android.graphics.RectF.right:F
            invokevirtual java.io.PrintWriter.print:(F)V
         2: .line 138
            aload 1 /* pw */
            bipush 44
            invokevirtual java.io.PrintWriter.print:(C)V
            aload 1 /* pw */
            aload 0 /* this */
            getfield android.graphics.RectF.bottom:F
            invokevirtual java.io.PrintWriter.print:(F)V
            aload 1 /* pw */
            bipush 93
            invokevirtual java.io.PrintWriter.print:(C)V
         3: .line 139
            return
        end local 1 // java.io.PrintWriter pw
        end local 0 // android.graphics.RectF this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/graphics/RectF;
            0    4     1    pw  Ljava/io/PrintWriter;
    MethodParameters:
      Name  Flags
      pw    

  public final boolean isEmpty();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.graphics.RectF this
         0: .line 145
            aload 0 /* this */
            getfield android.graphics.RectF.left:F
            aload 0 /* this */
            getfield android.graphics.RectF.right:F
            fcmpl
            ifge 1
            aload 0 /* this */
            getfield android.graphics.RectF.top:F
            aload 0 /* this */
            getfield android.graphics.RectF.bottom:F
            fcmpl
            ifge 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // android.graphics.RectF this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/graphics/RectF;

  public final float width();
    descriptor: ()F
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.graphics.RectF this
         0: .line 153
            aload 0 /* this */
            getfield android.graphics.RectF.right:F
            aload 0 /* this */
            getfield android.graphics.RectF.left:F
            fsub
            freturn
        end local 0 // android.graphics.RectF this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/RectF;

  public final float height();
    descriptor: ()F
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.graphics.RectF this
         0: .line 161
            aload 0 /* this */
            getfield android.graphics.RectF.bottom:F
            aload 0 /* this */
            getfield android.graphics.RectF.top:F
            fsub
            freturn
        end local 0 // android.graphics.RectF this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/RectF;

  public final float centerX();
    descriptor: ()F
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.graphics.RectF this
         0: .line 169
            aload 0 /* this */
            getfield android.graphics.RectF.left:F
            aload 0 /* this */
            getfield android.graphics.RectF.right:F
            fadd
            ldc 0.5
            fmul
            freturn
        end local 0 // android.graphics.RectF this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/RectF;

  public final float centerY();
    descriptor: ()F
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.graphics.RectF this
         0: .line 177
            aload 0 /* this */
            getfield android.graphics.RectF.top:F
            aload 0 /* this */
            getfield android.graphics.RectF.bottom:F
            fadd
            ldc 0.5
            fmul
            freturn
        end local 0 // android.graphics.RectF this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/RectF;

  public void setEmpty();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // android.graphics.RectF this
         0: .line 184
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            fconst_0
            dup_x1
            putfield android.graphics.RectF.bottom:F
            dup_x1
            putfield android.graphics.RectF.top:F
            dup_x1
            putfield android.graphics.RectF.right:F
            putfield android.graphics.RectF.left:F
         1: .line 185
            return
        end local 0 // android.graphics.RectF this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/graphics/RectF;

  public void set(float, float, float, float);
    descriptor: (FFFF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // android.graphics.RectF this
        start local 1 // float left
        start local 2 // float top
        start local 3 // float right
        start local 4 // float bottom
         0: .line 198
            aload 0 /* this */
            fload 1 /* left */
            putfield android.graphics.RectF.left:F
         1: .line 199
            aload 0 /* this */
            fload 2 /* top */
            putfield android.graphics.RectF.top:F
         2: .line 200
            aload 0 /* this */
            fload 3 /* right */
            putfield android.graphics.RectF.right:F
         3: .line 201
            aload 0 /* this */
            fload 4 /* bottom */
            putfield android.graphics.RectF.bottom:F
         4: .line 202
            return
        end local 4 // float bottom
        end local 3 // float right
        end local 2 // float top
        end local 1 // float left
        end local 0 // android.graphics.RectF this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Landroid/graphics/RectF;
            0    5     1    left  F
            0    5     2     top  F
            0    5     3   right  F
            0    5     4  bottom  F
    MethodParameters:
        Name  Flags
      left    
      top     
      right   
      bottom  

  public void set(android.graphics.RectF);
    descriptor: (Landroid/graphics/RectF;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.graphics.RectF this
        start local 1 // android.graphics.RectF src
         0: .line 211
            aload 0 /* this */
            aload 1 /* src */
            getfield android.graphics.RectF.left:F
            putfield android.graphics.RectF.left:F
         1: .line 212
            aload 0 /* this */
            aload 1 /* src */
            getfield android.graphics.RectF.top:F
            putfield android.graphics.RectF.top:F
         2: .line 213
            aload 0 /* this */
            aload 1 /* src */
            getfield android.graphics.RectF.right:F
            putfield android.graphics.RectF.right:F
         3: .line 214
            aload 0 /* this */
            aload 1 /* src */
            getfield android.graphics.RectF.bottom:F
            putfield android.graphics.RectF.bottom:F
         4: .line 215
            return
        end local 1 // android.graphics.RectF src
        end local 0 // android.graphics.RectF this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/graphics/RectF;
            0    5     1   src  Landroid/graphics/RectF;
    MethodParameters:
      Name  Flags
      src   

  public void set(android.graphics.Rect);
    descriptor: (Landroid/graphics/Rect;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.graphics.RectF this
        start local 1 // android.graphics.Rect src
         0: .line 224
            aload 0 /* this */
            aload 1 /* src */
            getfield android.graphics.Rect.left:I
            i2f
            putfield android.graphics.RectF.left:F
         1: .line 225
            aload 0 /* this */
            aload 1 /* src */
            getfield android.graphics.Rect.top:I
            i2f
            putfield android.graphics.RectF.top:F
         2: .line 226
            aload 0 /* this */
            aload 1 /* src */
            getfield android.graphics.Rect.right:I
            i2f
            putfield android.graphics.RectF.right:F
         3: .line 227
            aload 0 /* this */
            aload 1 /* src */
            getfield android.graphics.Rect.bottom:I
            i2f
            putfield android.graphics.RectF.bottom:F
         4: .line 228
            return
        end local 1 // android.graphics.Rect src
        end local 0 // android.graphics.RectF this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/graphics/RectF;
            0    5     1   src  Landroid/graphics/Rect;
    MethodParameters:
      Name  Flags
      src   

  public void offset(float, float);
    descriptor: (FF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.graphics.RectF this
        start local 1 // float dx
        start local 2 // float dy
         0: .line 238
            aload 0 /* this */
            dup
            getfield android.graphics.RectF.left:F
            fload 1 /* dx */
            fadd
            putfield android.graphics.RectF.left:F
         1: .line 239
            aload 0 /* this */
            dup
            getfield android.graphics.RectF.top:F
            fload 2 /* dy */
            fadd
            putfield android.graphics.RectF.top:F
         2: .line 240
            aload 0 /* this */
            dup
            getfield android.graphics.RectF.right:F
            fload 1 /* dx */
            fadd
            putfield android.graphics.RectF.right:F
         3: .line 241
            aload 0 /* this */
            dup
            getfield android.graphics.RectF.bottom:F
            fload 2 /* dy */
            fadd
            putfield android.graphics.RectF.bottom:F
         4: .line 242
            return
        end local 2 // float dy
        end local 1 // float dx
        end local 0 // android.graphics.RectF this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/graphics/RectF;
            0    5     1    dx  F
            0    5     2    dy  F
    MethodParameters:
      Name  Flags
      dx    
      dy    

  public void offsetTo(float, float);
    descriptor: (FF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // android.graphics.RectF this
        start local 1 // float newLeft
        start local 2 // float newTop
         0: .line 252
            aload 0 /* this */
            dup
            getfield android.graphics.RectF.right:F
            fload 1 /* newLeft */
            aload 0 /* this */
            getfield android.graphics.RectF.left:F
            fsub
            fadd
            putfield android.graphics.RectF.right:F
         1: .line 253
            aload 0 /* this */
            dup
            getfield android.graphics.RectF.bottom:F
            fload 2 /* newTop */
            aload 0 /* this */
            getfield android.graphics.RectF.top:F
            fsub
            fadd
            putfield android.graphics.RectF.bottom:F
         2: .line 254
            aload 0 /* this */
            fload 1 /* newLeft */
            putfield android.graphics.RectF.left:F
         3: .line 255
            aload 0 /* this */
            fload 2 /* newTop */
            putfield android.graphics.RectF.top:F
         4: .line 256
            return
        end local 2 // float newTop
        end local 1 // float newLeft
        end local 0 // android.graphics.RectF this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Landroid/graphics/RectF;
            0    5     1  newLeft  F
            0    5     2   newTop  F
    MethodParameters:
         Name  Flags
      newLeft  
      newTop   

  public void inset(float, float);
    descriptor: (FF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.graphics.RectF this
        start local 1 // float dx
        start local 2 // float dy
         0: .line 268
            aload 0 /* this */
            dup
            getfield android.graphics.RectF.left:F
            fload 1 /* dx */
            fadd
            putfield android.graphics.RectF.left:F
         1: .line 269
            aload 0 /* this */
            dup
            getfield android.graphics.RectF.top:F
            fload 2 /* dy */
            fadd
            putfield android.graphics.RectF.top:F
         2: .line 270
            aload 0 /* this */
            dup
            getfield android.graphics.RectF.right:F
            fload 1 /* dx */
            fsub
            putfield android.graphics.RectF.right:F
         3: .line 271
            aload 0 /* this */
            dup
            getfield android.graphics.RectF.bottom:F
            fload 2 /* dy */
            fsub
            putfield android.graphics.RectF.bottom:F
         4: .line 272
            return
        end local 2 // float dy
        end local 1 // float dx
        end local 0 // android.graphics.RectF this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/graphics/RectF;
            0    5     1    dx  F
            0    5     2    dy  F
    MethodParameters:
      Name  Flags
      dx    
      dy    

  public boolean contains(float, float);
    descriptor: (FF)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.graphics.RectF this
        start local 1 // float x
        start local 2 // float y
         0: .line 286
            aload 0 /* this */
            getfield android.graphics.RectF.left:F
            aload 0 /* this */
            getfield android.graphics.RectF.right:F
            fcmpg
            ifge 3
            aload 0 /* this */
            getfield android.graphics.RectF.top:F
            aload 0 /* this */
            getfield android.graphics.RectF.bottom:F
            fcmpg
            ifge 3
         1: .line 287
            fload 1 /* x */
            aload 0 /* this */
            getfield android.graphics.RectF.left:F
            fcmpl
            iflt 3
            fload 1 /* x */
            aload 0 /* this */
            getfield android.graphics.RectF.right:F
            fcmpg
            ifge 3
            fload 2 /* y */
            aload 0 /* this */
            getfield android.graphics.RectF.top:F
            fcmpl
            iflt 3
            fload 2 /* y */
            aload 0 /* this */
            getfield android.graphics.RectF.bottom:F
         2: .line 286
            fcmpg
            ifge 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 2 // float y
        end local 1 // float x
        end local 0 // android.graphics.RectF this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/graphics/RectF;
            0    4     1     x  F
            0    4     2     y  F
    MethodParameters:
      Name  Flags
      x     
      y     

  public boolean contains(float, float, float, float);
    descriptor: (FFFF)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // android.graphics.RectF this
        start local 1 // float left
        start local 2 // float top
        start local 3 // float right
        start local 4 // float bottom
         0: .line 304
            aload 0 /* this */
            getfield android.graphics.RectF.left:F
            aload 0 /* this */
            getfield android.graphics.RectF.right:F
            fcmpg
            ifge 4
            aload 0 /* this */
            getfield android.graphics.RectF.top:F
            aload 0 /* this */
            getfield android.graphics.RectF.bottom:F
            fcmpg
            ifge 4
         1: .line 306
            aload 0 /* this */
            getfield android.graphics.RectF.left:F
            fload 1 /* left */
            fcmpg
            ifgt 4
            aload 0 /* this */
            getfield android.graphics.RectF.top:F
            fload 2 /* top */
            fcmpg
            ifgt 4
         2: .line 307
            aload 0 /* this */
            getfield android.graphics.RectF.right:F
            fload 3 /* right */
            fcmpl
            iflt 4
            aload 0 /* this */
            getfield android.graphics.RectF.bottom:F
            fload 4 /* bottom */
         3: .line 304
            fcmpl
            iflt 4
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
        end local 4 // float bottom
        end local 3 // float right
        end local 2 // float top
        end local 1 // float left
        end local 0 // android.graphics.RectF this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Landroid/graphics/RectF;
            0    5     1    left  F
            0    5     2     top  F
            0    5     3   right  F
            0    5     4  bottom  F
    MethodParameters:
        Name  Flags
      left    
      top     
      right   
      bottom  

  public boolean contains(android.graphics.RectF);
    descriptor: (Landroid/graphics/RectF;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.graphics.RectF this
        start local 1 // android.graphics.RectF r
         0: .line 320
            aload 0 /* this */
            getfield android.graphics.RectF.left:F
            aload 0 /* this */
            getfield android.graphics.RectF.right:F
            fcmpg
            ifge 4
            aload 0 /* this */
            getfield android.graphics.RectF.top:F
            aload 0 /* this */
            getfield android.graphics.RectF.bottom:F
            fcmpg
            ifge 4
         1: .line 322
            aload 0 /* this */
            getfield android.graphics.RectF.left:F
            aload 1 /* r */
            getfield android.graphics.RectF.left:F
            fcmpg
            ifgt 4
            aload 0 /* this */
            getfield android.graphics.RectF.top:F
            aload 1 /* r */
            getfield android.graphics.RectF.top:F
            fcmpg
            ifgt 4
         2: .line 323
            aload 0 /* this */
            getfield android.graphics.RectF.right:F
            aload 1 /* r */
            getfield android.graphics.RectF.right:F
            fcmpl
            iflt 4
            aload 0 /* this */
            getfield android.graphics.RectF.bottom:F
            aload 1 /* r */
            getfield android.graphics.RectF.bottom:F
         3: .line 320
            fcmpl
            iflt 4
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
        end local 1 // android.graphics.RectF r
        end local 0 // android.graphics.RectF this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/graphics/RectF;
            0    5     1     r  Landroid/graphics/RectF;
    MethodParameters:
      Name  Flags
      r     

  public boolean intersect(float, float, float, float);
    descriptor: (FFFF)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // android.graphics.RectF this
        start local 1 // float left
        start local 2 // float top
        start local 3 // float right
        start local 4 // float bottom
         0: .line 345
            aload 0 /* this */
            getfield android.graphics.RectF.left:F
            fload 3 /* right */
            fcmpg
            ifge 11
            fload 1 /* left */
            aload 0 /* this */
            getfield android.graphics.RectF.right:F
            fcmpg
            ifge 11
         1: .line 346
            aload 0 /* this */
            getfield android.graphics.RectF.top:F
            fload 4 /* bottom */
            fcmpg
            ifge 11
            fload 2 /* top */
            aload 0 /* this */
            getfield android.graphics.RectF.bottom:F
            fcmpg
            ifge 11
         2: .line 347
            aload 0 /* this */
            getfield android.graphics.RectF.left:F
            fload 1 /* left */
            fcmpg
            ifge 4
         3: .line 348
            aload 0 /* this */
            fload 1 /* left */
            putfield android.graphics.RectF.left:F
         4: .line 350
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.graphics.RectF.top:F
            fload 2 /* top */
            fcmpg
            ifge 6
         5: .line 351
            aload 0 /* this */
            fload 2 /* top */
            putfield android.graphics.RectF.top:F
         6: .line 353
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.graphics.RectF.right:F
            fload 3 /* right */
            fcmpl
            ifle 8
         7: .line 354
            aload 0 /* this */
            fload 3 /* right */
            putfield android.graphics.RectF.right:F
         8: .line 356
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.graphics.RectF.bottom:F
            fload 4 /* bottom */
            fcmpl
            ifle 10
         9: .line 357
            aload 0 /* this */
            fload 4 /* bottom */
            putfield android.graphics.RectF.bottom:F
        10: .line 359
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        11: .line 361
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 4 // float bottom
        end local 3 // float right
        end local 2 // float top
        end local 1 // float left
        end local 0 // android.graphics.RectF this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Landroid/graphics/RectF;
            0   12     1    left  F
            0   12     2     top  F
            0   12     3   right  F
            0   12     4  bottom  F
    MethodParameters:
        Name  Flags
      left    
      top     
      right   
      bottom  

  public boolean intersect(android.graphics.RectF);
    descriptor: (Landroid/graphics/RectF;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // android.graphics.RectF this
        start local 1 // android.graphics.RectF r
         0: .line 376
            aload 0 /* this */
            aload 1 /* r */
            getfield android.graphics.RectF.left:F
            aload 1 /* r */
            getfield android.graphics.RectF.top:F
            aload 1 /* r */
            getfield android.graphics.RectF.right:F
            aload 1 /* r */
            getfield android.graphics.RectF.bottom:F
            invokevirtual android.graphics.RectF.intersect:(FFFF)Z
            ireturn
        end local 1 // android.graphics.RectF r
        end local 0 // android.graphics.RectF this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/RectF;
            0    1     1     r  Landroid/graphics/RectF;
    MethodParameters:
      Name  Flags
      r     

  public boolean setIntersect(android.graphics.RectF, android.graphics.RectF);
    descriptor: (Landroid/graphics/RectF;Landroid/graphics/RectF;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.graphics.RectF this
        start local 1 // android.graphics.RectF a
        start local 2 // android.graphics.RectF b
         0: .line 392
            aload 1 /* a */
            getfield android.graphics.RectF.left:F
            aload 2 /* b */
            getfield android.graphics.RectF.right:F
            fcmpg
            ifge 7
            aload 2 /* b */
            getfield android.graphics.RectF.left:F
            aload 1 /* a */
            getfield android.graphics.RectF.right:F
            fcmpg
            ifge 7
         1: .line 393
            aload 1 /* a */
            getfield android.graphics.RectF.top:F
            aload 2 /* b */
            getfield android.graphics.RectF.bottom:F
            fcmpg
            ifge 7
            aload 2 /* b */
            getfield android.graphics.RectF.top:F
            aload 1 /* a */
            getfield android.graphics.RectF.bottom:F
            fcmpg
            ifge 7
         2: .line 394
            aload 0 /* this */
            aload 1 /* a */
            getfield android.graphics.RectF.left:F
            aload 2 /* b */
            getfield android.graphics.RectF.left:F
            invokestatic java.lang.Math.max:(FF)F
            putfield android.graphics.RectF.left:F
         3: .line 395
            aload 0 /* this */
            aload 1 /* a */
            getfield android.graphics.RectF.top:F
            aload 2 /* b */
            getfield android.graphics.RectF.top:F
            invokestatic java.lang.Math.max:(FF)F
            putfield android.graphics.RectF.top:F
         4: .line 396
            aload 0 /* this */
            aload 1 /* a */
            getfield android.graphics.RectF.right:F
            aload 2 /* b */
            getfield android.graphics.RectF.right:F
            invokestatic java.lang.Math.min:(FF)F
            putfield android.graphics.RectF.right:F
         5: .line 397
            aload 0 /* this */
            aload 1 /* a */
            getfield android.graphics.RectF.bottom:F
            aload 2 /* b */
            getfield android.graphics.RectF.bottom:F
            invokestatic java.lang.Math.min:(FF)F
            putfield android.graphics.RectF.bottom:F
         6: .line 398
            iconst_1
            ireturn
         7: .line 400
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // android.graphics.RectF b
        end local 1 // android.graphics.RectF a
        end local 0 // android.graphics.RectF this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Landroid/graphics/RectF;
            0    8     1     a  Landroid/graphics/RectF;
            0    8     2     b  Landroid/graphics/RectF;
    MethodParameters:
      Name  Flags
      a     
      b     

  public boolean intersects(float, float, float, float);
    descriptor: (FFFF)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // android.graphics.RectF this
        start local 1 // float left
        start local 2 // float top
        start local 3 // float right
        start local 4 // float bottom
         0: .line 419
            aload 0 /* this */
            getfield android.graphics.RectF.left:F
            fload 3 /* right */
            fcmpg
            ifge 3
            fload 1 /* left */
            aload 0 /* this */
            getfield android.graphics.RectF.right:F
            fcmpg
            ifge 3
         1: .line 420
            aload 0 /* this */
            getfield android.graphics.RectF.top:F
            fload 4 /* bottom */
            fcmpg
            ifge 3
            fload 2 /* top */
            aload 0 /* this */
            getfield android.graphics.RectF.bottom:F
         2: .line 419
            fcmpg
            ifge 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 4 // float bottom
        end local 3 // float right
        end local 2 // float top
        end local 1 // float left
        end local 0 // android.graphics.RectF this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Landroid/graphics/RectF;
            0    4     1    left  F
            0    4     2     top  F
            0    4     3   right  F
            0    4     4  bottom  F
    MethodParameters:
        Name  Flags
      left    
      top     
      right   
      bottom  

  public static boolean intersects(android.graphics.RectF, android.graphics.RectF);
    descriptor: (Landroid/graphics/RectF;Landroid/graphics/RectF;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.graphics.RectF a
        start local 1 // android.graphics.RectF b
         0: .line 434
            aload 0 /* a */
            getfield android.graphics.RectF.left:F
            aload 1 /* b */
            getfield android.graphics.RectF.right:F
            fcmpg
            ifge 3
            aload 1 /* b */
            getfield android.graphics.RectF.left:F
            aload 0 /* a */
            getfield android.graphics.RectF.right:F
            fcmpg
            ifge 3
         1: .line 435
            aload 0 /* a */
            getfield android.graphics.RectF.top:F
            aload 1 /* b */
            getfield android.graphics.RectF.bottom:F
            fcmpg
            ifge 3
            aload 1 /* b */
            getfield android.graphics.RectF.top:F
            aload 0 /* a */
            getfield android.graphics.RectF.bottom:F
         2: .line 434
            fcmpg
            ifge 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 1 // android.graphics.RectF b
        end local 0 // android.graphics.RectF a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0     a  Landroid/graphics/RectF;
            0    4     1     b  Landroid/graphics/RectF;
    MethodParameters:
      Name  Flags
      a     
      b     

  public void round(android.graphics.Rect);
    descriptor: (Landroid/graphics/Rect;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // android.graphics.RectF this
        start local 1 // android.graphics.Rect dst
         0: .line 443
            aload 1 /* dst */
            aload 0 /* this */
            getfield android.graphics.RectF.left:F
            invokestatic com.android.internal.util.FastMath.round:(F)I
            aload 0 /* this */
            getfield android.graphics.RectF.top:F
            invokestatic com.android.internal.util.FastMath.round:(F)I
         1: .line 444
            aload 0 /* this */
            getfield android.graphics.RectF.right:F
            invokestatic com.android.internal.util.FastMath.round:(F)I
            aload 0 /* this */
            getfield android.graphics.RectF.bottom:F
            invokestatic com.android.internal.util.FastMath.round:(F)I
         2: .line 443
            invokevirtual android.graphics.Rect.set:(IIII)V
         3: .line 445
            return
        end local 1 // android.graphics.Rect dst
        end local 0 // android.graphics.RectF this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/graphics/RectF;
            0    4     1   dst  Landroid/graphics/Rect;
    MethodParameters:
      Name  Flags
      dst   

  public void roundOut(android.graphics.Rect);
    descriptor: (Landroid/graphics/Rect;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // android.graphics.RectF this
        start local 1 // android.graphics.Rect dst
         0: .line 452
            aload 1 /* dst */
            aload 0 /* this */
            getfield android.graphics.RectF.left:F
            f2d
            invokestatic java.lang.Math.floor:(D)D
            d2i
            aload 0 /* this */
            getfield android.graphics.RectF.top:F
            f2d
            invokestatic java.lang.Math.floor:(D)D
            d2i
         1: .line 453
            aload 0 /* this */
            getfield android.graphics.RectF.right:F
            f2d
            invokestatic java.lang.Math.ceil:(D)D
            d2i
            aload 0 /* this */
            getfield android.graphics.RectF.bottom:F
            f2d
            invokestatic java.lang.Math.ceil:(D)D
            d2i
         2: .line 452
            invokevirtual android.graphics.Rect.set:(IIII)V
         3: .line 454
            return
        end local 1 // android.graphics.Rect dst
        end local 0 // android.graphics.RectF this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/graphics/RectF;
            0    4     1   dst  Landroid/graphics/Rect;
    MethodParameters:
      Name  Flags
      dst   

  public void union(float, float, float, float);
    descriptor: (FFFF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // android.graphics.RectF this
        start local 1 // float left
        start local 2 // float top
        start local 3 // float right
        start local 4 // float bottom
         0: .line 467
            fload 1 /* left */
            fload 3 /* right */
            fcmpg
            ifge 15
            fload 2 /* top */
            fload 4 /* bottom */
            fcmpg
            ifge 15
         1: .line 468
            aload 0 /* this */
            getfield android.graphics.RectF.left:F
            aload 0 /* this */
            getfield android.graphics.RectF.right:F
            fcmpg
            ifge 11
            aload 0 /* this */
            getfield android.graphics.RectF.top:F
            aload 0 /* this */
            getfield android.graphics.RectF.bottom:F
            fcmpg
            ifge 11
         2: .line 469
            aload 0 /* this */
            getfield android.graphics.RectF.left:F
            fload 1 /* left */
            fcmpl
            ifle 4
         3: .line 470
            aload 0 /* this */
            fload 1 /* left */
            putfield android.graphics.RectF.left:F
         4: .line 471
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.graphics.RectF.top:F
            fload 2 /* top */
            fcmpl
            ifle 6
         5: .line 472
            aload 0 /* this */
            fload 2 /* top */
            putfield android.graphics.RectF.top:F
         6: .line 473
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.graphics.RectF.right:F
            fload 3 /* right */
            fcmpg
            ifge 8
         7: .line 474
            aload 0 /* this */
            fload 3 /* right */
            putfield android.graphics.RectF.right:F
         8: .line 475
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.graphics.RectF.bottom:F
            fload 4 /* bottom */
            fcmpg
            ifge 15
         9: .line 476
            aload 0 /* this */
            fload 4 /* bottom */
            putfield android.graphics.RectF.bottom:F
        10: .line 477
            goto 15
        11: .line 478
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            fload 1 /* left */
            putfield android.graphics.RectF.left:F
        12: .line 479
            aload 0 /* this */
            fload 2 /* top */
            putfield android.graphics.RectF.top:F
        13: .line 480
            aload 0 /* this */
            fload 3 /* right */
            putfield android.graphics.RectF.right:F
        14: .line 481
            aload 0 /* this */
            fload 4 /* bottom */
            putfield android.graphics.RectF.bottom:F
        15: .line 484
      StackMap locals:
      StackMap stack:
            return
        end local 4 // float bottom
        end local 3 // float right
        end local 2 // float top
        end local 1 // float left
        end local 0 // android.graphics.RectF this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   16     0    this  Landroid/graphics/RectF;
            0   16     1    left  F
            0   16     2     top  F
            0   16     3   right  F
            0   16     4  bottom  F
    MethodParameters:
        Name  Flags
      left    
      top     
      right   
      bottom  

  public void union(android.graphics.RectF);
    descriptor: (Landroid/graphics/RectF;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // android.graphics.RectF this
        start local 1 // android.graphics.RectF r
         0: .line 494
            aload 0 /* this */
            aload 1 /* r */
            getfield android.graphics.RectF.left:F
            aload 1 /* r */
            getfield android.graphics.RectF.top:F
            aload 1 /* r */
            getfield android.graphics.RectF.right:F
            aload 1 /* r */
            getfield android.graphics.RectF.bottom:F
            invokevirtual android.graphics.RectF.union:(FFFF)V
         1: .line 495
            return
        end local 1 // android.graphics.RectF r
        end local 0 // android.graphics.RectF this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/graphics/RectF;
            0    2     1     r  Landroid/graphics/RectF;
    MethodParameters:
      Name  Flags
      r     

  public void union(float, float);
    descriptor: (FF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.graphics.RectF this
        start local 1 // float x
        start local 2 // float y
         0: .line 505
            fload 1 /* x */
            aload 0 /* this */
            getfield android.graphics.RectF.left:F
            fcmpg
            ifge 3
         1: .line 506
            aload 0 /* this */
            fload 1 /* x */
            putfield android.graphics.RectF.left:F
         2: .line 507
            goto 5
      StackMap locals:
      StackMap stack:
         3: fload 1 /* x */
            aload 0 /* this */
            getfield android.graphics.RectF.right:F
            fcmpl
            ifle 5
         4: .line 508
            aload 0 /* this */
            fload 1 /* x */
            putfield android.graphics.RectF.right:F
         5: .line 510
      StackMap locals:
      StackMap stack:
            fload 2 /* y */
            aload 0 /* this */
            getfield android.graphics.RectF.top:F
            fcmpg
            ifge 8
         6: .line 511
            aload 0 /* this */
            fload 2 /* y */
            putfield android.graphics.RectF.top:F
         7: .line 512
            goto 10
      StackMap locals:
      StackMap stack:
         8: fload 2 /* y */
            aload 0 /* this */
            getfield android.graphics.RectF.bottom:F
            fcmpl
            ifle 10
         9: .line 513
            aload 0 /* this */
            fload 2 /* y */
            putfield android.graphics.RectF.bottom:F
        10: .line 515
      StackMap locals:
      StackMap stack:
            return
        end local 2 // float y
        end local 1 // float x
        end local 0 // android.graphics.RectF this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Landroid/graphics/RectF;
            0   11     1     x  F
            0   11     2     y  F
    MethodParameters:
      Name  Flags
      x     
      y     

  public void sort();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // android.graphics.RectF this
         0: .line 525
            aload 0 /* this */
            getfield android.graphics.RectF.left:F
            aload 0 /* this */
            getfield android.graphics.RectF.right:F
            fcmpl
            ifle 4
         1: .line 526
            aload 0 /* this */
            getfield android.graphics.RectF.left:F
            fstore 1 /* temp */
        start local 1 // float temp
         2: .line 527
            aload 0 /* this */
            aload 0 /* this */
            getfield android.graphics.RectF.right:F
            putfield android.graphics.RectF.left:F
         3: .line 528
            aload 0 /* this */
            fload 1 /* temp */
            putfield android.graphics.RectF.right:F
        end local 1 // float temp
         4: .line 530
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.graphics.RectF.top:F
            aload 0 /* this */
            getfield android.graphics.RectF.bottom:F
            fcmpl
            ifle 8
         5: .line 531
            aload 0 /* this */
            getfield android.graphics.RectF.top:F
            fstore 1 /* temp */
        start local 1 // float temp
         6: .line 532
            aload 0 /* this */
            aload 0 /* this */
            getfield android.graphics.RectF.bottom:F
            putfield android.graphics.RectF.top:F
         7: .line 533
            aload 0 /* this */
            fload 1 /* temp */
            putfield android.graphics.RectF.bottom:F
        end local 1 // float temp
         8: .line 535
      StackMap locals:
      StackMap stack:
            return
        end local 0 // android.graphics.RectF this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Landroid/graphics/RectF;
            2    4     1  temp  F
            6    8     1  temp  F

  public int describeContents();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.graphics.RectF this
         0: .line 541
            iconst_0
            ireturn
        end local 0 // android.graphics.RectF this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/RectF;

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.graphics.RectF this
        start local 1 // android.os.Parcel out
        start local 2 // int flags
         0: .line 550
            aload 1 /* out */
            aload 0 /* this */
            getfield android.graphics.RectF.left:F
            invokevirtual android.os.Parcel.writeFloat:(F)V
         1: .line 551
            aload 1 /* out */
            aload 0 /* this */
            getfield android.graphics.RectF.top:F
            invokevirtual android.os.Parcel.writeFloat:(F)V
         2: .line 552
            aload 1 /* out */
            aload 0 /* this */
            getfield android.graphics.RectF.right:F
            invokevirtual android.os.Parcel.writeFloat:(F)V
         3: .line 553
            aload 1 /* out */
            aload 0 /* this */
            getfield android.graphics.RectF.bottom:F
            invokevirtual android.os.Parcel.writeFloat:(F)V
         4: .line 554
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel out
        end local 0 // android.graphics.RectF this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Landroid/graphics/RectF;
            0    5     1    out  Landroid/os/Parcel;
            0    5     2  flags  I
    MethodParameters:
       Name  Flags
      out    
      flags  

  public void readFromParcel(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.graphics.RectF this
        start local 1 // android.os.Parcel in
         0: .line 581
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readFloat:()F
            putfield android.graphics.RectF.left:F
         1: .line 582
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readFloat:()F
            putfield android.graphics.RectF.top:F
         2: .line 583
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readFloat:()F
            putfield android.graphics.RectF.right:F
         3: .line 584
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readFloat:()F
            putfield android.graphics.RectF.bottom:F
         4: .line 585
            return
        end local 1 // android.os.Parcel in
        end local 0 // android.graphics.RectF this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/graphics/RectF;
            0    5     1    in  Landroid/os/Parcel;
    MethodParameters:
      Name  Flags
      in    

  public void scale(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.graphics.RectF this
        start local 1 // float scale
         0: .line 592
            fload 1 /* scale */
            fconst_1
            fcmpl
            ifeq 5
         1: .line 593
            aload 0 /* this */
            dup
            getfield android.graphics.RectF.left:F
            fload 1 /* scale */
            fmul
            putfield android.graphics.RectF.left:F
         2: .line 594
            aload 0 /* this */
            dup
            getfield android.graphics.RectF.top:F
            fload 1 /* scale */
            fmul
            putfield android.graphics.RectF.top:F
         3: .line 595
            aload 0 /* this */
            dup
            getfield android.graphics.RectF.right:F
            fload 1 /* scale */
            fmul
            putfield android.graphics.RectF.right:F
         4: .line 596
            aload 0 /* this */
            dup
            getfield android.graphics.RectF.bottom:F
            fload 1 /* scale */
            fmul
            putfield android.graphics.RectF.bottom:F
         5: .line 598
      StackMap locals:
      StackMap stack:
            return
        end local 1 // float scale
        end local 0 // android.graphics.RectF this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Landroid/graphics/RectF;
            0    6     1  scale  F
    MethodParameters:
       Name  Flags
      scale  
}
SourceFile: "RectF.java"
NestMembers:
  android.graphics.RectF$1
InnerClasses:
  android.graphics.RectF$1
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable