package x;

import B.C0096y;
import m3.AbstractC2467b;
import q.AbstractC2771e;
import q.C2790n0;
import w4.C3137A;

/* JADX INFO: loaded from: classes.dex */
public final class E0 extends C4.j implements J4.e {

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public /* synthetic */ Object f25555b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final /* synthetic */ float f25556c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final /* synthetic */ C2790n0 f25557d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final /* synthetic */ kotlin.jvm.internal.z f25558e;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public E0(float f6, C2790n0 c2790n0, kotlin.jvm.internal.z zVar, A4.d dVar) {
        super(2, dVar);
        this.f25556c = f6;
        this.f25557d = c2790n0;
        this.f25558e = zVar;
    }

    @Override // C4.a
    public final A4.d create(Object obj, A4.d dVar) {
        E0 e0 = new E0(this.f25556c, this.f25557d, this.f25558e, dVar);
        e0.f25555b = obj;
        return e0;
    }

    @Override // J4.e
    public final Object invoke(Object obj, Object obj2) {
        return ((E0) create((G0) obj, (A4.d) obj2)).invokeSuspend(C3137A.f25453a);
    }

    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        B4.a aVar = B4.a.f492a;
        int i6 = this.f25554a;
        if (i6 == 0) {
            AbstractC2467b.l(obj);
            int i7 = 13;
            C0096y c0096y = new C0096y(i7, this.f25558e, (G0) this.f25555b);
            this.f25554a = 1;
            if (AbstractC2771e.d(0.0f, this.f25556c, this.f25557d, c0096y, this, 4) == aVar) {
                return aVar;
            }
        } else {
            if (i6 != 1) {
                throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine");
            }
            AbstractC2467b.l(obj);
        }
        return C3137A.f25453a;
    }
}
