package p;

import java.util.LinkedHashMap;
import java.util.Map;

/* JADX INFO: loaded from: classes.dex */
public final class o0 {

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

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

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

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

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

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

    public o0(a0 a0Var, m0 m0Var, C2643E c2643e, e0 e0Var, boolean z6, Map map) {
        this.f22778a = a0Var;
        this.f22779b = m0Var;
        this.f22780c = c2643e;
        this.f22781d = e0Var;
        this.f22782e = z6;
        this.f22783f = map;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof o0)) {
            return false;
        }
        o0 o0Var = (o0) obj;
        return kotlin.jvm.internal.o.c(this.f22778a, o0Var.f22778a) && kotlin.jvm.internal.o.c(this.f22779b, o0Var.f22779b) && kotlin.jvm.internal.o.c(this.f22780c, o0Var.f22780c) && kotlin.jvm.internal.o.c(this.f22781d, o0Var.f22781d) && this.f22782e == o0Var.f22782e && kotlin.jvm.internal.o.c(this.f22783f, o0Var.f22783f);
    }

    public final int hashCode() {
        a0 a0Var = this.f22778a;
        int iHashCode = (a0Var == null ? 0 : a0Var.hashCode()) * 31;
        m0 m0Var = this.f22779b;
        int iHashCode2 = (iHashCode + (m0Var == null ? 0 : m0Var.hashCode())) * 31;
        C2643E c2643e = this.f22780c;
        int iHashCode3 = (iHashCode2 + (c2643e == null ? 0 : c2643e.hashCode())) * 31;
        e0 e0Var = this.f22781d;
        return this.f22783f.hashCode() + com.google.android.recaptcha.internal.a.f((iHashCode3 + (e0Var != null ? e0Var.hashCode() : 0)) * 961, 31, this.f22782e);
    }

    public final String toString() {
        return "TransitionData(fade=" + this.f22778a + ", slide=" + this.f22779b + ", changeSize=" + this.f22780c + ", scale=" + this.f22781d + ", veil=null, hold=" + this.f22782e + ", effectsMap=" + this.f22783f + ')';
    }

    public /* synthetic */ o0(a0 a0Var, m0 m0Var, C2643E c2643e, e0 e0Var, LinkedHashMap linkedHashMap, int i6) {
        this((i6 & 1) != 0 ? null : a0Var, (i6 & 2) != 0 ? null : m0Var, (i6 & 4) != 0 ? null : c2643e, (i6 & 8) != 0 ? null : e0Var, (i6 & 32) == 0, (i6 & 64) != 0 ? x4.z.f26066a : linkedHashMap);
    }
}
