package Q;

import I0.Z;
import J0.L0;
import K.E;
import T.p;
import V.Y;
import i0.AbstractC2254r;

/* JADX INFO: loaded from: classes.dex */
final class j extends Z {

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

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final V.Z f5707c;

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

    public j(p pVar, Y y6, V.Z z6, E e6) {
        this.f5705a = pVar;
        this.f5706b = y6;
        this.f5707c = z6;
        this.f5708d = e6;
    }

    @Override // I0.Z
    public final AbstractC2254r create() {
        return new l(this.f5705a, this.f5706b, this.f5707c, this.f5708d);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof j)) {
            return false;
        }
        j jVar = (j) obj;
        return this.f5705a == jVar.f5705a && this.f5706b == jVar.f5706b && this.f5707c == jVar.f5707c && this.f5708d == jVar.f5708d;
    }

    public final int hashCode() {
        return this.f5708d.hashCode() + ((this.f5707c.hashCode() + ((this.f5706b.hashCode() + (this.f5705a.hashCode() * 31)) * 31)) * 31);
    }

    @Override // I0.Z
    public final void update(AbstractC2254r abstractC2254r) {
        l lVar = (l) abstractC2254r;
        lVar.f5713c.f6345b = null;
        p pVar = this.f5705a;
        lVar.f5713c = pVar;
        pVar.f6345b = lVar;
        pVar.f6346c = lVar.isAttached() ? m.f5721c : m.f5720b;
        lVar.f5714d = this.f5706b;
        lVar.f5715e = this.f5707c;
        lVar.f5716f = this.f5708d;
    }

    @Override // I0.Z
    public final void inspectableProperties(L0 l02) {
    }
}
