package q;

import androidx.compose.runtime.MutableState;
import androidx.compose.runtime.SnapshotStateKt__SnapshotStateKt;
import androidx.compose.runtime.State;

/* JADX INFO: renamed from: q.H, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C2757H implements State {

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public Float f23174b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final MutableState f23175c;

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

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public boolean f23177e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public boolean f23178f;

    /* JADX INFO: renamed from: j, reason: collision with root package name */
    public long f23179j;

    /* JADX INFO: renamed from: k, reason: collision with root package name */
    public final /* synthetic */ C2760K f23180k;

    public C2757H(C2760K c2760k, Float f6, Float f7, C2756G c2756g) {
        this.f23180k = c2760k;
        this.f23173a = f6;
        this.f23174b = f7;
        this.f23175c = SnapshotStateKt__SnapshotStateKt.mutableStateOf$default(f6, null, 2, null);
        this.f23176d = new C2799s0(c2756g, AbstractC2771e.f23306j, this.f23173a, this.f23174b, null);
    }

    @Override // androidx.compose.runtime.State
    public final Object getValue() {
        return this.f23175c.getValue();
    }
}
