package n7;

import android.os.Parcel;
import android.os.Parcelable;
import androidx.annotation.Nullable;
import java.util.Objects;

/* JADX INFO: loaded from: classes2.dex */
public final class p3 extends f8.a {
    public static final Parcelable.Creator<p3> CREATOR = new androidx.activity.result.a(26);

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

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

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

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

    public p3(String str, int i10, a4 a4Var, int i11) {
        this.f31009a = str;
        this.f31010b = i10;
        this.f31011c = a4Var;
        this.f31012d = i11;
    }

    public final boolean equals(@Nullable Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj instanceof p3) {
            p3 p3Var = (p3) obj;
            if (this.f31009a.equals(p3Var.f31009a) && this.f31010b == p3Var.f31010b && this.f31011c.w(p3Var.f31011c)) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        return Objects.hash(this.f31009a, Integer.valueOf(this.f31010b), this.f31011c);
    }

    @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.r(parcel, 1, this.f31009a);
        com.bumptech.glide.g.C(parcel, 2, 4);
        parcel.writeInt(this.f31010b);
        com.bumptech.glide.g.q(parcel, 3, this.f31011c, i10);
        com.bumptech.glide.g.C(parcel, 4, 4);
        parcel.writeInt(this.f31012d);
        com.bumptech.glide.g.N(I, parcel);
    }
}
