package n0;

import B3.f;
import P2.C0253j;

/* JADX INFO: renamed from: n0.b, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1248b {

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

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

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

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

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public int f14973e;

    public C1248b(C1247a c1247a, C1247a c1247a2, f fVar) {
        this.f14973e = 0;
        if (fVar == null) {
            throw new IllegalArgumentException();
        }
        this.f14969a = c1247a;
        this.f14970b = c1247a2;
        this.f14971c = fVar;
        this.f14972d = null;
    }

    public final String toString() {
        f fVar = this.f14971c;
        return "[" + this.f14969a.f14962a + " -> " + this.f14970b.f14962a + " <" + (fVar != null ? fVar.f975b : this.f14972d != null ? "EntranceTransitionNotSupport" : "auto") + ">]";
    }

    public C1248b(C1247a c1247a, C1247a c1247a2) {
        this.f14973e = 0;
        this.f14969a = c1247a;
        this.f14970b = c1247a2;
        this.f14971c = null;
        this.f14972d = null;
    }

    public C1248b(C1247a c1247a, C1247a c1247a2, C0253j c0253j) {
        this.f14973e = 0;
        if (c0253j != null) {
            this.f14969a = c1247a;
            this.f14970b = c1247a2;
            this.f14971c = null;
            this.f14972d = c0253j;
            return;
        }
        throw new IllegalArgumentException();
    }
}
