package x;

import m3.AbstractC2467b;
import q.AbstractC2771e;
import w4.C3137A;

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

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

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

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

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

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public N0(C3167h1 c3167h1, long j4, kotlin.jvm.internal.z zVar, A4.d dVar) {
        super(2, dVar);
        this.f25644c = c3167h1;
        this.f25645d = j4;
        this.f25646e = zVar;
    }

    @Override // C4.a
    public final A4.d create(Object obj, A4.d dVar) {
        N0 n02 = new N0(this.f25644c, this.f25645d, this.f25646e, dVar);
        n02.f25643b = obj;
        return n02;
    }

    @Override // J4.e
    public final Object invoke(Object obj, Object obj2) {
        return ((N0) create((C3158e1) 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.f25642a;
        if (i6 == 0) {
            AbstractC2467b.l(obj);
            C3158e1 c3158e1 = (C3158e1) this.f25643b;
            C3167h1 c3167h1 = this.f25644c;
            float fG = c3167h1.g(this.f25645d);
            P.i iVar = new P.i(this.f25646e, c3167h1, c3158e1, 1);
            this.f25642a = 1;
            if (AbstractC2771e.d(0.0f, fG, null, iVar, this, 12) == aVar) {
                return aVar;
            }
        } else {
            if (i6 != 1) {
                throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine");
            }
            AbstractC2467b.l(obj);
        }
        return C3137A.f25453a;
    }
}
