package G;

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

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ S f1720b;

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public Q(S s6, C4.c cVar) {
        super(cVar);
        this.f1720b = s6;
    }

    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        this.f1719a = obj;
        this.f1721c |= Integer.MIN_VALUE;
        return this.f1720b.a(null, 0.0f, this);
    }
}
