package p;

import i0.InterfaceC2242f;
import q.C2790n0;

/* JADX INFO: renamed from: p.E, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C2643E {

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final J4.c f22619b;

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

    public C2643E(InterfaceC2242f interfaceC2242f, J4.c cVar, C2790n0 c2790n0) {
        this.f22618a = interfaceC2242f;
        this.f22619b = cVar;
        this.f22620c = c2790n0;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C2643E)) {
            return false;
        }
        C2643E c2643e = (C2643E) obj;
        return kotlin.jvm.internal.o.c(this.f22618a, c2643e.f22618a) && kotlin.jvm.internal.o.c(this.f22619b, c2643e.f22619b) && this.f22620c.equals(c2643e.f22620c);
    }

    public final int hashCode() {
        return Boolean.hashCode(true) + ((this.f22620c.hashCode() + ((this.f22619b.hashCode() + (this.f22618a.hashCode() * 31)) * 31)) * 31);
    }

    public final String toString() {
        return "ChangeSize(alignment=" + this.f22618a + ", size=" + this.f22619b + ", animationSpec=" + this.f22620c + ", clip=true)";
    }
}
