package androidx.compose.runtime;

import androidx.compose.runtime.snapshots.StateFactoryMarker;

/* JADX INFO: loaded from: classes.dex */
final /* synthetic */ class SnapshotDoubleStateKt__SnapshotDoubleStateKt {
    public static final double getValue(DoubleState doubleState, Object obj, Q4.m mVar) {
        return doubleState.getDoubleValue();
    }

    @StateFactoryMarker
    public static final MutableDoubleState mutableDoubleStateOf(double d6) {
        return SnapshotDoubleState_androidKt.createSnapshotMutableDoubleState(d6);
    }

    public static final void setValue(MutableDoubleState mutableDoubleState, Object obj, Q4.m mVar, double d6) {
        mutableDoubleState.setDoubleValue(d6);
    }
}
