package e8;

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

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

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

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

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

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

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

    public u(boolean z10, String str, int i10, int i11, long j10) {
        this.f25559a = z10;
        this.f25560b = str;
        this.f25561c = hb.a.J0(i10) - 1;
        this.f25562d = com.bumptech.glide.g.F(i11) - 1;
        this.f25563e = j10;
    }

    @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, 1, 4);
        parcel.writeInt(this.f25559a ? 1 : 0);
        com.bumptech.glide.g.r(parcel, 2, this.f25560b);
        com.bumptech.glide.g.C(parcel, 3, 4);
        parcel.writeInt(this.f25561c);
        com.bumptech.glide.g.C(parcel, 4, 4);
        parcel.writeInt(this.f25562d);
        com.bumptech.glide.g.C(parcel, 5, 8);
        parcel.writeLong(this.f25563e);
        com.bumptech.glide.g.N(I, parcel);
    }
}
