90 lines
2.3 KiB
Java
90 lines
2.3 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.Kb, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0589Kb implements Parcelable {
|
|
public static final Parcelable.Creator<C0589Kb> CREATOR = new Parcelable.Creator<C0589Kb>() { // from class: o.Kb.5
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ C0589Kb createFromParcel(Parcel parcel) {
|
|
return new C0589Kb(parcel);
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ C0589Kb[] newArray(int i) {
|
|
return new C0589Kb[i];
|
|
}
|
|
};
|
|
public Double c;
|
|
public Double d;
|
|
public List<C0588Ka> e;
|
|
|
|
@Override // android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
protected C0589Kb(Parcel parcel) {
|
|
if (parcel.readByte() == 0) {
|
|
this.d = null;
|
|
} else {
|
|
this.d = Double.valueOf(parcel.readDouble());
|
|
}
|
|
if (parcel.readByte() == 0) {
|
|
this.c = null;
|
|
} else {
|
|
this.c = Double.valueOf(parcel.readDouble());
|
|
}
|
|
this.e = parcel.createTypedArrayList(C0588Ka.CREATOR);
|
|
}
|
|
|
|
private C0589Kb(HBt hBt) {
|
|
this.d = hBt.a;
|
|
this.c = hBt.b;
|
|
this.e = hBt.d;
|
|
}
|
|
|
|
public static HBt a() {
|
|
return new HBt((byte) 0);
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
if (this.d == null) {
|
|
parcel.writeByte((byte) 0);
|
|
} else {
|
|
parcel.writeByte((byte) 1);
|
|
parcel.writeDouble(this.d.doubleValue());
|
|
}
|
|
if (this.c == null) {
|
|
parcel.writeByte((byte) 0);
|
|
} else {
|
|
parcel.writeByte((byte) 1);
|
|
parcel.writeDouble(this.c.doubleValue());
|
|
}
|
|
parcel.writeTypedList(this.e);
|
|
}
|
|
|
|
/* renamed from: o.Kb$HBt */
|
|
/* loaded from: classes3.dex */
|
|
public static final class HBt {
|
|
public Double a;
|
|
public Double b;
|
|
public List<C0588Ka> d;
|
|
|
|
private HBt() {
|
|
}
|
|
|
|
/* synthetic */ HBt(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
public /* synthetic */ C0589Kb(HBt hBt, byte b) {
|
|
this(hBt);
|
|
}
|
|
}
|