package a0;

import m3.AbstractC2467b;
import q.C2790n0;
import q.C2805w;
import w4.C3137A;

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

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

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

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public X(y2 y2Var, A4.d dVar) {
        super(3, dVar);
        this.f9694c = y2Var;
    }

    @Override // J4.f
    public final Object invoke(Object obj, Object obj2, Object obj3) {
        float fFloatValue = ((Number) obj2).floatValue();
        X x6 = new X(this.f9694c, (A4.d) obj3);
        x6.f9693b = fFloatValue;
        return x6.invokeSuspend(C3137A.f25453a);
    }

    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        B4.a aVar = B4.a.f492a;
        int i6 = this.f9692a;
        if (i6 == 0) {
            AbstractC2467b.l(obj);
            float f6 = this.f9693b;
            C0897f0 c0897f0 = (C0897f0) this.f9694c.f10353o;
            x2 x2Var = c0897f0.f9856a;
            C2805w c2805w = c0897f0.f9858c;
            C2790n0 c2790n0 = c0897f0.f9857b;
            this.f9692a = 1;
            if (AbstractC0946w.f(x2Var, f6, c2805w, c2790n0, this) == aVar) {
                return aVar;
            }
        } else {
            if (i6 != 1) {
                throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine");
            }
            AbstractC2467b.l(obj);
        }
        return C3137A.f25453a;
    }
}
