package B;

import i0.AbstractC2254r;
import i0.InterfaceC2242f;

/* JADX INFO: renamed from: B.o, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
final class C0077o extends I0.Z {

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

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

    public C0077o(InterfaceC2242f interfaceC2242f, boolean z6) {
        this.f348a = interfaceC2242f;
        this.f349b = z6;
    }

    @Override // I0.Z
    public final AbstractC2254r create() {
        C0079p c0079p = new C0079p();
        c0079p.f354a = this.f348a;
        c0079p.f355b = this.f349b;
        return c0079p;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        C0077o c0077o = obj instanceof C0077o ? (C0077o) obj : null;
        return c0077o != null && kotlin.jvm.internal.o.c(this.f348a, c0077o.f348a) && this.f349b == c0077o.f349b;
    }

    public final int hashCode() {
        return Boolean.hashCode(this.f349b) + (this.f348a.hashCode() * 31);
    }

    @Override // I0.Z
    public final void update(AbstractC2254r abstractC2254r) {
        C0079p c0079p = (C0079p) abstractC2254r;
        c0079p.f354a = this.f348a;
        c0079p.f355b = this.f349b;
    }

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