package G0;

/* JADX INFO: loaded from: classes.dex */
public final class B0 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final E0 f1847a;

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final A0 f1849c = new A0(this, 2);

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final A0 f1850d = new A0(this, 0);

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final A0 f1851e = new A0(this, 1);

    public B0(E0 e0) {
        this.f1847a = e0;
    }

    public final W a() {
        W w6 = this.f1848b;
        if (w6 != null) {
            return w6;
        }
        throw new IllegalArgumentException("SubcomposeLayoutState is not attached to SubcomposeLayout");
    }
}
