package m7;

import android.os.Parcel;
import android.os.Parcelable;
import n7.c4;

/* JADX INFO: loaded from: classes2.dex */
public final class h extends f8.a {
    public static final Parcelable.Creator<h> CREATOR = new c4(10);

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final boolean f30445a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final boolean f30446b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final String f30447c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final boolean f30448d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final float f30449e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final int f30450f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public final boolean f30451g;

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public final boolean f30452h;

    /* JADX INFO: renamed from: i, reason: collision with root package name */
    public final boolean f30453i;

    public h(boolean z10, boolean z11, String str, boolean z12, float f10, int i10, boolean z13, boolean z14, boolean z15) {
        this.f30445a = z10;
        this.f30446b = z11;
        this.f30447c = str;
        this.f30448d = z12;
        this.f30449e = f10;
        this.f30450f = i10;
        this.f30451g = z13;
        this.f30452h = z14;
        this.f30453i = z15;
    }

    @Override // android.os.Parcelable
    public final void writeToParcel(Parcel parcel, int i10) {
        int I = com.bumptech.glide.g.I(20293, parcel);
        com.bumptech.glide.g.C(parcel, 2, 4);
        parcel.writeInt(this.f30445a ? 1 : 0);
        com.bumptech.glide.g.C(parcel, 3, 4);
        parcel.writeInt(this.f30446b ? 1 : 0);
        com.bumptech.glide.g.r(parcel, 4, this.f30447c);
        com.bumptech.glide.g.C(parcel, 5, 4);
        parcel.writeInt(this.f30448d ? 1 : 0);
        com.bumptech.glide.g.C(parcel, 6, 4);
        parcel.writeFloat(this.f30449e);
        com.bumptech.glide.g.C(parcel, 7, 4);
        parcel.writeInt(this.f30450f);
        com.bumptech.glide.g.C(parcel, 8, 4);
        parcel.writeInt(this.f30451g ? 1 : 0);
        com.bumptech.glide.g.C(parcel, 9, 4);
        parcel.writeInt(this.f30452h ? 1 : 0);
        com.bumptech.glide.g.C(parcel, 10, 4);
        parcel.writeInt(this.f30453i ? 1 : 0);
        com.bumptech.glide.g.N(I, parcel);
    }

    public h(boolean z10, boolean z11, boolean z12, float f10, boolean z13, boolean z14, boolean z15) {
        this(z10, z11, null, z12, f10, -1, z13, z14, z15);
    }
}
