package coil.compose;

import B.InterfaceC0092w;
import G0.InterfaceC0262j;
import androidx.compose.runtime.Stable;
import i0.InterfaceC2242f;
import i0.InterfaceC2255s;
import kotlin.jvm.internal.o;
import p0.AbstractC2715v;
import q.AbstractC2761L;

/* JADX INFO: loaded from: classes.dex */
final class RealSubcomposeAsyncImageScope implements SubcomposeAsyncImageScope, InterfaceC0092w {
    private final InterfaceC2242f alignment;
    private final float alpha;
    private final boolean clipToBounds;
    private final AbstractC2715v colorFilter;
    private final String contentDescription;
    private final InterfaceC0262j contentScale;
    private final AsyncImagePainter painter;
    private final InterfaceC0092w parentScope;

    public RealSubcomposeAsyncImageScope(InterfaceC0092w interfaceC0092w, AsyncImagePainter asyncImagePainter, String str, InterfaceC2242f interfaceC2242f, InterfaceC0262j interfaceC0262j, float f6, AbstractC2715v abstractC2715v, boolean z6) {
        this.parentScope = interfaceC0092w;
        this.painter = asyncImagePainter;
        this.contentDescription = str;
        this.alignment = interfaceC2242f;
        this.contentScale = interfaceC0262j;
        this.alpha = f6;
        this.colorFilter = abstractC2715v;
        this.clipToBounds = z6;
    }

    private final InterfaceC0092w component1() {
        return this.parentScope;
    }

    public static /* synthetic */ RealSubcomposeAsyncImageScope copy$default(RealSubcomposeAsyncImageScope realSubcomposeAsyncImageScope, InterfaceC0092w interfaceC0092w, AsyncImagePainter asyncImagePainter, String str, InterfaceC2242f interfaceC2242f, InterfaceC0262j interfaceC0262j, float f6, AbstractC2715v abstractC2715v, boolean z6, int i6, Object obj) {
        if ((i6 & 1) != 0) {
            interfaceC0092w = realSubcomposeAsyncImageScope.parentScope;
        }
        if ((i6 & 2) != 0) {
            asyncImagePainter = realSubcomposeAsyncImageScope.painter;
        }
        if ((i6 & 4) != 0) {
            str = realSubcomposeAsyncImageScope.contentDescription;
        }
        if ((i6 & 8) != 0) {
            interfaceC2242f = realSubcomposeAsyncImageScope.alignment;
        }
        if ((i6 & 16) != 0) {
            interfaceC0262j = realSubcomposeAsyncImageScope.contentScale;
        }
        if ((i6 & 32) != 0) {
            f6 = realSubcomposeAsyncImageScope.alpha;
        }
        if ((i6 & 64) != 0) {
            abstractC2715v = realSubcomposeAsyncImageScope.colorFilter;
        }
        if ((i6 & 128) != 0) {
            z6 = realSubcomposeAsyncImageScope.clipToBounds;
        }
        AbstractC2715v abstractC2715v2 = abstractC2715v;
        boolean z7 = z6;
        InterfaceC0262j interfaceC0262j2 = interfaceC0262j;
        float f7 = f6;
        return realSubcomposeAsyncImageScope.copy(interfaceC0092w, asyncImagePainter, str, interfaceC2242f, interfaceC0262j2, f7, abstractC2715v2, z7);
    }

    @Override // coil.compose.SubcomposeAsyncImageScope, B.InterfaceC0092w
    @Stable
    public InterfaceC2255s align(InterfaceC2255s interfaceC2255s, InterfaceC2242f interfaceC2242f) {
        return this.parentScope.align(interfaceC2255s, interfaceC2242f);
    }

    public final AsyncImagePainter component2() {
        return this.painter;
    }

    public final String component3() {
        return this.contentDescription;
    }

    public final InterfaceC2242f component4() {
        return this.alignment;
    }

    public final InterfaceC0262j component5() {
        return this.contentScale;
    }

    public final float component6() {
        return this.alpha;
    }

    public final AbstractC2715v component7() {
        return this.colorFilter;
    }

    public final boolean component8() {
        return this.clipToBounds;
    }

    public final RealSubcomposeAsyncImageScope copy(InterfaceC0092w interfaceC0092w, AsyncImagePainter asyncImagePainter, String str, InterfaceC2242f interfaceC2242f, InterfaceC0262j interfaceC0262j, float f6, AbstractC2715v abstractC2715v, boolean z6) {
        return new RealSubcomposeAsyncImageScope(interfaceC0092w, asyncImagePainter, str, interfaceC2242f, interfaceC0262j, f6, abstractC2715v, z6);
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof RealSubcomposeAsyncImageScope)) {
            return false;
        }
        RealSubcomposeAsyncImageScope realSubcomposeAsyncImageScope = (RealSubcomposeAsyncImageScope) obj;
        return o.c(this.parentScope, realSubcomposeAsyncImageScope.parentScope) && o.c(this.painter, realSubcomposeAsyncImageScope.painter) && o.c(this.contentDescription, realSubcomposeAsyncImageScope.contentDescription) && o.c(this.alignment, realSubcomposeAsyncImageScope.alignment) && o.c(this.contentScale, realSubcomposeAsyncImageScope.contentScale) && Float.compare(this.alpha, realSubcomposeAsyncImageScope.alpha) == 0 && o.c(this.colorFilter, realSubcomposeAsyncImageScope.colorFilter) && this.clipToBounds == realSubcomposeAsyncImageScope.clipToBounds;
    }

    @Override // coil.compose.SubcomposeAsyncImageScope
    public InterfaceC2242f getAlignment() {
        return this.alignment;
    }

    @Override // coil.compose.SubcomposeAsyncImageScope
    public float getAlpha() {
        return this.alpha;
    }

    @Override // coil.compose.SubcomposeAsyncImageScope
    public boolean getClipToBounds() {
        return this.clipToBounds;
    }

    @Override // coil.compose.SubcomposeAsyncImageScope
    public AbstractC2715v getColorFilter() {
        return this.colorFilter;
    }

    @Override // coil.compose.SubcomposeAsyncImageScope
    public String getContentDescription() {
        return this.contentDescription;
    }

    @Override // coil.compose.SubcomposeAsyncImageScope
    public InterfaceC0262j getContentScale() {
        return this.contentScale;
    }

    @Override // coil.compose.SubcomposeAsyncImageScope
    public AsyncImagePainter getPainter() {
        return this.painter;
    }

    public int hashCode() {
        int iHashCode = (this.painter.hashCode() + (this.parentScope.hashCode() * 31)) * 31;
        String str = this.contentDescription;
        int iB = com.google.android.recaptcha.internal.a.b(this.alpha, (this.contentScale.hashCode() + ((this.alignment.hashCode() + ((iHashCode + (str == null ? 0 : str.hashCode())) * 31)) * 31)) * 31, 31);
        AbstractC2715v abstractC2715v = this.colorFilter;
        return Boolean.hashCode(this.clipToBounds) + ((iB + (abstractC2715v != null ? abstractC2715v.hashCode() : 0)) * 31);
    }

    @Override // coil.compose.SubcomposeAsyncImageScope, B.InterfaceC0092w
    @Stable
    public InterfaceC2255s matchParentSize(InterfaceC2255s interfaceC2255s) {
        return this.parentScope.matchParentSize(interfaceC2255s);
    }

    public String toString() {
        StringBuilder sb = new StringBuilder("RealSubcomposeAsyncImageScope(parentScope=");
        sb.append(this.parentScope);
        sb.append(", painter=");
        sb.append(this.painter);
        sb.append(", contentDescription=");
        sb.append(this.contentDescription);
        sb.append(", alignment=");
        sb.append(this.alignment);
        sb.append(", contentScale=");
        sb.append(this.contentScale);
        sb.append(", alpha=");
        sb.append(this.alpha);
        sb.append(", colorFilter=");
        sb.append(this.colorFilter);
        sb.append(", clipToBounds=");
        return AbstractC2761L.h(sb, this.clipToBounds, ')');
    }
}
