106 lines
2.5 KiB
Java
106 lines
2.5 KiB
Java
|
package o;
|
||
|
|
||
|
import android.os.Parcel;
|
||
|
import android.os.Parcelable;
|
||
|
|
||
|
/* renamed from: o.Gn, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class C0436Gn implements Parcelable {
|
||
|
public static final Parcelable.Creator<C0436Gn> CREATOR;
|
||
|
private final double a;
|
||
|
private final double b;
|
||
|
private final String c;
|
||
|
private final double d;
|
||
|
private final String e;
|
||
|
private final double j;
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
public C0436Gn(String str, String str2, double d, double d2, double d3, double d4) {
|
||
|
this.e = str;
|
||
|
this.c = str2;
|
||
|
this.j = d;
|
||
|
this.a = d2;
|
||
|
this.b = d3;
|
||
|
this.d = d4;
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.Gn$LWm */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class LWm {
|
||
|
private LWm() {
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ LWm(byte b) {
|
||
|
this();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.Gn$IeS */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class IeS implements Parcelable.Creator<C0436Gn> {
|
||
|
IeS() {
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ C0436Gn createFromParcel(Parcel parcel) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
return new C0436Gn(parcel);
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ C0436Gn[] newArray(int i) {
|
||
|
return new C0436Gn[i];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
static {
|
||
|
new LWm((byte) 0);
|
||
|
CREATOR = new IeS();
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: 'this' call moved to the top of the method (can break code semantics) */
|
||
|
public C0436Gn(Parcel parcel) {
|
||
|
this(parcel.readString(), parcel.readString(), parcel.readDouble(), parcel.readDouble(), parcel.readDouble(), parcel.readDouble());
|
||
|
C14957gcv.e(parcel, "");
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public void writeToParcel(Parcel parcel, int i) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
parcel.writeString(e());
|
||
|
parcel.writeString(d());
|
||
|
parcel.writeDouble(g());
|
||
|
parcel.writeDouble(a());
|
||
|
parcel.writeDouble(b());
|
||
|
parcel.writeDouble(c());
|
||
|
}
|
||
|
|
||
|
public double g() {
|
||
|
return this.j;
|
||
|
}
|
||
|
|
||
|
public double b() {
|
||
|
return this.b;
|
||
|
}
|
||
|
|
||
|
public double a() {
|
||
|
return this.a;
|
||
|
}
|
||
|
|
||
|
public String e() {
|
||
|
return this.e;
|
||
|
}
|
||
|
|
||
|
public String d() {
|
||
|
return this.c;
|
||
|
}
|
||
|
|
||
|
public double c() {
|
||
|
return this.d;
|
||
|
}
|
||
|
}
|