class android.location.Geofence$1 implements android.os.Parcelable$Creator<android.location.Geofence>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.location.Geofence$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.location.Geofence$1 this
         0: .line 101
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.location.Geofence$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/location/Geofence$1;

  public android.location.Geofence createFromParcel(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)Landroid/location/Geofence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // android.location.Geofence$1 this
        start local 1 // android.os.Parcel in
         0: .line 104
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            istore 2 /* type */
        start local 2 // int type
         1: .line 105
            aload 1 /* in */
            invokevirtual android.os.Parcel.readDouble:()D
            dstore 3 /* latitude */
        start local 3 // double latitude
         2: .line 106
            aload 1 /* in */
            invokevirtual android.os.Parcel.readDouble:()D
            dstore 5 /* longitude */
        start local 5 // double longitude
         3: .line 107
            aload 1 /* in */
            invokevirtual android.os.Parcel.readFloat:()F
            fstore 7 /* radius */
        start local 7 // float radius
         4: .line 108
            iload 2 /* type */
            invokestatic android.location.Geofence.checkType:(I)V
         5: .line 109
            dload 3 /* latitude */
            dload 5 /* longitude */
            fload 7 /* radius */
            invokestatic android.location.Geofence.createCircle:(DDF)Landroid/location/Geofence;
            areturn
        end local 7 // float radius
        end local 5 // double longitude
        end local 3 // double latitude
        end local 2 // int type
        end local 1 // android.os.Parcel in
        end local 0 // android.location.Geofence$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Landroid/location/Geofence$1;
            0    6     1         in  Landroid/os/Parcel;
            1    6     2       type  I
            2    6     3   latitude  D
            3    6     5  longitude  D
            4    6     7     radius  F
    MethodParameters:
      Name  Flags
      in    

  public android.location.Geofence[] newArray(int);
    descriptor: (I)[Landroid/location/Geofence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // android.location.Geofence$1 this
        start local 1 // int size
         0: .line 113
            iload 1 /* size */
            anewarray android.location.Geofence
            areturn
        end local 1 // int size
        end local 0 // android.location.Geofence$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/location/Geofence$1;
            0    1     1  size  I
    MethodParameters:
      Name  Flags
      size  

  public java.lang.Object createFromParcel(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual android.location.Geofence$1.createFromParcel:(Landroid/os/Parcel;)Landroid/location/Geofence;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object[] newArray(int);
    descriptor: (I)[Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual android.location.Geofence$1.newArray:(I)[Landroid/location/Geofence;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Landroid/os/Parcelable$Creator<Landroid/location/Geofence;>;
SourceFile: "Geofence.java"
EnclosingMethod: android.location.Geofence
NestHost: android.location.Geofence
InnerClasses:
  android.location.Geofence$1
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable