package y;

/* JADX INFO: loaded from: classes.dex */
public final class b extends C4.c {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public J4.c f26095a;

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

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

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public b(g gVar, C4.c cVar) {
        super(cVar);
        this.f26097c = gVar;
    }

    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        this.f26096b = obj;
        this.f26098d |= Integer.MIN_VALUE;
        return this.f26097c.c(null, 0.0f, null, this);
    }
}
